C:\cloudtruth
. Run them sequentially.C:\cloudtruth
to your Path for the current PowerShell session. You can either addC:\ cloudtruth
to your windows path or execute the CLI directly from C:\cloudtruth
.CLOUDTRUTH_
environment variables that are exported in a local shell. CloudTruth environment variables will merge with and take precedence over a configured CloudTruth configuration file.CLOUDTRUTH_API_KEY
CLOUDTRUTH_PROFILE
CLOUDTRUTH_PROJECT
CLOUDTRUTH_ENVIRONMENT
--api-key
and providing your API key:" "
in order to avoid having secret values like the API Key stored in your shell history.cloudtruth configuration edit
to initialize and open the configuration in your default editor.source_profile
configuration field. Profiles without an explicit source_profile
configuration implicitly inherit from the default profile. Use a specific profile with the --profile
option.--profile
argument is not supplied, the profile named default will be used.cloudtruth configuration profiles
command to create or edit profiles.--project
option:--env
option:cloudtruth
run command with printenv
to print all of your local and CloudTruth parameters.--inherit
option to change the behavior. This example will only passthrough CloudTruth parameters:-v, --values
.--secret
flag.source <(cloudtruth completions <SHELL>),
where "SHELL" is the name of your shell.