..
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
testdata/fuzz /FuzzPowershellStackOutputWriter
cli/stack-ouput/test: Fix Powershell test failures
2023-01-30 07:58:47 -08:00
about.go
Pass PULUMI_CONFIG through to provider plugins
2023-04-05 10:17:18 +01:00
about_test.go
Move about information to language plugins ( #10392 )
2022-08-15 14:55:04 +01:00
cancel.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
config.go
Fix config set-all saving secret provider configuration
2023-04-12 15:21:29 +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
service to cloud
2023-04-08 09:49:37 -07:00
convert-trace.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
convert.go
Auto download converter plugins
2023-05-12 11:06:28 -07:00
convert_test.go
chore(all): strings.Replace(..., -1) => strings.Replace(...)
2023-03-01 13:22:33 -08:00
crypto.go
Fix config set-all saving secret provider configuration
2023-04-12 15:21:29 +01:00
destroy.go
Move cancellation_scope to backend
2023-05-09 13:01:42 +01: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
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
gen_markdown.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
import.go
Move cancellation_scope to backend
2023-05-09 13:01:42 +01:00
import_test.go
pulumi import: Print all errors in the file
2023-02-14 19:02:32 -08:00
login.go
service to cloud
2023-04-08 09:49:37 -07:00
logout.go
service to cloud
2023-04-08 09:49:37 -07:00
logs.go
Fix config set-all saving secret provider configuration
2023-04-12 15:21:29 +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
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
new.go
Fix config set-all saving secret provider configuration
2023-04-12 15:21:29 +01:00
new_acceptance_test.go
filestate: Re-add project support
2023-03-31 13:21:36 -07:00
new_test.go
Pass *workspace.Project to GetBackendConfigDefaultOrg
2023-03-07 09:17:52 +00:00
org.go
all: Fix revive issues
2023-03-21 08:55:11 -07:00
package.go
Implement publishToNPM as pulumi package publish-sdk command
2023-05-12 13:18:15 -07:00
package_extract_schema.go
Add gen-sdk sub-command
2022-09-14 17:07:05 +02:00
package_gen_sdk.go
gRPC for GenerateProject/Program/Package
2023-05-06 13:14:59 +01:00
package_publish.go
Implement publishToNPM as pulumi package publish-sdk command
2023-05-12 13:18:15 -07:00
plugin.go
doc(cli/plugin): Link to Registry
2023-04-24 15:46:39 -07:00
plugin_install.go
`pulumi plugin install` help text readability improvements
2023-04-14 07:37:35 -07:00
plugin_ls.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
plugin_rm.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -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
Move cancellation_scope to backend
2023-05-09 13:01:42 +01:00
policy_enable.go
Move cancellation_scope to backend
2023-05-09 13:01:42 +01:00
policy_group_ls.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
policy_ls.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
policy_new.go
Pass PULUMI_CONFIG through to provider plugins
2023-04-05 10:17:18 +01:00
policy_new_acceptance_test.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
policy_new_test.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
policy_publish.go
Move cancellation_scope to backend
2023-05-09 13:01:42 +01:00
policy_rm.go
Move cancellation_scope to backend
2023-05-09 13:01:42 +01:00
policy_validate.go
Move cancellation_scope to backend
2023-05-09 13:01:42 +01:00
preview.go
Move cancellation_scope to backend
2023-05-09 13:01:42 +01:00
pulumi.go
service to cloud
2023-04-08 09:49:37 -07:00
pulumi_test.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
query.go
Move cancellation_scope to backend
2023-05-09 13:01:42 +01:00
refresh.go
Move cancellation_scope to backend
2023-05-09 13:01:42 +01:00
replay_events.go
[cli] Add an "open in browser" keybinding
2023-03-09 15:52:13 -08:00
schema.go
[codegen/schema] Add a schema checker ( #7865 )
2021-08-30 19:29:24 -07:00
schema_check.go
all: Drop ioutil
2023-01-06 16:35:14 -08:00
stack.go
Merge #12005
2023-01-27 19:21:08 +00:00
stack_change_secrets_provider.go
Fix config set-all saving secret provider configuration
2023-04-12 15:21:29 +01:00
stack_export.go
cmd: Reduce noise from offerNew, setCurrent bool
2023-01-20 15:34:39 -08:00
stack_graph.go
Push DefaultSecretsProvider up to pkg/cmd
2023-01-27 12:04:52 +00:00
stack_history.go
Fix config set-all saving secret provider configuration
2023-04-12 15:21:29 +01:00
stack_import.go
cmd: Reduce noise from offerNew, setCurrent bool
2023-01-20 15:34:39 -08:00
stack_init.go
service to cloud
2023-04-08 09:49:37 -07:00
stack_init_test.go
service to cloud
2023-04-08 09:49:37 -07:00
stack_ls.go
Pass *Project to currentBackend
2023-02-17 13:20:38 +00:00
stack_ls_test.go
pkg/backend: Add MockStackReference implementation
2023-03-27 09:29:52 -07:00
stack_output.go
Merge #12005
2023-01-27 19:21:08 +00:00
stack_output_fuzz_test.go
cli/stack-ouput/test: Fix Powershell test failures
2023-01-30 07:58:47 -08:00
stack_output_test.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
stack_rename.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
stack_rm.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
stack_select.go
Set the current project as ambient context on backends.
2023-03-03 20:32:42 +00:00
stack_tag.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08: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, filestate}: Add 'state upgrade' command
2023-03-31 16:29:05 -07:00
state_delete.go
Add `pulumi state delete --target-dependents`
2022-10-27 11:23:56 -07:00
state_rename.go
Fix `pulumi state rename` to accept providers correctly
2023-04-05 07:28:38 -07:00
state_rename_test.go
Fix `pulumi state rename` to accept providers correctly
2023-04-05 07:28:38 -07:00
state_unprotect.go
pkg/cmd: Prefer contract.Assertf over contract.Assert
2023-02-08 10:58:11 -08:00
state_upgrade.go
{cli, filestate}: Add 'state upgrade' command
2023-03-31 16:29:05 -07:00
state_upgrade_test.go
{cli, filestate}: Add 'state upgrade' command
2023-03-31 16:29:05 -07:00
terminal.go
crypto/ssh/terminal is deprecated
2023-01-12 09:07:34 -08:00
terminal_test.go
Fix negative page size panic ( #10475 )
2022-08-23 16:45:47 -04:00
up.go
Move cancellation_scope to backend
2023-05-09 13:01:42 +01:00
up_test.go
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
util.go
Move cancellation_scope to backend
2023-05-09 13:01:42 +01:00
util_remote.go
service to cloud
2023-04-08 09:49:37 -07:00
util_remote_test.go
[cli] Experimental support for remote operations
2022-10-27 16:15:59 -07:00
util_test.go
Add more metadata to Pulumi updates
2023-04-18 10:47:06 -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
all: Reformat with gofumpt
2023-03-03 09:00:24 -08:00
watch.go
Move cancellation_scope to backend
2023-05-09 13:01:42 +01:00
whoami.go
cmd/whoami: Override stdout and currentBackend, add tests
2023-03-09 10:20:47 -08:00
whoami_test.go
cmd/whoami: Override stdout and currentBackend, add tests
2023-03-09 10:20:47 -08:00