pulumi/pkg/engine
Matt Ellis 93ab134bbb Have the CLI keep track of the current environment
Previously, the engine was concered with maintaing information about
the currently active environment. Now, the CLI is in charge of
this. As part of this change, the engine can now assume that every
environment has a non empty name (and I've added asserts on the
entrypoints of the engine API to ensure that any consumer of the
engine passes a non empty environment name)
2017-10-02 16:57:41 -07:00
..
config_delete.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
config_list.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
config_set.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
deploy.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
destroy.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
engine.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
env.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
env_info.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
env_init.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
env_list.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
env_remove.go Use tokens.QName instead of string as the type for environment 2017-10-02 15:14:55 -07:00
pack.go Remove Workspace dependency on diag.Sink 2017-10-02 15:25:22 -07:00
plan.go Replace Plan.Apply with planResult.Walk. (#383) 2017-10-02 14:26:51 -07:00
preview.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00