pulumi/pkg/cmd/pulumi
Pat Gavlin 66791b0a47 [schema] Support target-specific schema validation
Add a new interface, LanguageBinder, to the schema package to support
schema validation specific to a target language. This allows targets to
add their own validation rules on top of the schema spec.
Language-specific rules should not change the semantics of the schema.
2021-08-30 20:00:35 -07:00
..
cancel.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
config.go Stop printing value if it looks like a secret (#7327) 2021-08-13 06:07:52 -07:00
config_test.go Assertion fix in config key generation (#6902) 2021-08-02 12:22:09 -07:00
console.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
convert-trace.go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
crypto.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
crypto_cloud.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
crypto_http.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
crypto_http_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
crypto_local.go Read passphrase from the terminal when rotating. (#7347) 2021-06-22 11:13:57 -07:00
destroy.go Add user agent to the CLI, Go and Nodejs Automation API SDKs (#6935) 2021-04-30 07:26:23 -07:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
errors.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
gen_completion.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01: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 Fix typo: genrated->generated (#7478) 2021-07-12 13:44:09 -07:00
login.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
logout.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
logs.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
logs_test.go Move pulumi cmd sources into cmd/pulumi. (#4324) 2020-04-07 15:53:20 -07:00
main.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
new.go Avoid `missing go.sum entry for module` for new Go projects (#7808) 2021-08-23 07:54:56 -07:00
new_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
plugin.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
plugin_install.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
plugin_ls.go make plugin metadata (size, install time) opt in for list operations (#7163) 2021-05-28 07:26:08 -07:00
plugin_rm.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01: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 Paginate backend list operations (#7600) 2021-07-29 13:37:17 -07:00
policy_ls.go Paginate backend list operations (#7600) 2021-07-29 13:37:17 -07:00
policy_new.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
policy_new_test.go Relax errmsg check (#7482) 2021-07-12 09:05:06 -04:00
policy_publish.go Make virtualenv paths relative to root when main points elsewhere (#6966) 2021-05-14 13:41:55 -04:00
policy_rm.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01: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 Add user agent to the CLI, Go and Nodejs Automation API SDKs (#6935) 2021-04-30 07:26:23 -07:00
pulumi.go [codegen/schema] Add a schema checker (#7865) 2021-08-30 19:29:24 -07:00
pulumi_test.go improve dev version detection (#4732) 2020-06-02 11:51:04 +01:00
query.go Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
refresh.go Add user agent to the CLI, Go and Nodejs Automation API SDKs (#6935) 2021-04-30 07:26:23 -07:00
schema.go [codegen/schema] Add a schema checker (#7865) 2021-08-30 19:29:24 -07:00
schema_check.go [schema] Support target-specific schema validation 2021-08-30 20:00:35 -07:00
stack.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_change_secrets_provider.go Refactor Mock newResource and call to accept property bag rather than individual args (#6672) 2021-04-14 19:32:18 +01:00
stack_export.go [cli] Ensure the user has set PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE (#6893) 2021-04-28 01:21:16 +01:00
stack_graph.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_history.go Re-add - Set pagination defaults for `pulumi stack history` to 10 entries (#6739) (#6841) 2021-04-22 13:52:27 +01:00
stack_import.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_init.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
stack_ls.go Paginate backend list operations (#7600) 2021-07-29 13:37:17 -07:00
stack_ls_test.go Paginate backend list operations (#7600) 2021-07-29 13:37:17 -07:00
stack_output.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_output_test.go [cli] - Don't escape special characters when printing JSON (#7593) 2021-07-21 15:16:49 -07:00
stack_rename.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_rm.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
stack_select.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
stack_tag.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +01:00
state.go Re-add [BREAKING] - Standardize stack select behavior (#6300) (#6840) 2021-04-22 14:10:39 +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_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 Include children when targeting components. (#7605) 2021-07-27 19:17:54 -07:00
up_test.go Move pulumi cmd sources into cmd/pulumi. (#4324) 2020-04-07 15:53:20 -07:00
util.go Paginate backend list operations (#7600) 2021-07-29 13:37:17 -07:00
util_test.go [cli] - Don't escape special characters when printing JSON (#7593) 2021-07-21 15:16:49 -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 Add a convert-trace command. (#7319) 2021-06-17 14:46:05 -07:00
watch.go Watch Command - Added `--path` Argument (#7247) 2021-06-21 17:34:21 +10:00
whoami.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00