Skip to content

Commit 3c6911c

Browse files
authored
Merge pull request #1 from IBM-Bluemix/dev
Dev
2 parents 19e3a7d + fccd12d commit 3c6911c

File tree

2 files changed

+37
-17
lines changed

2 files changed

+37
-17
lines changed

CHANGELOG.md

-4
This file was deleted.

README.md

+37-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# 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`.
32

4-
# Getting started
3+
This is the command line client for [Bluemix](https://console.ng.bluemix.net/). See help of each command from [Bluemix Docs](https://console.ng.bluemix.net/docs/cli/reference/bluemix_cli/index.html) or by running `bluemix help`.
54

6-
Download and run the installer for your platform from [Download](#Download) section.
5+
## Getting started
6+
7+
Download and run the installer for your platform from [Downloads](#downloads) section.
78

89
Once installed, you can login and interact with Bluemix
910
```
10-
$ bx api https://api.ng.bluemix.net
11+
$ bluemix api https://api.ng.bluemix.net
1112
Setting api endpoint to https://api.ng.bluemix.net...
1213
OK
1314
14-
$ bx login
15+
$ bluemix login
1516
API endpoint: https://api.ng.bluemix.net
1617
1718
@@ -20,24 +21,47 @@ Password>
2021
Authenticating...
2122
OK
2223
23-
$ bx list
24+
$ bluemix list
2425
25-
Getting resources in org '[email protected]' / space 'ben' as [email protected]...
26+
Getting resources in org 'myorg' / space 'dev' as [email protected]...
2627
2728
...
2829
```
29-
Check our [plugin repository](http://plugins.ng.bluemix.net/ui/repository.html#bluemix-plugins) for any extension that enahnce our CLI capability.
3030

31-
# Download
31+
## Downloads
3232
You can download the latest installers below.
3333

3434
| **macOS** | **Linux 64 bit** | **Windows 64 bit** |
3535
|-----------|------------------|--------------------|
3636
| [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) |
3737

38-
# Changelog
39-
Please refer to [here](./CHANGELOG.md) for details.
4038

39+
32 bit releases and previous releases can be found [here](https://github.com/IBM-Bluemix/bluemix-cli-release/releases)
40+
41+
## Extending with plugins
42+
43+
Check [plugin repository](http://plugins.ng.bluemix.net/ui/repository.html#bluemix-plugins) for any extension that enhances the CLI capabilities.
44+
45+
46+
To list the plugins in Bluemix plugin repository:
47+
48+
```
49+
bluemix plugin repo-plugins
50+
51+
```
52+
53+
To download and install the plugin:
54+
55+
```
56+
bluemix plugin install PLUGIN_NAME -r Bluemix
57+
58+
```
59+
60+
## Release notes
61+
62+
Please refer to [here](https://github.com/IBM-Bluemix/bluemix-cli-release/releases) for details.
63+
64+
65+
# Issues, defects and feature requests
4166

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).
67+
Any issues/defects, or feature requests, please [file an issue](https://github.com/IBM-Bluemix/bluemix-cli-release/issues) if not raised before.

0 commit comments

Comments
 (0)