-
Notifications
You must be signed in to change notification settings - Fork 74
help
Chris Ladd edited this page Oct 11, 2019
·
3 revisions
stack help {command}
List help for the command line client. With no arguments it lists
all the commands available. Otherwise it will list the subset
of command with the specified string (see examples).
-
[command]
The substring matched against all commands.
-
stack help
Lists all the available commands.
-
stack help viz
Lists all the commands with the string 'viz' in the name.
-
stack help list host
Lists all the commands with the string 'list host' in the name.
Checkout our Google Group or our Slack Team for any support or other questions.
Want to contribute to this Wiki? Fork it and send a pull request.