Interactive login
To log in, run thelogin command.

API key
Thelogin command prompts for a token, which makes it unsuitable for anything non-interactive. To authenticate without a prompt, export the MIRU_API_KEY environment variable instead.
login is required when MIRU_API_KEY is set.
To create an API key, follow the instructions in the API keys section. To determine which scopes the key needs, find the command you want to run in the CLI Reference and consult its API key scopes section.
For using the CLI in a CI pipeline, see the CI/CD guide.
