login

The login command connects the CLI to your account.

The command accepts the ID and secret of an Aluma API client, which is used for subsequent CLI commands.

Basic usage

The CLI will prompt for the API client ID and secret if they're not specified on the command line:

aluma login

If you wish, you can specify the API client ID and secret with the -i and -s parameters, respectively:

aluma login -i my-api-client-id -s my-api-client-secret

See also

Getting started