You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
2
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`.
5
4
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.
7
8
8
9
Once installed, you can login and interact with Bluemix
9
10
```
10
-
$ bx api https://api.ng.bluemix.net
11
+
$ bluemix api https://api.ng.bluemix.net
11
12
Setting api endpoint to https://api.ng.bluemix.net...
12
13
OK
13
14
14
-
$ bx login
15
+
$ bluemix login
15
16
API endpoint: https://api.ng.bluemix.net
16
17
17
18
Email> xxxx@xxx.xxx.xxx
@@ -20,24 +21,47 @@ Password>
20
21
Authenticating...
21
22
OK
22
23
23
-
$ bx list
24
+
$ bluemix list
24
25
25
-
Getting resources in org 'boyang@cn.ibm.com' / space 'ben' as xxxx@xxx.xxx.xxx...
26
+
Getting resources in org 'myorg' / space 'dev' as xxxx@xxx.xxx.xxx...
26
27
27
28
...
28
29
```
29
-
Check our [plugin repository](http://plugins.ng.bluemix.net/ui/repository.html#bluemix-plugins) for any extension that enahnce our CLI capability.
0 commit comments