moved CLI instructions to docs/cli.md

This commit is contained in:
Muneeb Ali
2017-03-07 16:23:23 -05:00
parent a36f333ff6
commit f4c0b89d8b
2 changed files with 3 additions and 494 deletions

View File

@@ -60,7 +60,7 @@ $ sudo pip install functools32
$ sudo pip install blockstack
```
## Command Line Usage
## Command-Line Reference
### Listing All Commands
@@ -535,17 +535,4 @@ from blockstack_client.utils import print_result as pprint
client.session(server_host='127.0.0.1', server_port=6264)
resp = client.ping()
pprint(resp)
```
## Code Organization
The current **stable** branch is `master`.
The next stable branch is `rc-0.14.1`. Most development takes place in this
branch.
The unstable branch is `develop`.
Individual hot fixes are prefixed with `hotfix-`, followed by a few words
describing the fix.
```