Commandsauth

ody auth

Manage authentication credentials

Synopsis

ody auth <subcommand>

Subcommands

SubcommandDescription
listList configured profiles with masked credentials
githubConfigure a GitHub personal access token profile
jiraConfigure 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 github

Configure Jira credentials for a named profile:

ody auth jira --profile work

List all configured credential profiles:

ody auth list

On this page