@joshwycuff/terrascript-plugin-git
v1.1.0
Published
> TODO: description
Downloads
15
Readme
terrascript-plugin-git
Terrascript plugin for additional git functionality.
Install
npm install @joshwycuff/terrascript-plugin-git --save-devyarn add @joshwycuff/terrascript-plugin-git --devUsage
Place the plugin name in the plugins key of the top-level terrascript.yml.
plugins:
- "@joshwycuff/terrascript-plugin-git"The following environment variables will then be available to your Terrascript actions.
| Name | Description |
| --- | --- |
| GIT_BRANCH | Name of current git branch.
| GIT_COMMIT_ID | Current git commit id.
| GIT_DESCRIBE | Human-readable git commit identification.
