1.4.0 • Published 3 years ago

cdk-workflow v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

cdk-workflow

npm package Build Status Downloads Issues Commitizen Friendly Semantic Release

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
1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago