Cloudera Data Engineering CLI configuration options
The Cloudera Data Engineering CLI can be configured using a configuration file, environment variables, or by command flags.
| Configuration Option | Configuration File
              ( ~/.cde/config.yaml) | Environment Variable | Command Flag | 
|---|---|---|---|
| User | user:
              <username> | CDE_USER=<user> | --user
              <username> | 
| Credentials file | credentials-file:
              </path/to/credentials> | CDE_CREDENTIALS_FILE=</path/to/credentials> | --credentials-file
              </path/to/credentials> | 
| Skip credentials file detection | skip-credentials-file: true | CDE_SKIP_CREDENTIALS_FILE=true | --skip-credentials-file | 
| Password file | auth-pass-file:
                <password_file> | CDE_AUTH_PASS_FILE=<password_file> | --auth-pass-file
                  <password_file> | 
| Virtual cluster endpoint | vcluster-endpoint:
                  <virtual_cluster> | CDE_VCLUSTER_ENDPOINT=<virtual_cluster> | --vcluster-endpoint
                  <virtual_cluster> | 
| Disable authentication token caching | auth-no-cache: true | CDE_AUTH_NO_CACHE=true | --auth-no-cache | 
| Authentication token cache file | auth-cache-file:
                  <token_cache_file> | CDE_AUTH_CACHE_FILE=<token_cache_file> | --auth-cach-file
                  <token_cache_file> | 
| CDE configuration profile | CDE_CONFIG_PROFILE=<profile_name> | --config-profile <profile_name> | 
