-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from IBM-Bluemix/dev
Dev
- Loading branch information
Showing
2 changed files
with
37 additions
and
17 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
# Bluemix CLI | ||
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`. | ||
|
||
# Getting started | ||
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`. | ||
|
||
Download and run the installer for your platform from [Download](#Download) section. | ||
## Getting started | ||
|
||
Download and run the installer for your platform from [Downloads](#downloads) section. | ||
|
||
Once installed, you can login and interact with Bluemix | ||
``` | ||
$ bx api https://api.ng.bluemix.net | ||
$ bluemix api https://api.ng.bluemix.net | ||
Setting api endpoint to https://api.ng.bluemix.net... | ||
OK | ||
$ bx login | ||
$ bluemix login | ||
API endpoint: https://api.ng.bluemix.net | ||
Email> [email protected] | ||
|
@@ -20,24 +21,47 @@ Password> | |
Authenticating... | ||
OK | ||
$ bx list | ||
$ bluemix list | ||
Getting resources in org '[email protected]' / space 'ben' as [email protected]... | ||
Getting resources in org 'myorg' / space 'dev' as [email protected]... | ||
... | ||
``` | ||
Check our [plugin repository](http://plugins.ng.bluemix.net/ui/repository.html#bluemix-plugins) for any extension that enahnce our CLI capability. | ||
|
||
# Download | ||
## Downloads | ||
You can download the latest installers below. | ||
|
||
| **macOS** | **Linux 64 bit** | **Windows 64 bit** | | ||
|-----------|------------------|--------------------| | ||
| [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) | | ||
|
||
# Changelog | ||
Please refer to [here](./CHANGELOG.md) for details. | ||
|
||
32 bit releases and previous releases can be found [here](https://github.com/IBM-Bluemix/bluemix-cli-release/releases) | ||
|
||
## Extending with plugins | ||
|
||
Check [plugin repository](http://plugins.ng.bluemix.net/ui/repository.html#bluemix-plugins) for any extension that enhances the CLI capabilities. | ||
|
||
|
||
To list the plugins in Bluemix plugin repository: | ||
|
||
``` | ||
bluemix plugin repo-plugins | ||
``` | ||
|
||
To download and install the plugin: | ||
|
||
``` | ||
bluemix plugin install PLUGIN_NAME -r Bluemix | ||
``` | ||
|
||
## Release notes | ||
|
||
Please refer to [here](https://github.com/IBM-Bluemix/bluemix-cli-release/releases) for details. | ||
|
||
|
||
# Issues, defects and feature requests | ||
|
||
# Issues and defects | ||
Any issue or defect, please [report in this GIT project repository](https://github.com/IBM-Bluemix/bluemix-cli-release/issues). | ||
Any issues/defects, or feature requests, please [file an issue](https://github.com/IBM-Bluemix/bluemix-cli-release/issues) if not raised before. |