CLIdock help

dock help

Show help in the terminal.

Usage

dock help
dock help deploy
dock help db
dock deploy --help
dock db create --help

What it does

dock help prints command usage, available subcommands, and flags. It is the fastest way to remember the exact command shape without opening the docs.

How to read help output

If help shows:

dock info [project]

then project is optional. You can pass it:

dock info my-app

or omit it when the current folder is linked:

dock info

If help shows:

dock context use <name|id>

then the value is required. You must pass a context name or ID.

Symbols

SymbolMeaning
[project]Optional value
<name>Required value
KEY=VALUEA setting name and its value
...You can pass more than one

Shortcut Most commands support —help, so dock logs —help works too.