pulumi/pkg/cmd/pulumi
2021-03-15 14:17:43 +00:00
..
cancel.go Automation API - add recovery APIs (cancel/export/import) (#5369) 2020-09-15 14:20:58 -07:00
config.go [CLI] - Add commands for config set-all and rm-all (#6373) 2021-02-19 21:55:58 -08:00
config_test.go [CLI] - Add commands for config set-all and rm-all (#6373) 2021-02-19 21:55:58 -08:00
console.go [CLI] Allow pulumi console to accept a stack name (#6031) 2020-12-31 00:45:32 +00:00
crypto.go Ensure we can rotate pulumi passphrase secrets providers (#5865) 2020-12-04 15:21:51 +00:00
crypto_cloud.go Ensure EncryptionKey is regenerated when changing secrets provider (#5842) 2020-12-01 15:26:23 +00:00
crypto_http.go Ensure Project Stack is not loaded and saved unnecessariliy for default secrets manager 2020-08-07 21:31:57 +01:00
crypto_http_test.go Ensure Project Stack is not loaded and saved unnecessariliy for default secrets manager 2020-08-07 21:31:57 +01:00
crypto_local.go Ensure Old Secrets Provider Details Removed when Changing to Passphrase (#6210) 2021-01-27 20:07:25 +00:00
destroy.go [cli] Disable permalinks to the update details page when using elf-managed backends (S3, Azure, GCS) (#6251) 2021-02-19 23:55:35 +00:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
errors.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
gen_completion.go Enable fish completions for pulumi cli (#4401) 2020-04-30 15:45:57 +01:00
gen_markdown.go Fix lint errors. (#4856) 2020-06-18 14:17:11 -07:00
history.go Add pagination to pulumi stack history (#6292) 2021-02-09 16:20:01 -08:00
import.go [cli] Disable permalinks to the update details page when using elf-managed backends (S3, Azure, GCS) (#6251) 2021-02-19 23:55:35 +00:00
login.go Allow http cloudurls on pulumi login (#6393) 2021-02-19 22:56:49 +00:00
logout.go Add support for pulumi logout --all (#6101) 2021-01-15 13:38:58 +00:00
logs.go Updating the description for the pulumi logs cli command (#6122) 2021-01-15 18:23:52 +00:00
logs_test.go Move pulumi cmd sources into cmd/pulumi. (#4324) 2020-04-07 15:53:20 -07:00
main.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
new.go [CLI] document that pulumi-new can accept template urls 2021-01-04 10:36:19 +00:00
new_test.go Add test to validate impact of setting PULUMI_BACKEND_URL 2021-01-11 16:27:54 -08:00
plugin.go Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
plugin_install.go Improve the output when installing plugins (#5808) 2020-11-21 08:02:05 -08:00
plugin_ls.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
plugin_rm.go Improve user message when pulumi plugin rm --all has no plugins to remove (#5547) 2020-10-12 18:31:55 +01:00
policy.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
policy_disable.go Fix number of args expected for policy disable (#4415) 2020-04-16 08:56:14 -07:00
policy_enable.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
policy_group_ls.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
policy_ls.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
policy_new.go Implement GetRequiredPlugins for Python (#5787) 2020-12-03 19:22:16 -08:00
policy_new_test.go jaxxstorm/build fixes (#5483) 2020-10-08 12:43:38 -07:00
policy_publish.go Add support for provider-side preview. (#5443) 2020-10-09 13:13:55 -07:00
policy_rm.go [CLI] Add a confirmation prompt when deleting a policy pack (#6034) 2021-01-04 22:37:46 +00:00
policy_validate.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
preview.go [cli] Disable permalinks to the update details page when using elf-managed backends (S3, Azure, GCS) (#6251) 2021-02-19 23:55:35 +00:00
pulumi.go [cli] Add an import command. (#4765) 2020-10-14 12:51:53 +01:00
pulumi_test.go improve dev version detection (#4732) 2020-06-02 11:51:04 +01:00
query.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
refresh.go [cli] Disable permalinks to the update details page when using elf-managed backends (S3, Azure, GCS) (#6251) 2021-02-19 23:55:35 +00:00
stack.go The history command should be a subcommand of stack 2020-08-11 17:52:51 +01:00
stack_change_secrets_provider.go Ensure we can rotate pulumi passphrase secrets providers (#5865) 2020-12-04 15:21:51 +00:00
stack_export.go Ensure a user has access to the secret manager before trying to decrypt checkpoint (#6215) 2021-03-15 14:17:43 +00:00
stack_graph.go Ensure the CLI doesn't panic when trying to build a graph for a stack with no snapshot (#5678) 2020-11-04 17:33:39 +00:00
stack_history.go Add pagination to pulumi stack history (#6292) 2021-02-09 16:20:01 -08:00
stack_import.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
stack_init.go Add ability to create a stack based on an existing stack (#5062) 2020-07-27 19:50:33 +01:00
stack_ls.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +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 Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +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 Correctly rename stack files during a rename (#5812) 2020-12-01 16:55:48 -08:00
stack_rm.go Add PULUMI_SKIP_CONFIRMATIONS env var (#4477) 2020-05-13 14:01:02 +01:00
stack_select.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
stack_tag.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
state.go Allow pulumi stack export to decrypt secrets (#4046) 2020-05-11 19:16:30 +01:00
state_delete.go Fix single-quote examples in command help (#4680) 2020-05-21 14:27:30 -07:00
state_unprotect.go Add PULUMI_SKIP_CONFIRMATIONS env var (#4477) 2020-05-13 14:01:02 +01:00
up.go [cli] Disable permalinks to the update details page when using elf-managed backends (S3, Azure, GCS) (#6251) 2021-02-19 23:55:35 +00:00
up_test.go Move pulumi cmd sources into cmd/pulumi. (#4324) 2020-04-07 15:53:20 -07:00
util.go [cli] Disable permalinks to the update details page when using elf-managed backends (S3, Azure, GCS) (#6251) 2021-02-19 23:55:35 +00:00
util_test.go add initial pull-request workflow (#5276) 2020-09-09 13:37:03 -07:00
version.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
view-trace.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00
watch.go Improve resource ref unit tests. (#5960) 2020-12-16 12:38:20 -08:00
whoami.go Breaking changes due to Feature 2.0 work 2020-04-14 09:30:25 +01:00