@go-to-k/cdkd 0.132.0 → 0.132.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -51707,7 +51707,7 @@ function reorderArgs(argv) {
|
|
|
51707
51707
|
*/
|
|
51708
51708
|
async function main() {
|
|
51709
51709
|
const program = new Command();
|
|
51710
|
-
program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.132.
|
|
51710
|
+
program.name("cdkd").description("CDK Direct - Deploy AWS CDK apps directly via SDK/Cloud Control API").version("0.132.1");
|
|
51711
51711
|
program.addCommand(createBootstrapCommand());
|
|
51712
51712
|
program.addCommand(createSynthCommand());
|
|
51713
51713
|
program.addCommand(createListCommand());
|