Skip to main content

dagster-cloud CLI reference

Custom configuration file path​

Point the dagster-cloud CLI at an alternate config location by specifying the DAGSTER_CLOUD_CLI_CONFIG environment variable.

Environment variables and CLI options​

Environment variables and CLI options can be used in place of or to override the CLI configuration file.

The priority of these items is as follows:

  • CLI options - highest
  • Environment variables
  • CLI configuration - lowest
SettingEnvironment variableCLI flagCLI config value
OrganizationDAGSTER_CLOUD_ORGANIZATION--organization, -oorganization
DeploymentDAGSTER_CLOUD_DEPLOYMENT--deployment, -ddefault_deployment
User TokenDAGSTER_CLOUD_API_TOKEN--user-token, -uuser_token