Global Options

This file is auto-generated. Do not edit manually.

Global options can be used with any CLI command.

Available Options

  • --version: output the version number
  • --update: Update the CLI to the latest version
  • --no-update: Do not update the CLI
  • --debug: Enable debug mode logs
  • --model: LLM model to use (for supported commands)
  • --reasoning-effort: Reasoning effort level for O1 and O3-mini model interactions
  • --thinking-tokens: Token budget allocated for thinking processes in compatible models like Claude 3.7
  • --quiet: Only print error logs
  • --perf: Enable performance logging
  • --no-tracking: Whether to track the CLI usage in Mixpanel
  • --cloudwatch: Whether to use CloudWatch logging
  • --command-feedback: Force command feedback regardless of command settings
  • --no-personal-defaults: Whether to use command defaults from personal settings
  • --product: Manually specify the product (used for loading metadata from context packs); by default, it tries to guess it.
  • --module: Manually specify the module (used for loading metadata from context packs); by default, it tries to guess it.
  • --repository: Manually specify the repository to use. Repositories paths must be in the personal configuration to be discovered.
  • --branch: Manually specify the branch to use. Only used if repository is specified.
  • --pull-request: Manually specify the PR to use. Only used if repository is specified.
  • --commit: Manually specify the commit to use. Only used if repository is specified.
  • --comment-progress-on-ticket: Comment on the ticket before and after the command is run.
  • --benchmark: Benchmark the results
  • --ci: Run in CI mode (no interactive prompts)
  • --tracking-props: Pass extra properties to Mixpanel (comma-separated key-value pairs, e.g., 'key1=value1,key2=value2')