pulumi/cmd
joeduffy d94f9d4768 Implement a very basic env config command
This change implements a very basic `coco env config` command, that
lets you read, set, or unset configuration values for an environment.

For a single environment, these four usage styles are supported:

    # query all values in a given environment <env>:
    $ coco env config <env>

    # query a single value with key <key> in a given environment <env>:
    $ coco env config <env> <key>

    # set a single value with key <key> and value <value> in <env>:
    $ coco env config <env> <key> <value>

    # unset a single value with key <key> in the environment <env>:
    $ coco env config <env> <key> --unset

This is a vast subset of pulumi/coconut#113.
2017-03-06 15:07:24 +00:00
..
coconut.go More term rotations 2017-03-06 14:32:39 +00:00
describe.go Unify some CLI error reporting 2017-03-01 10:09:27 -08:00
env.go Implement a very basic env config command 2017-03-06 15:07:24 +00:00
env_config.go Implement a very basic env config command 2017-03-06 15:07:24 +00:00
env_deploy.go More term rotations 2017-03-06 14:32:39 +00:00
env_destroy.go More term rotations 2017-03-06 14:32:39 +00:00
env_init.go More term rotations 2017-03-06 14:32:39 +00:00
env_ls.go More term rotations 2017-03-06 14:32:39 +00:00
env_rm.go More term rotations 2017-03-06 14:32:39 +00:00
eval.go Unify some CLI error reporting 2017-03-01 10:09:27 -08:00
get.go Coconut! 2017-02-25 07:25:33 -08:00
verify.go Unify some CLI error reporting 2017-03-01 10:09:27 -08:00
version.go Coconut! 2017-02-25 07:25:33 -08:00