pulumi/cmd
Matt Ellis 5dd2f10993 Support -s in stack {export, graph, import, output}
Instead of needing you to first select the current stack to use any of
these commands, allow passing `-s <stack-name>` or `--stack
<stack-name>` to say what stack you want to operate on.

These commands still require a `Pulumi.yaml` file to be present, which
is not ideal, but would require a larger refactoring to fix. That
refactoring will happen as part of #1556.

Fixes #1370
2018-07-02 11:42:31 -07:00
..
archive.go Add license headers 2018-05-22 15:02:47 -07:00
cancel.go Add license headers 2018-05-22 15:02:47 -07:00
config.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
config_test.go Add license headers 2018-05-22 15:02:47 -07:00
destroy.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
gen_bash_completion.go Add license headers 2018-05-22 15:02:47 -07:00
gen_markdown.go Add license headers 2018-05-22 15:02:47 -07:00
login.go Add pulumi whoami 2018-06-28 10:33:59 -07:00
logout.go Add license headers 2018-05-22 15:02:47 -07:00
logs.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
logs_test.go Add license headers 2018-05-22 15:02:47 -07:00
new.go Improve misleading pulumi new summary message (#1571) 2018-06-25 16:26:29 -07:00
plugin.go Add license headers 2018-05-22 15:02:47 -07:00
plugin_install.go Add license headers 2018-05-22 15:02:47 -07:00
plugin_ls.go Add license headers 2018-05-22 15:02:47 -07:00
plugin_rm.go Add license headers 2018-05-22 15:02:47 -07:00
preview.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
pulumi.go Add pulumi whoami 2018-06-28 10:33:59 -07:00
refresh.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
stack.go Make the stack graph command always available (#1452) 2018-06-02 18:13:31 -07:00
stack_export.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
stack_graph.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
stack_import.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
stack_init.go Add license headers 2018-05-22 15:02:47 -07:00
stack_ls.go Show manifest information for stacks 2018-05-23 16:43:34 -07:00
stack_output.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
stack_output_test.go Add license headers 2018-05-22 15:02:47 -07:00
stack_rm.go Add license headers 2018-05-22 15:02:47 -07:00
stack_select.go Add license headers 2018-05-22 15:02:47 -07:00
update.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
util.go Enable fork builds. (#1495) 2018-06-11 16:01:04 -07:00
version.go Add license headers 2018-05-22 15:02:47 -07:00
whoami.go Add pulumi whoami 2018-06-28 10:33:59 -07:00