Skip to content

Commit 19e3a7d

Browse files
author
Mingzhe Huang
committed
Publish Bluemix CLI v0.4.4
0 parents  commit 19e3a7d

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# 0.4.4 (2016-11-08)
2+
- Add 'org-user-remove' command to remove a user completely from an organization
3+
- Upgrade CLI framework
4+
- Upgrade to Go lang 1.7.3

README.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Bluemix CLI
2+
This is the command line for [Bluemix](https://console.ng.bluemix.net/). See help of each command [here](https://console.ng.bluemix.net/docs/cli/reference/bluemix_cli/index.html) or by running `bluemix help`.
3+
4+
# Getting started
5+
6+
Download and run the installer for your platform from [Download](#Download) section.
7+
8+
Once installed, you can login and interact with Bluemix
9+
```
10+
$ bx api https://api.ng.bluemix.net
11+
Setting api endpoint to https://api.ng.bluemix.net...
12+
OK
13+
14+
$ bx login
15+
API endpoint: https://api.ng.bluemix.net
16+
17+
Email> xxxx@xxx.xxx.xxx
18+
19+
Password>
20+
Authenticating...
21+
OK
22+
23+
$ bx list
24+
25+
Getting resources in org 'boyang@cn.ibm.com' / space 'ben' as xxxx@xxx.xxx.xxx...
26+
27+
...
28+
```
29+
Check our [plugin repository](http://plugins.ng.bluemix.net/ui/repository.html#bluemix-plugins) for any extension that enahnce our CLI capability.
30+
31+
# Download
32+
You can download the latest installers below.
33+
34+
| **macOS** | **Linux 64 bit** | **Windows 64 bit** |
35+
|-----------|------------------|--------------------|
36+
| [Bluemix_CLI.pkg](http://public.dhe.ibm.com/cloud/bluemix/cli/bluemix-cli/Bluemix_CLI.pkg) | [Bluemix_CLI_amd64.tar.gz](http://public.dhe.ibm.com/cloud/bluemix/cli/bluemix-cli/Bluemix_CLI_amd64.tar.gz) | [Bluemix_CLI_amd64.exe](http://public.dhe.ibm.com/cloud/bluemix/cli/bluemix-cli/Bluemix_CLI_amd64.exe) |
37+
38+
# Changelog
39+
Please refer to [here](./CHANGELOG.md) for details.
40+
41+
42+
# Issues and defects
43+
Any issue or defect, please [report in this GIT project repository](https://github.com/IBM-Bluemix/bluemix-cli-release/issues).

0 commit comments

Comments
 (0)