pulumi config
Manage configuration
Subcommands
Name | Description |
---|---|
cp | Copy config to another stack |
get | Get a single configuration value |
refresh | Update the local configuration based on the most recent deployment of the stack |
rm | Remove configuration value |
rm-all | Remove multiple configuration values |
set | Set configuration value |
set-all | Set multiple configuration values |
Options
Name | Description |
---|---|
--color <mode> | Colorize output. Choices are: always, never, raw, auto (default "auto") |
-C, --cwd <path> | Run pulumi as if it had been started in another directory |
--disable-integrity-checking | Disable integrity checking of checkpoint files |
-e, --emoji | Enable emojis in the output |
--logflow | Flow log settings to child processes (like plugins) |
--logtostderr | Log to stderr instead of to files |
--non-interactive | Disable interactive mode for all commands |
--profiling | Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively |
--tracing <file> | Emit tracing to the specified endpoint. Use the file: scheme to write tracing data to a local file |
-v, --verbose <int> | Enable verbose logging (e.g., v=3); anything >3 is very verbose |
-j, --json | Emit output as JSON |
-s, --stack <stack-name> | The name of the stack to operate on. Defaults to the current stack |
--config-file <file> | Use the configuration values in the specified file rather than detecting the file name |
--show-secrets | Show secret values when listing config instead of displaying blinded values |