Sha256: 2412f741778560dd5a75f84bfb5f979433da012ca7386c7dac98b2c7f22b41a1

Contents?: true

Size: 457 Bytes

Versions: 29

Compression:

Stored size: 457 Bytes

Contents

# Examples

    cody start # infers the name from the parent folder
    cody start stack-name # looks up project via CloudFormation stack
    cody start demo-project # looks up project via codebuild project name

## Overriding Env Variables at Runtime

You can override env variables at runtime with `--env-vars`. Examples:

    cody start --type vpc --env-vars K1=v1 K2=v2
    cody start --type vpc --env-vars K1=v1 K2=ssm:v2 # support for PARAMETER_STORE

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
cody-0.8.4 lib/cody/help/start.md
cody-0.8.3 lib/cody/help/start.md
cody-0.8.2 lib/cody/help/start.md
cody-0.8.1 lib/cody/help/start.md
cody-0.8.0 lib/cody/help/start.md
cody-0.7.3 lib/cody/help/start.md
cody-0.7.2 lib/cody/help/start.md
cody-0.7.1 lib/cody/help/start.md
cody-0.7.0 lib/cody/help/start.md