Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.01 KB

File metadata and controls

38 lines (25 loc) · 1.01 KB

bitrise-cli version

Print version, commit, and build info

Synopsis

Print version, commit, and build info.

In JSON mode, all fields are emitted; missing values are omitted.

bitrise-cli checks GitHub at most once a day for a newer release and prints a one-line notice on stderr when your build is behind. The check runs only for released builds in an interactive terminal, never in CI or JSON mode. Disable it by setting BITRISE_CLI_NO_UPDATE_NOTIFIER, or pass --quiet on any command.

bitrise-cli version [flags]

Options

  -h, --help   help for version

Options inherited from parent commands

      --no-color        disable ANSI colors (NO_COLOR env is also honored)
  -o, --output string   output format: human|json (default "human")
  -q, --quiet           suppress non-error diagnostic messages
      --theme string    color theme: auto|dark|light|none (default "auto"; overrides terminal background detection)

SEE ALSO