pulumi/cmd/lumi
joeduffy 7d19abc2a3 Print the current environment
This change implements showing a summary of the current environment.
All you need to do is run

    $ lumi env

and the current environment's information will be printed.

This makes it convenient to grab resource information that might be
required, for instance, to correlate with logs (e.g., lambda ARNs).

Eventually, as per pulumi/lumi#184, we want to print details about
all of the resources too.
2017-06-16 09:46:09 -07:00
..
config.go Make more progress on the new deployment model 2017-06-13 07:10:13 -07:00
deploy.go Merge branch 'master' into bforsyth927-gometalinter 2017-06-13 16:28:12 -07:00
destroy.go Recover from deployment failures 2017-06-13 07:10:13 -07:00
env.go Print the current environment 2017-06-16 09:46:09 -07:00
env_init.go Reclassify Lumi under the Apache 2.0 license 2017-05-18 14:51:52 -07:00
env_ls.go Make more progress on the new deployment model 2017-06-13 07:10:13 -07:00
env_rm.go Make more progress on the new deployment model 2017-06-13 07:10:13 -07:00
env_select.go Reclassify Lumi under the Apache 2.0 license 2017-05-18 14:51:52 -07:00
lumi.go Merge branch 'master' into bforsyth927-gometalinter 2017-06-13 16:28:12 -07:00
main.go Reclassify Lumi under the Apache 2.0 license 2017-05-18 14:51:52 -07:00
pack.go Make more progress on the new deployment model 2017-06-13 07:10:13 -07:00
pack_eval.go Tidy up some loose ends 2017-06-13 07:10:13 -07:00
pack_get.go Reclassify Lumi under the Apache 2.0 license 2017-05-18 14:51:52 -07:00
pack_info.go Fixed various additional linting issues 2017-06-08 10:21:17 -07:00
pack_verify.go Tidy up project loading for pack commands 2017-06-02 12:43:04 -07:00
plan.go Print the current environment 2017-06-16 09:46:09 -07:00
version.go Reclassify Lumi under the Apache 2.0 license 2017-05-18 14:51:52 -07:00