cdk8s-plus

v0.30.0-pre.5413b3bf6ca13f9839407d561b622e64a4de62e4
High level abstractions on top of cdk8s
cdk kubernetes k8s constructs

projen

node .projenrc.js && yarn install

no-changes

(git log --oneline -1 | grep -q "chore(release):") && echo "No changes to release."

bump

yarn --silent no-changes || standard-version

release

yarn --silent no-changes || (yarn bump && git push --follow-tags origin master)

projen:upgrade

chmod +w package.json && yarn upgrade -L projen && chmod -w package.json && yarn projen

compile

jsii --silence-warnings=reserved-word && jsii-docgen

watch

jsii -w --silence-warnings=reserved-word

package

jsii-pacmak

build

yarn compile

eslint

eslint . --ext .ts

test

yarn eslint && rm -fr lib/ && jest --passWithNoTests && yarn compile

test:watch

jest --watch

test:update

jest --updateSnapshot

compat

npx jsii-diff npm:$(node -p "require('./package.json').name") -k --ignore-file .compatignore || (echo " UNEXPECTED BREAKING CHANGES: add keys such as 'removed:constructs.Node.of' to .compatignore to skip. " && exit 1)

docgen

jsii-docgen

Metadata

  • Apache-2.0
  • >= 10.17.0
  • Amazon Web Services
  • released 10/15/2020

Downloads

Maintainers