Skip to content

Commit

Permalink
Merge pull request #1 from IBM-Bluemix/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
boyang9527 authored Nov 14, 2016
2 parents 19e3a7d + fccd12d commit 3c6911c
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 17 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md

This file was deleted.

50 changes: 37 additions & 13 deletions README.md
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]
Expand All @@ -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.

0 comments on commit 3c6911c

Please sign in to comment.