cdf icon indicating copy to clipboard operation
cdf copied to clipboard

cdf-cli: `packages init` command

Open janaka opened this issue 2 years ago • 0 comments

cdf-cli packages init <name> --language=<lang> --runtime=<awscdk | cdktf > --cicd=<github>

Generates scaffolding for a package from a template. Initially we'll only support TypeScript. Includes custom module template files and build and deploy config (only actions supported initially). Template TBD (probably base off the sample package with some adjustments).

note: cdf-cli is the name of the executable.

janaka avatar May 15 '23 16:05 janaka