pulumi/pkg/cmd/pulumi
Zaid Ajaj a3146ee798 Adds JSON as an experimental program-gen convert target 2023-01-05 00:21:41 +01:00
..
convert_testdata Refactor convert command to add entrypoint for pulumi convert debugging 2022-10-01 15:40:17 -07:00
pcl_convert_testdata Support PCL as a convert input (and output) 2022-11-11 10:45:40 +00:00
about.go Qualify name 2022-11-29 14:07:20 -08:00
about_test.go Move about information to language plugins (#10392) 2022-08-15 14:55:04 +01:00
cancel.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
config.go Add 'secret' to config 2022-10-24 09:22:24 +01: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 [cli] fix `pulumi console` command (#10509) 2022-08-26 15:09:15 -07:00
convert-trace.go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
convert.go Adds JSON as an experimental program-gen convert target 2023-01-05 00:21:41 +01:00
convert_test.go Example of usage and test injection 2022-12-14 15:41:42 +01:00
crypto.go Rotate cloud secrets provider 2022-12-15 21:25:47 +00:00
crypto_cloud.go Rotate cloud secrets provider 2022-12-15 21:25:47 +00:00
crypto_cloud_test.go Rotate cloud secrets provider 2022-12-15 21:25:47 +00:00
destroy.go feat: Update destroy --remove command to delete stack config file 2022-12-13 02:34:54 +00:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
env.go Add `pulumi env` commmand 2022-12-14 15:41:42 +01:00
errors.go Be more consistent about using ` for quoting commands (#10434) 2022-08-18 15:31:22 +01:00
gen_completion.go Expose `gen-completion` command when running `pulumi --help` (#10218) 2022-07-22 09:36:16 -07: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 [import] Parent and Provider improvements 2022-12-13 02:29:07 +00:00
login.go refactor: create a LoginManager interface for encapsulating backend logins. 2022-09-14 10:17:03 -07:00
logout.go added confirmation string to `pulumi logout` (#9641) 2022-05-20 11:50:00 -07:00
logs.go typing made optional in hierarchical config and relaxed stack config validation 2022-10-30 23:42:39 +01: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_1.17_test.go [pkg] Enable main_test to compile on go 1.17 and go 1.18 (#9771) 2022-06-09 16:47:49 -07:00
main_1.18_test.go [pkg] Enable main_test to compile on go 1.17 and go 1.18 (#9771) 2022-06-09 16:47:49 -07:00
main_test.go [pkg] Enable main_test to compile on go 1.17 and go 1.18 (#9771) 2022-06-09 16:47:49 -07:00
new.go cli: Clean up previous yamlutil package, update new commands 2022-12-10 12:29:33 -08:00
new_smoke_test.go test: revert new_smoke_test.go and new_test.go 2022-12-03 19:55:31 +08:00
new_test.go test: revert new_smoke_test.go and new_test.go 2022-12-03 19:55:31 +08:00
org.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
package.go Require a path separator for path based binaries. 2022-10-13 13:22:42 -07:00
package_extract_schema.go Add gen-sdk sub-command 2022-09-14 17:07:05 +02:00
package_gen_sdk.go Update depreciated: ioutil -> os 2022-09-15 11:31:34 +02:00
plugin.go Engine and Golang support for shimless providers 2022-11-14 11:25:41 +00:00
plugin_install.go Add --checksum to `pulumi plugin install` (#10528) 2022-08-30 16:11:36 +01:00
plugin_ls.go Split PluginInfo in Info and Spec (#10501) 2022-08-26 15:51:14 +01: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 Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
policy_enable.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
policy_group_ls.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
policy_ls.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
policy_new.go cli: Clean up previous yamlutil package, update new commands 2022-12-10 12:29:33 -08:00
policy_new_smoke_test.go test: use T.TempDir to create temporary test directory 2022-12-03 15:17:08 +08:00
policy_new_test.go test: use T.TempDir to create temporary test directory 2022-12-03 15:17:08 +08:00
policy_publish.go refactor: create a LoginManager interface for encapsulating backend logins. 2022-09-14 10:17:03 -07:00
policy_rm.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
policy_validate.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
preview.go Don't print the update plan message if using --json 2022-11-23 17:38:41 +00:00
pulumi.go Add `pulumi env` commmand 2022-12-14 15:41:42 +01:00
pulumi_test.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
query.go Decouple the generation of plans from the automatic use of plans 2022-10-28 17:56:47 +01:00
refresh.go [cli] Update the survey module 2022-11-08 13:29:59 -08:00
replay_events.go [display] Factor out the low-level progress renderer. 2022-10-31 07:59:14 -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 cli: Clean up `pulumi stack` output for non-deployed stacks 2022-10-11 11:15:46 -07:00
stack_change_secrets_provider.go Rotate cloud secrets provider 2022-12-15 21:25:47 +00:00
stack_export.go Consistently disable HTML escaping in JSON output (#10440) 2022-08-19 13:27:34 +01:00
stack_graph.go Changes to stack_graph.go file and envrc file 2022-12-12 18:37:34 -08:00
stack_history.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
stack_import.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
stack_init.go [cli] Experimental support for remote operations 2022-10-27 16:15:59 -07:00
stack_ls.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
stack_ls_test.go Qualify name 2022-11-29 14:07:20 -08:00
stack_output.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01: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 Apply project config to stack config when appropriate 2022-09-21 15:52:14 +02:00
stack_rm.go Apply project config to stack config when appropriate 2022-09-21 15:52:14 +02:00
stack_select.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
stack_tag.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01: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 [cli] Update the survey module 2022-11-08 13:29:59 -08:00
state_delete.go Add `pulumi state delete --target-dependents` 2022-10-27 11:23:56 -07:00
state_rename.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
state_unprotect.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00
terminal.go Fix negative page size panic (#10475) 2022-08-23 16:45:47 -04:00
terminal_test.go Fix negative page size panic (#10475) 2022-08-23 16:45:47 -04:00
up.go Merge #11184 #11226 2022-11-03 14:13:30 +00: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 Rotate cloud secrets provider 2022-12-15 21:25:47 +00:00
util_remote.go [auto] Add SkipInstallDependencies option for remote workspaces 2022-12-19 10:27:01 -05:00
util_remote_test.go [cli] Experimental support for remote operations 2022-10-27 16:15:59 -07:00
util_test.go ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07: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 ci: gofmt 1.18+ clean 2022-09-21 09:48:39 -07:00
watch.go Merge #11184 #11226 2022-11-03 14:13:30 +00:00
whoami.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01:00