Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.16 KB

File metadata and controls

41 lines (28 loc) · 1.16 KB

bitrise-cli user

Create and manage your Bitrise account

Synopsis

Manage your own Bitrise account from the CLI.

Today this surface is limited to account creation. After running 'user create' you must click the link emailed to you, then run 'bitrise-cli auth login --email ' to mint and store an access token.

Examples

  bitrise-cli user me
  bitrise-cli user me --output json
  bitrise-cli user create --email alice@example.com --username alice --first-name Alice --last-name L

Options

  -h, --help   help for user

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