1.4.0 • Published 1 year ago

cdk-workflow v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.3.1

1 year ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago