Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #1

Merged
merged 2 commits into from
Nov 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.