Developer Documentation

Login

The login command is used to authenticate the CLI with your API key. It only needs to be run once, as the CLI will store the API key in a configuration file on your system.

Login

Usage

odin login [--api-key=YOUR_API_KEY]

Flags

  • --api-key=YOUR_API_KEY:
    The API key to authenticate with. If you omit the --api-key parameter, the CLI will prompt you to enter the API key interactively.

After logging in, the CLI will store the API key in a configuration file on your system. Next, you can select an app to work with using the odin apps select command.