pulumi/pkg
joeduffy cb9c152104 Permit passing stack properties via the CLI
If compiling a stack that accepts properties directly, we need a way to
pass arguments to that stack at the command line.  This change permits this
using the ordinary "--" style delimiter; for example:

        $ mu build -- --name=Foo

This is super basic and doesn't handle all the edge cases, but is sufficient
for testing and prototyping purposes.
2016-11-29 15:27:02 -08:00
..
ast Add the notion of "perturbing" properties 2016-11-29 14:29:34 -08:00
compiler Permit passing stack properties via the CLI 2016-11-29 15:27:02 -08:00
diag Annotate a bunch of TODOs with work item numbers 2016-11-23 12:30:02 -08:00
encoding Add rudimentary template expansion 2016-11-25 12:58:29 -08:00
errors Add rudimentary template expansion 2016-11-25 12:58:29 -08:00
util Fix a silly message 2016-11-22 11:25:51 -08:00
workspace Detect target cloud earlier on 2016-11-29 13:42:39 -08:00