pulumi/pkg/cmd/pulumi
Pat Gavlin 2cc89defbc
Read passphrase from the terminal when rotating. (#7347)
Rotating a passphrase requires that the old passphrase is available via
one of the `PULUMI_CONFIG_PASSPHRASE` or `PULUMI_CONFIG_PASSPHRASE_FILE`
environment variables. This confuses `readPassphrase` when reading a new
passphrase, since that function checks the aforementioned environment
variables prior to reading from the console. The overall effect is that
it is impossible to rotate the passphrase for a stack using the
passphrase provider. These changes fix this by always reading from the
console when rotating a passphrase.
2021-06-22 11:13:57 -07:00
..
cancel.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
config.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
config_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
console.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
convert-trace.go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
crypto.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
crypto_cloud.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
crypto_http.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
crypto_http_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
crypto_local.go Read passphrase from the terminal when rotating. (#7347) 2021-06-22 11:13:57 -07:00
destroy.go Add user agent to the CLI, Go and Nodejs Automation API SDKs (#6935) 2021-04-30 07:26:23 -07:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
errors.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_completion.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_markdown.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
import.go [cli/import] - Handle panic during import codegen (#7265) 2021-06-10 19:24:15 -07:00
login.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
logout.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
logs.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
logs_test.go Move pulumi cmd sources into cmd/pulumi. (#4324) 2020-04-07 15:53:20 -07:00
main.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
new.go skip installing dev dependencies for nodejs plugin setup (#7188) 2021-06-02 11:09:03 -07:00
new_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
plugin.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
plugin_install.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
plugin_ls.go make plugin metadata (size, install time) opt in for list operations (#7163) 2021-05-28 07:26:08 -07:00
plugin_rm.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
policy.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
policy_disable.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
policy_enable.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
policy_group_ls.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
policy_ls.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
policy_new.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
policy_new_test.go jaxxstorm/build fixes (#5483) 2020-10-08 12:43:38 -07:00
policy_publish.go Make virtualenv paths relative to root when main points elsewhere (#6966) 2021-05-14 13:41:55 -04:00
policy_rm.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
policy_validate.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
preview.go Add user agent to the CLI, Go and Nodejs Automation API SDKs (#6935) 2021-04-30 07:26:23 -07:00
pulumi.go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
pulumi_test.go improve dev version detection (#4732) 2020-06-02 11:51:04 +01:00
query.go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
refresh.go Add user agent to the CLI, Go and Nodejs Automation API SDKs (#6935) 2021-04-30 07:26:23 -07:00
stack.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_change_secrets_provider.go Refactor Mock newResource and call to accept property bag rather than individual args (#6672) 2021-04-14 19:32:18 +01:00
stack_export.go [cli] Ensure the user has set PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE (#6893) 2021-04-28 01:21:16 +01:00
stack_graph.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_history.go Re-add - Set pagination defaults for pulumi stack history to 10 entries (#6739) (#6841) 2021-04-22 13:52:27 +01:00
stack_import.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_init.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
stack_ls.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
stack_ls_test.go Move pulumi cmd sources into cmd/pulumi. (#4324) 2020-04-07 15:53:20 -07:00
stack_output.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_output_test.go Move pulumi cmd sources into cmd/pulumi. (#4324) 2020-04-07 15:53:20 -07:00
stack_rename.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_rm.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_select.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
stack_tag.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
state.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
state_delete.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
state_unprotect.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
up.go Add user agent to the CLI, Go and Nodejs Automation API SDKs (#6935) 2021-04-30 07:26:23 -07:00
up_test.go Move pulumi cmd sources into cmd/pulumi. (#4324) 2020-04-07 15:53:20 -07:00
util.go Add user agent to the CLI, Go and Nodejs Automation API SDKs (#6935) 2021-04-30 07:26:23 -07:00
util_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
version.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
view-trace.go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
watch.go Watch Command - Added --path Argument (#7247) 2021-06-21 17:34:21 +10:00
whoami.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00