LinuxCommandLibrary

pulumi-config

Manage Pulumi stack configuration values

TLDR

Set configuration value

$ pulumi config set [key] [value]
copy
Set secret value
$ pulumi config set --secret [key] [value]
copy
Get configuration value
$ pulumi config get [key]
copy
List all configuration
$ pulumi config
copy
Remove configuration
$ pulumi config rm [key]
copy

SYNOPSIS

pulumi config [command] [options]

DESCRIPTION

pulumi config manages stack configuration values. Configuration includes parameters like cloud regions, instance sizes, and secrets. Secrets are encrypted in state files.

PARAMETERS

set key value

Set configuration value.
get key
Get configuration value.
rm key
Remove configuration.
refresh
Update config from state.
--secret
Encrypt value.
--plaintext
Store unencrypted.
-s, --stack name
Target stack.
--json
Output as JSON.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community