pulumi/cmd/lumi
Matt Ellis dcc549d9ec Prepare for moving command implementations to the engine
The plan is to take all the logic that actually implements the
commands exposed by `lumi` into a helper type that can be used by both
`lumi` and the Pulumi Service. This is step one, which was to decouple
the implementation of these commands from the command line parsing and
CLI interface they are presented to the user from.
2017-08-24 18:00:46 -07:00
..
config.go Prepare for moving command implementations to the engine 2017-08-24 18:00:46 -07:00
deploy.go Prepare for moving command implementations to the engine 2017-08-24 18:00:46 -07:00
destroy.go Prepare for moving command implementations to the engine 2017-08-24 18:00:46 -07:00
env.go Prepare for moving command implementations to the engine 2017-08-24 18:00:46 -07:00
env_init.go Prepare for moving command implementations to the engine 2017-08-24 18:00:46 -07:00
env_ls.go Prepare for moving command implementations to the engine 2017-08-24 18:00:46 -07:00
env_rm.go Prepare for moving command implementations to the engine 2017-08-24 18:00:46 -07:00
env_select.go Prepare for moving command implementations to the engine 2017-08-24 18:00:46 -07:00
lumi.go Refactor how args are used in the engine 2017-08-24 18:00:46 -07:00
main.go Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
pack.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
pack_eval.go Prepare for moving command implementations to the engine 2017-08-24 18:00:46 -07:00
pack_get.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00
pack_info.go Prepare for moving command implementations to the engine 2017-08-24 18:00:46 -07:00
pack_verify.go Prepare for moving command implementations to the engine 2017-08-24 18:00:46 -07:00
plan.go Prepare for moving command implementations to the engine 2017-08-24 18:00:46 -07:00
version.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00