The recommended way to set up your CLI's config for long-term use is through the configuration file, located by default at ~/.dagster_cloud_cli/config.
Select your authentication method. Note: Browser authentication is the easiest method to configure.
BROWSER AUTHENTICATION
The easiest way to set up is to authenticate through the browser.
$ dagster-cloud config setup
? How would you like to authenticate the CLI? (Use arrow keys)
» Authenticate in browser
Authenticate using token
Authorized for organization `hooli`
? Default deployment: prod
When prompted, you can specify a default deployment. If specified, a deployment won't be required in subsequent dagster-cloud commands. The default deployment for a new Dagster Cloud organization is prod.
$ dagster-cloud config setup
? How would you like to authenticate the CLI? (Use arrow keys)
Authenticate in browser
» Authenticate using token
? Dagster Cloud organization: hooli
? Dagster Cloud user token: *************************************
? Default deployment: prod
When prompted, specify the following:
Organization - Your organization name as it appears in your Dagster Cloud URL. For example, if your Dagster Cloud instance is https://hooli.dagster.cloud/, this would be hooli.
User token - The user token.
Default deployment - Optional. A default deployment. If specified, a deployment won't be required in subsequent dagster-cloud commands. The default deployment for a new Dagster Cloud organization is prod.