Commandsauth
ody auth
Manage authentication credentials
Synopsis
ody auth <subcommand>Subcommands
| Subcommand | Description |
|---|---|
list | List configured profiles with masked credentials |
github | Configure a GitHub personal access token profile |
jira | Configure a Jira email + API token profile |
Behavior
ody auth delegates to subcommands for creating and viewing credentials. Stored credentials are written to $XDG_DATA_HOME/ody/auth.json (typically ~/.local/share/ody/auth.json) and saved with 0600 permissions.
Both Jira and GitHub credentials support named profiles. If no profile is specified, the default profile name is default.
Examples
Configure GitHub credentials:
ody auth githubConfigure Jira credentials for a named profile:
ody auth jira --profile workList all configured credential profiles:
ody auth listRelated
ody auth github-- Configure GitHub credentialsody auth jira-- Configure Jira credentialsody auth list-- View configured profiles