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
cancel.go
config.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
config_test.go
destroy.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
gen_bash_completion.go
gen_markdown.go
login.go Add pulumi whoami 2018-06-28 10:33:59 -07:00
logout.go
logs.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
logs_test.go
new.go Improve misleading pulumi new summary message (#1571) 2018-06-25 16:26:29 -07:00
plugin.go
plugin_install.go
plugin_ls.go
plugin_rm.go
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
stack_ls.go
stack_output.go Support -s in stack {export, graph, import, output} 2018-07-02 11:42:31 -07:00
stack_output_test.go
stack_rm.go
stack_select.go
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
whoami.go Add pulumi whoami 2018-06-28 10:33:59 -07:00