dock help
Show help in the terminal.
Usage
dock help
dock help deploy
dock help db
dock deploy --help
dock db create --helpWhat 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-appor omit it when the current folder is linked:
dock infoIf help shows:
dock context use <name|id>then the value is required. You must pass a context name or ID.
Symbols
| Symbol | Meaning |
|---|---|
[project] | Optional value |
<name> | Required value |
KEY=VALUE | A setting name and its value |
... | You can pass more than one |
Shortcut
Most commands support —help, so dock logs —help works
too.