Skip to content

jira auth login

Configure authentication for a profile

jira auth login [flags]

Options

      --backend string               Secret backend: keyring or 1password (default "keyring")
      --base-url string              Jira base URL
      --credential-env string        Read credential from environment variable
      --email string                 Jira Cloud account email
  -h, --help                         help for login
      --item string                  1Password item name
      --json-input string            Read auth profile metadata from JSON file
      --onepassword-account string   1Password desktop app account name
      --profile-name string          Profile name to configure (default "default")
      --secret-stdin                 Read credential from stdin
      --skip-verify                  Store the credential without verifying it against /myself first
      --vault string                 1Password vault name

Options inherited from parent commands

      --adf-best-effort    Allow lossy ADF conversions with structured warnings
      --adf-strict         Treat lossy ADF conversions as errors
      --color string       Color mode: "auto", "always", or "never" (default "auto")
  -c, --config string      Config file path
  -d, --debug              Enable debug output
  -i, --interactive        Launch persistent dashboard from root command
      --no-input           Disable interactive prompts (mandatory for headless / agent invocation)
      --output string      Output mode: auto, human, json, or compact (compact is the JSON data payload without the envelope — no ok/meta/warnings/errors) (default "auto")
  -P, --profile string     Jira profile name
      --timeout duration   Whole-invocation deadline (e.g. 30s, 2m); 0 disables it

SEE ALSO