Appearance
turbo help
Use the help command to list available Turbo CLI commands or view usage for a specific command.
Usage
text
turbo help [<command>]
turbo [--help]Description
- Run
turbowith no parameters to list available commands. - Use
turbo help <command>to see usage, options, and examples for a specific command. - Most commands also support
--helpto print inline usage.
Examples
bash
# Show global help and available commands
turbo
# View help for the run command
turbo help runRelated Commands
- turbo config — Set the remote hub domain before you log in.
- turbo login — Authenticate to the current remote registry.
