@wheatstalk/cdk-git-tags
TypeScript icon, indicating that this package has built-in type declarations

0.0.86 • Public • Published

CDK Git Tags

Use this construct to tag your stack and resources with information from your git repository.

An example of the applied tags

Usage

// Create your CDK app as usual
const app = new cdk.App();

// Apply GitTags to your app and all stacks and resources will be tagged.
GitTags.add(app);

Tags Produced

Tag Description
@wheatstalk/cdk-git-tags The version of the construct
@wheatstalk/cdk-git-tags.git.HEAD The output of git rev-parse HEAD
@wheatstalk/cdk-git-tags.git.remotes All unique remote URLs separated by spaces

Dependents (0)

Package Sidebar

Install

npm i @wheatstalk/cdk-git-tags

Weekly Downloads

1

Version

0.0.86

License

Apache-2.0

Unpacked Size

63.6 kB

Total Files

11

Last publish

Collaborators

  • misterjoshua