pulumi/cmd
Matt Ellis 67bb134c28 Don't return serialized outputs from stack.GetRooStacktResource
Half of the call sites didn't care about these values and with the
secrets work the ergonmics of calling this method when it has to
return serialized ouputs isn't great. Move the serialization for this
into the CLI itself, as it was the only place that cared to do
this (so it could display things to end users).
2019-05-10 17:07:52 -07:00
..
cancel.go Don't print error prefix when a confirmation prompt is declined 2019-03-26 15:17:18 -07:00
config.go Remove backend.GetStackCrypter 2019-05-10 17:07:52 -07:00
config_test.go Tidy up some data structures (#2135) 2018-11-01 08:28:11 -07:00
crypto.go Remove backend.GetStackCrypter 2019-05-10 17:07:52 -07:00
crypto_http.go Remove backend.GetStackCrypter 2019-05-10 17:07:52 -07:00
crypto_local.go Remove backend.GetStackCrypter 2019-05-10 17:07:52 -07:00
destroy.go Refactor config loading out of the backend 2019-05-10 17:07:52 -07:00
errors.go Use result.Result in more places. (#2568) 2019-03-19 16:21:50 -07:00
gen_completion.go Reworked gen-bash-completion into a more generic completion command (#1967) 2018-09-24 06:25:16 -07:00
gen_markdown.go Add license headers 2018-05-22 15:02:47 -07:00
history.go Remove backend.GetStackCrypter 2019-05-10 17:07:52 -07:00
login.go Don't track a stack's configuration file in the backend 2019-05-10 17:07:52 -07:00
logout.go Don't track a stack's configuration file in the backend 2019-05-10 17:07:52 -07:00
logs.go Refactor config loading out of the backend 2019-05-10 17:07:52 -07:00
logs_test.go Add license headers 2018-05-22 15:02:47 -07:00
new.go Remove backend.GetStackCrypter 2019-05-10 17:07:52 -07:00
plugin.go Remove uses of plugins in the snapshot (#2662) 2019-04-23 09:53:44 -07:00
plugin_install.go Don't track a stack's configuration file in the backend 2019-05-10 17:07:52 -07:00
plugin_ls.go Add --json to pulumi plugin ls 2019-01-22 15:42:29 -08:00
plugin_rm.go Refactor display logic out of pkg/backend/filestate 2018-09-05 07:33:18 -07:00
preview.go Refactor config loading out of the backend 2019-05-10 17:07:52 -07:00
pulumi.go Make pulumi query a "debug command" 2019-05-02 18:08:08 -07:00
query.go Refactor config loading out of the backend 2019-05-10 17:07:52 -07:00
refresh.go Refactor config loading out of the backend 2019-05-10 17:07:52 -07:00
stack.go Don't return serialized outputs from stack.GetRooStacktResource 2019-05-10 17:07:52 -07:00
stack_export.go Refactor display logic out of pkg/backend/filestate 2018-09-05 07:33:18 -07:00
stack_graph.go Refactor display logic out of pkg/backend/filestate 2018-09-05 07:33:18 -07:00
stack_import.go Rename base64sm to b64 2019-05-10 17:07:52 -07:00
stack_init.go Provide a hint about stack name format when creating stacks 2019-02-26 10:09:06 -08:00
stack_ls.go Add --json to pulumi plugin ls 2019-01-22 15:42:29 -08:00
stack_output.go Don't return serialized outputs from stack.GetRooStacktResource 2019-05-10 17:07:52 -07:00
stack_output_test.go Add license headers 2018-05-22 15:02:47 -07:00
stack_rename.go Add pulumi stack rename 2019-03-19 11:04:33 -07:00
stack_rm.go Don't print error prefix when a confirmation prompt is declined 2019-03-26 15:17:18 -07:00
stack_select.go Remove pulumi archive and archive uploading code 2018-10-26 18:03:58 -07:00
stack_tag.go Add --json to pulumi config get and pulumi config 2019-01-22 10:39:37 -08:00
state.go Rename base64sm to b64 2019-05-10 17:07:52 -07:00
state_delete.go Add a note about quoting to state delete doc (#2641) 2019-04-11 16:10:28 -06:00
state_unprotect.go Don't print error prefix when a confirmation prompt is declined 2019-03-26 15:17:18 -07:00
up.go Don't return serialized outputs from stack.GetRooStacktResource 2019-05-10 17:07:52 -07:00
util.go Don't track a stack's configuration file in the backend 2019-05-10 17:07:52 -07:00
util_test.go Add detection of Azure Pipelines (#2705) 2019-05-07 11:49:13 -07:00
version.go Add license headers 2018-05-22 15:02:47 -07:00
whoami.go Display current logged in user 2019-02-01 11:27:49 -08:00