pulumi/cmd/lumi
joeduffy 22387d24cd Switch to a --parallel=P flag
This change flips the polarity on parallelism: rather than having a
--serialize flag, we will have a --parallel=P flag, and by default
we will shut off parallelism.  We aren't benefiting from it at the
moment (until we implement pulumi/pulumi-fabric#106), and there are
more hidden dependencies in places like AWS Lambdas and Permissions
than I had realized.  We may revisit the default, but this allows
us to bite off the messiness of dependsOn only when we benefit from
it.  And in any case, the --parallel=P capability will be useful.
2017-09-17 08:10:46 -07:00
..
config.go Configure providers at well-defined points 2017-09-04 11:35:21 -07:00
deploy.go Switch to a --parallel=P flag 2017-09-17 08:10:46 -07:00
destroy.go Switch to a --parallel=P flag 2017-09-17 08:10:46 -07:00
env.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_init.go Have saveEnv always override an existing environment 2017-08-29 18:05:42 -07:00
env_ls.go Alow multiple instances of engine.Engine 2017-08-24 18:09:37 -07:00
env_rm.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
lumi.go Wire up Lumi to the new runtime strategy 2017-09-04 11:35:21 -07:00
main.go Rename fileSystemEnvironmentProvider to localEnvProvider 2017-08-31 10:27:41 -07:00
plan.go Switch to a --parallel=P flag 2017-09-17 08:10:46 -07:00
provider_env.go Adopt github.com/pkg/errors in a few more places 2017-08-31 10:28:20 -07:00
version.go Rename pulumi/lumi to pulumi/pulumi-fabric 2017-08-02 09:25:22 -07:00