Commandsauth

ody auth list

List configured authentication credentials

Synopsis

ody auth list

Flags

This command has no flags.

Behavior

  1. Loads credentials from $XDG_DATA_HOME/ody/auth.json.
  2. Tries to load project config to determine active Jira and GitHub profiles.
  3. Prints configured Jira and GitHub profiles with masked tokens.
  4. Marks active profiles and includes Jira base URL when configured.

If no credentials are configured, it prints a warning with next steps.

Example

Authentication credentials

Jira
  Profile: default (active)
  Email:   user@example.com
  Token:   ******123abc
  BaseURL: https://company.atlassian.net

GitHub
  Profile: work (active)
  Token:   ******789xyz

Done

On this page