pulumi/pkg/engine
Matt Ellis a4c97d7225 Have saveEnv always override an existing environment
`saveEnv` had a flag which would prevent an environment from being
overwritten if it already existed, which was only used by `lumi env
init`. Refactor the code so the check is done inside `lumi` instead of
against this API. We don't need this functionality for the service and
so requiring support for this at the API boundary for environments
feels like a bad idea.
2017-08-29 18:05:42 -07:00
..
compiler.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
config_delete.go Have saveEnv always override an existing environment 2017-08-29 18:05:42 -07:00
config_get.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
config_list.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
config_set.go Have saveEnv always override an existing environment 2017-08-29 18:05:42 -07:00
deploy.go Have saveEnv always override an existing environment 2017-08-29 18:05:42 -07:00
destroy.go Clean up Destroy API boundary 2017-08-24 18:09:37 -07:00
engine.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env.go Have saveEnv always override an existing environment 2017-08-29 18:05:42 -07:00
env_current.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_info.go Fix prompt for env name in lumi destory 2017-08-24 18:09:37 -07:00
env_init.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_list.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_remove.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_select.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
pack.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
pack_eval.go Fix lint issues 2017-08-24 18:09:37 -07:00
pack_info.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
pack_verify.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
plan.go Fix lint issues 2017-08-24 18:09:37 -07:00