github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/website/source/docs/commands/index.html.md.erb (about) 1 --- 2 layout: "docs" 3 page_title: "Commands (CLI)" 4 sidebar_current: "docs-commands" 5 description: > 6 Otto can be controlled via a command-line interface. This page documents all 7 the commands Otto accepts. 8 --- 9 10 # Otto Commands (CLI) 11 12 Otto is controlled via an easy to use command-line interface (CLI). Otto is 13 only a single command-line application: `otto`. This application then takes 14 subcommands such as "dev", "build", or "deploy". The complete list of subcommands 15 is in the navigation to the left. 16 17 Otto's CLI is a well-behaved command line application. In erroneous cases, 18 a non-zero exit status will be returned. It also responds to `-h` and `--help` 19 as you'd most likely expect. 20 21 To view a list of the available commands at any time, just run `otto` with no 22 arguments. To get help for any specific subcommand, run it with the `-h` flag. 23 24 Each command has been documented on this website. Links to each command can be 25 found on the left.