Skip to content

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 turbo with no parameters to list available commands.
  • Use turbo help <command> to see usage, options, and examples for a specific command.
  • Most commands also support --help to print inline usage.

Examples

bash
# Show global help and available commands
turbo

# View help for the run command
turbo help run
  • turbo config — Set the remote hub domain before you log in.
  • turbo login — Authenticate to the current remote registry.