Commandsauth
ody auth list
List configured authentication credentials
Synopsis
ody auth listFlags
This command has no flags.
Behavior
- Loads credentials from
$XDG_DATA_HOME/ody/auth.json. - Tries to load project config to determine active Jira and GitHub profiles.
- Prints configured Jira and GitHub profiles with masked tokens.
- 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
DoneRelated
ody auth-- Auth command overviewody auth jira-- Configure Jira credentialsody auth github-- Configure GitHub credentials