pulumi/tests
Joe Duffy 1681119339
Add a stack output command (#675)
This change adds a `pulumi stack output` command.  When passed no
arguments, it prints all stack output properties, in exactly the
same format as `pulumi stack` does (just without all the other stuff).
More importantly, if you pass a specific output property, a la
`pulumi stack output clusterARN`, just that property will be printed,
in a scriptable-friendly manner.  This will help us automate wiring
multiple layers of stacks together during deployments.

This fixes pulumi/pulumi#659.
2017-12-08 13:14:58 -08:00
..
cloud Reenable integration tests 2017-12-05 13:39:13 -08:00
integration Add a stack output command (#675) 2017-12-08 13:14:58 -08:00
init_test.go Add Pulumi.com backend, unify cobra Commands 2017-11-02 11:19:00 -07:00
main_test.go Improve the overall cloud CLI experience 2017-12-02 14:34:42 -08:00
stack_test.go Fix cloud tests 2017-12-03 06:34:06 -08:00