pulumi/cmd
Matt Ellis f121de5571 Make pulumi -C <verb> <args> work
Internally we end up using flag to parse our command lines because of
our dependency on glog. When flag does not know about -C, if someone
passes -C before the sub command name (as is common for folks coming
from Git) the flag package terminates the program because -C was not
defined. So just teach flag this exists until we takle #301 and rid
ourselves of glog.
2017-10-06 14:28:59 -07:00
..
lumidl Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
config.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
destroy.go Support -C/--cwd instead of path to package 2017-10-06 11:27:18 -07:00
env.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_ls.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
env_rm.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
env_select.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
preview.go Support -C/--cwd instead of path to package 2017-10-06 11:27:18 -07:00
provider_env.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
pulumi.go Make pulumi -C <verb> <args> work 2017-10-06 14:28:59 -07:00
update.go Support -C/--cwd instead of path to package 2017-10-06 11:27:18 -07:00
util.go Have the CLI keep track of the current environment 2017-10-02 16:57:41 -07:00
version.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00