Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

MechanicalRock/scdk

Repository files navigation

@MechanicalRock/scdk

Generate CDK constructs from AWS Service Catalog

Version Downloads/week License

Usage

$ npm install -g @MechanicalRock/scdk
$ scdk COMMAND
running command...
$ scdk (-v|--version|version)
0.0.0
$ scdk --help [COMMAND]
USAGE
  $ scdk COMMAND
...

Commands

scdk generate

Generates CDK constructs from AWS Service Catalog products

USAGE
  $ scdk generate

OPTIONS:
  --version           Show version number                              [boolean]
  --help              Show help                                        [boolean]
  --dir, -o           Output directory                        [default: "./out"]
  --portfolio-id, -f  Generate constructs for all products in the specified
                      portfolio
  --product-id, -p    Generate a construct for the product with the specified
                      product                                            [array]

EXAMPLE
  $ scdk generate --product-id prod-123 prod-456 --out ./generated
  $ scdk generate --portfolio-id port-123

See code: src/cmd/generate.ts