Authentication

Gallery uses API token authentication to authorize with the CLI. More types of authentication (specifically Oauth) will be added shortly.

API Token Auth

Your API token is on the settings page of your Gallery account.

The API token authorizes you by user, and not by team, so your API token will be usable for any team you are a part of.

Then run the login command to authorize the CLI.

$ gallery auth login <token>

Last updated