Sha256: e6d1c1c2f3691fc99704e1e6482850c8be298fb62984b58704c4ad63ec46378c

Contents?: true

Size: 447 Bytes

Versions: 8

Compression:

Stored size: 447 Bytes

Contents

# Examples

    cb start # infers the name from the parent folder
    cb start stack-name # looks up project via CloudFormation stack
    cb 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:

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
codebuild-0.6.7 lib/codebuild/help/start.md
codebuild-0.6.6 lib/codebuild/help/start.md
codebuild-0.6.5 lib/codebuild/help/start.md
codebuild-0.6.4 lib/codebuild/help/start.md
codebuild-0.6.3 lib/codebuild/help/start.md
codebuild-0.6.2 lib/codebuild/help/start.md
codebuild-0.6.1 lib/codebuild/help/start.md
codebuild-0.6.0 lib/codebuild/help/start.md