pulumi/pkg/cmd/pulumi
Kyle Dixler 2082e60107
short-circuit `pulumi policy ls` if not in a pulumi project
2022-11-21 12:24:33 -08: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 Engine and Golang support for shimless providers 2022-11-14 11:25:41 +00: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 Add tfconvert to pulumi convert 2022-11-14 13:55:53 +00:00
convert_test.go Support PCL as a convert input (and output) 2022-11-11 10:45:40 +00:00
crypto.go [cli] Experimental support for remote operations 2022-10-27 16:15:59 -07:00
crypto_cloud.go Assume configFile is non-empty 2022-10-07 14:03:20 +02:00
crypto_cloud_test.go lint 2022-09-26 17:49:57 +02:00
destroy.go Decouple the generation of plans from the automatic use of plans 2022-10-28 17:56:47 +01:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07: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 Merge #11184 #11226 2022-11-03 14:13:30 +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 Engine and Golang support for shimless providers 2022-11-14 11:25:41 +00:00
new_smoke_test.go ci: Implement smoke tests for pkg/cmd, fix examples 2022-10-17 22:07:47 -07:00
new_test.go ci: Implement smoke tests for pkg/cmd, fix examples 2022-10-17 22:07:47 -07: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 short-circuit `pulumi policy ls` if not in a pulumi project 2022-11-21 12:24:33 -08:00
policy_new.go Engine and Golang support for shimless providers 2022-11-14 11:25:41 +00:00
policy_new_smoke_test.go ci: Implement smoke tests for pkg/cmd, fix examples 2022-10-17 22:07:47 -07:00
policy_new_test.go ci: Implement smoke tests for pkg/cmd, fix examples 2022-10-17 22:07:47 -07: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 Merge #11184 #11226 2022-11-03 14:13:30 +00:00
pulumi.go Redirect 'log' output to 'logging' 2022-10-12 18:04:31 +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 [cli] Experimental support for remote operations 2022-10-27 16:15:59 -07:00
stack_export.go Consistently disable HTML escaping in JSON output (#10440) 2022-08-19 13:27:34 +01:00
stack_graph.go Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01: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 Thread context through cmd more consistently (#10393) 2022-08-16 12:35:39 +01: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 Fix stack selection behavior 2022-11-18 11:51:44 -08:00
util_remote.go [cli] Test remote operations 2022-11-09 05:29:20 -08: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