mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-29 04:05:21 +08:00
moved CLI instructions to docs/cli.md
This commit is contained in:
17
docs/cli.md
17
docs/cli.md
@@ -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.
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user