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
+
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.
0 commit comments