Last active
July 26, 2017 12:13
-
-
Save Strift/f30596dc1b15eba24e61118f230ab0ee to your computer and use it in GitHub Desktop.
Before PR
This file contains hidden or 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
$ ignite | |
NAME: | |
.Name - A new cli application | |
USAGE: | |
.HelpName [global options] command [command options] [arguments...] | |
VERSION: | |
1.0.0 | |
AUTHOR: | |
Laurent Cazanove <[email protected]> | |
COMMANDS: | |
node Manage nodes | |
service Manage services | |
help, h Shows a list of commands or help for one command | |
GLOBAL OPTIONS: | |
--help, -h show help | |
--version, -v print the version | |
$ ignite node | |
NAME: | |
.Name node - Manage nodes | |
USAGE: | |
.Name node command [command options] [arguments...] | |
COMMANDS: | |
list, ls List nodes in the cluster | |
inspect Display detailed information on one or more nodes | |
OPTIONS: | |
--help, -h show help |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment