mirror of https://github.com/pulumi/pulumi.git
5fc226a952
A handful of UX improvments for config: - `pulumi config ls` has been removed. Now, `pulumi config` with no arguments prints the table of configuration values for a stack and a new command `pulumi config get <key>` prints the value for a single configuration key (useful for scripting). - `pulumi config text` and `pulumi config secret` have been merged into a single command `pulumi config set`. The flag `--secret` can be used to encrypt the value we store (like `pulumi config secret` used to do). - To make it obvious that setting a value with `pulumi config set` is in plan text, we now echo a message back to the user saying we added the configuration value in plaintext. Fixes #552 |
||
---|---|---|
.. | ||
lumidl | ||
api.go | ||
backend.go | ||
backend_cloud.go | ||
backend_local.go | ||
config.go | ||
config_test.go | ||
creds.go | ||
crypt.go | ||
destroy.go | ||
init.go | ||
login.go | ||
logs.go | ||
preview.go | ||
provider_local.go | ||
pulumi.go | ||
stack.go | ||
stack_init.go | ||
stack_ls.go | ||
stack_rm.go | ||
stack_select.go | ||
update.go | ||
util.go | ||
util_password.go | ||
util_password_windows.go | ||
version.go |