pulumi/cmd
Joe Duffy 369c619ab9
Skip loading language plugins when not needed (#1367)
In pulumi/pulumi#1356, we observed that we can fail during a destroy
because we attempt to load the language plugin, which now eagerly looks
for the @pulumi/pulumi package.

This is also blocking ingestion of the latest engine bits into the PPC.

It turns out that for destroy (and refresh), we have no need for the
language plugin.  So, let's skip loading it when appropriate.
2018-05-14 20:32:53 -07:00
..
archive.go Add commands to generate goodies (#1288) 2018-04-28 11:18:21 -07:00
cancel.go Support -y as shorthand for --yes (#1340) 2018-05-08 09:55:08 -07:00
ci.go Disable interactive mode for a CI/CD server. (#1297) 2018-04-30 15:27:53 -07:00
config.go Add pulumi config refresh to fetch most recent configuration 2018-05-14 10:28:42 -07:00
config_test.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
destroy.go Support -y as shorthand for --yes (#1340) 2018-05-08 09:55:08 -07:00
gen_bash_completion.go Add commands to generate goodies (#1288) 2018-04-28 11:18:21 -07:00
gen_markdown.go Add commands to generate goodies (#1288) 2018-04-28 11:18:21 -07:00
init.go Remove the need to pulumi init for the local backend 2018-04-18 04:53:49 -07:00
login.go Begin tracing Pulumi API calls. (#1330) 2018-05-07 18:23:03 -07:00
logout.go Fix login/logout issue against non api.pulumi.com clouds 2018-04-27 15:41:50 -07:00
logs.go Begin tracing Pulumi API calls. (#1330) 2018-05-07 18:23:03 -07:00
logs_test.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
new.go Make the default pulumi new project description empty (#1339) 2018-05-08 10:46:39 -07:00
plugin.go Skip loading language plugins when not needed (#1367) 2018-05-14 20:32:53 -07:00
plugin_install.go Begin tracing Pulumi API calls. (#1330) 2018-05-07 18:23:03 -07:00
plugin_ls.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
plugin_rm.go Support -y as shorthand for --yes (#1340) 2018-05-08 09:55:08 -07:00
preview.go Begin tracing Pulumi API calls. (#1330) 2018-05-07 18:23:03 -07:00
pulumi.go Add support for passing tracing headers. (#1360) 2018-05-14 13:44:44 -07:00
refresh.go Support -y as shorthand for --yes (#1340) 2018-05-08 09:55:08 -07:00
stack.go Don't mention PPC unless needed in the CLI 2018-04-23 16:50:48 -04:00
stack_export.go Begin tracing Pulumi API calls. (#1330) 2018-05-07 18:23:03 -07:00
stack_graph.go Spruce up the stack graph command: 2018-02-22 17:31:45 -08:00
stack_import.go Begin tracing Pulumi API calls. (#1330) 2018-05-07 18:23:03 -07:00
stack_init.go Address code review feedback 2018-04-20 02:34:10 -04:00
stack_ls.go Begin tracing Pulumi API calls. (#1330) 2018-05-07 18:23:03 -07:00
stack_output.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack_output_test.go Adjust stack output formating in the CLI 2018-02-16 12:25:25 -08:00
stack_rm.go Support -y as shorthand for --yes (#1340) 2018-05-08 09:55:08 -07:00
stack_select.go Begin tracing Pulumi API calls. (#1330) 2018-05-07 18:23:03 -07:00
update.go Support -y as shorthand for --yes (#1340) 2018-05-08 09:55:08 -07:00
util.go Add support for passing tracing headers. (#1360) 2018-05-14 13:44:44 -07:00
version.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00