cdk-workflow

cdk workflow

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
cdk-workflow
021.4.0a year ago2 years agoMinified + gzip package size for cdk-workflow in KB

Readme

cdk-workflow
!npm packagenpm-imgnpm-url !Build Statusbuild-imgbuild-url !Downloadsdownloads-imgdownloads-url !Issuesissues-imgissues-url !Commitizen Friendlycommitizen-imgcommitizen-url !Semantic Releasesemantic-release-imgsemantic-release-url
cdk workflow

DEMO

TODO

Install

npm i cdk-workflow

Setup

// cli.ts
import { runWorkflow } from "cdk-workflow";

// your pre-process here.
// set context, set environment environments, etc...

await runWorkflow({
  cdkCliOptions: ["--context", "KEY=VALUE"],
});

Usage

node --loader ts-node/esm cli.ts