pulumi/cmd
Pat Gavlin e884c63104 Extract a Pulumi API client.
These changes refactor direct interactions with the Pulumi API out of
the cloud backend and into a subpackage, `pkg/backend/cloud/client`.
This package exposes a slightly higher-level API that takes care of
calculating paths, performing HTTP calls, and occasionally wrapping
multiple physical calls into a single logical call (notably the creation
of an update and the upload of its program).

This is primarily intended as preparation for some of the changes
suggested in the feedback for #1067.
2018-03-21 16:45:54 -07:00
..
config.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
config_test.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
debug_cmds.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
destroy.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
history.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
init.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
login.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
logout.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
logs.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
logs_test.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
new.go Extract a Pulumi API client. 2018-03-21 16:45:54 -07:00
plugin.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
plugin_install.go Extract a Pulumi API client. 2018-03-21 16:45:54 -07:00
plugin_ls.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
plugin_rm.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
preview.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
pulumi.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack_export.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack_graph.go Spruce up the stack graph command: 2018-02-22 17:31:45 -08:00
stack_import.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack_init.go Extract a Pulumi API client. 2018-03-21 16:45:54 -07:00
stack_ls.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -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 Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
stack_select.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
update.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
upgrade_config.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
util.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00
version.go Update the copyright end date to 2018. (#1068) 2018-03-21 12:43:21 -07:00