pulumi/pkg/cmd/pulumi
Ian Wahbe f3e430a1da
Respond to SIGINT during plugin install (#9793)
* Respond to SIGINT

With the current state of the PR, crash on SIGINT. This is progress.

* Don't crash responding to SIGINT

* Close on cancel instead of terminate

* CL

* Fix lint

* Add ctx for node

* Be consistent for test context
2022-06-09 14:57:56 -07:00
..
about.go Respond to SIGINT during plugin install (#9793) 2022-06-09 14:57:56 -07:00
about_test.go Respond to SIGINT during plugin install (#9793) 2022-06-09 14:57:56 -07:00
cancel.go Support `pulumi cancel` for filestate backend (#9100) 2022-03-03 17:07:05 +00:00
config.go Revert "allow `pulumi destroy -s <stack>` if not in a pulumi project dir (#9613)" (#9821) 2022-06-09 14:28:52 -04:00
config_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
console.go Fix panic in 'pulumi console' when no stack is selected. (#9599) 2022-05-16 17:10:26 +02:00
convert-trace.go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
convert.go Fix lint 2022-05-04 10:00:53 +02:00
crypto.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
crypto_cloud.go Readd "Make StackReference.Name a tokens.Name (#9088)" (#9236) 2022-03-17 21:37:11 +00:00
crypto_http.go Readd "Make StackReference.Name a tokens.Name (#9088)" (#9236) 2022-03-17 21:37:11 +00:00
crypto_http_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
crypto_local.go Readd "Make StackReference.Name a tokens.Name (#9088)" (#9236) 2022-03-17 21:37:11 +00:00
destroy.go Revert "allow `pulumi destroy -s <stack>` if not in a pulumi project dir (#9613)" (#9821) 2022-06-09 14:28:52 -04:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
errors.go Warn users when there are pending operations but proceed with deployment (#9293) 2022-04-05 22:44:11 +02:00
gen_completion.go Adding completion alias (#9006) 2022-02-22 17:44:11 +00: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 Link java and yaml programgen into import 2022-05-04 10:00:53 +02:00
login.go Special case the error specifing app.pulumi.com (#9747) 2022-06-01 13:07:45 -07:00
logout.go added confirmation string to `pulumi logout` (#9641) 2022-05-20 11:50:00 -07:00
logs.go sec: address dependabot issue in docker dep (#9298) 2022-03-25 12:49:29 -07:00
logs_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
main.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
main_test.go [cli, testing, github] Gather code coverage data in CI. (#8260) 2021-11-30 17:24:01 -08:00
new.go Fix lint 2022-05-04 10:00:53 +02:00
new_test.go Return organizations from Backend.CurrentUser (#9211) 2022-03-31 09:11:19 +01:00
org.go Fix cloudBackendReference.String (#9240) 2022-03-24 14:27:14 +00:00
plugin.go Fix a missing context close (#9438) 2022-04-20 22:40:30 +01:00
plugin_install.go Respond to SIGINT during plugin install (#9793) 2022-06-09 14:57:56 -07:00
plugin_ls.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
plugin_rm.go Update error handling (#8406) 2021-11-12 18:37:17 -08: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 Return organizations from Backend.CurrentUser (#9211) 2022-03-31 09:11:19 +01:00
policy_ls.go Return organizations from Backend.CurrentUser (#9211) 2022-03-31 09:11:19 +01:00
policy_new.go Respond to SIGINT during plugin install (#9793) 2022-06-09 14:57:56 -07:00
policy_new_test.go Respond to SIGINT during plugin install (#9793) 2022-06-09 14:57:56 -07:00
policy_publish.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
policy_rm.go Update error handling (#8406) 2021-11-12 18:37:17 -08: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 Enable planning if a plan file path is given (#8897) 2022-02-02 11:13:43 +00:00
pulumi.go pulumi convert command (#9444) 2022-04-22 10:07:09 +01:00
pulumi_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
query.go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
refresh.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
replay_events.go [cli] Add a replay-events debug command. (#9271) 2022-04-07 09:03:19 -07:00
schema.go [codegen/schema] Add a schema checker (#7865) 2021-08-30 19:29:24 -07:00
schema_check.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack.go Remove type test from `pulumi console` (#9101) 2022-04-19 10:16:27 +01:00
stack_change_secrets_provider.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack_export.go [cli] Log Secret Decryption events when using 3rd party secrets + service (#8563) 2021-12-15 23:38:56 +02:00
stack_graph.go fix: fix a few typos. (#9756) 2022-06-01 20:25:20 +01:00
stack_history.go Remove preview label from pulumi stack history (#9741) 2022-05-31 20:53:27 +02:00
stack_import.go Readd "Make StackReference.Name a tokens.Name (#9088)" (#9236) 2022-03-17 21:37:11 +00:00
stack_init.go [cli] use defaultOrg anywhere where ParseStackReference is used (#8903) 2022-02-03 16:05:54 +02:00
stack_ls.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack_ls_test.go Readd "Make StackReference.Name a tokens.Name (#9088)" (#9236) 2022-03-17 21:37:11 +00:00
stack_output.go [cli] Log Secret Decryption events when using 3rd party secrets + service (#8563) 2021-12-15 23:38:56 +02:00
stack_output_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
stack_rename.go Minor code improvements (#9309) 2022-03-28 10:24:51 -07:00
stack_rm.go Readd "Make StackReference.Name a tokens.Name (#9088)" (#9236) 2022-03-17 21:37:11 +00:00
stack_select.go Update error handling (#8406) 2021-11-12 18:37:17 -08:00
stack_tag.go Don't type test for stack tags in pulumi new (#9113) 2022-03-23 22:05:26 +00:00
stack_unselect.go include error in formatted message and explicitly check for an empty stack 2022-03-14 11:32:33 +01:00
state.go Implement state rename command. Resolves #2060 2022-03-03 10:53:28 +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_rename.go Check whether the input URN is valid, update copyright year 2022-03-03 17:14:33 +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 Fix a missing context close (#9438) 2022-04-20 22:40:30 +01:00
up_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08:00
util.go Revert "allow `pulumi destroy -s <stack>` if not in a pulumi project dir (#9613)" (#9821) 2022-06-09 14:28:52 -04:00
util_test.go ci: radical idea - what if slow tests & no stdout makes GH consider runner dead? 2022-03-06 14:52:13 -08: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 Update error handling (#8406) 2021-11-12 18:37:17 -08:00
whoami.go Return organizations from Backend.CurrentUser (#9211) 2022-03-31 09:11:19 +01:00