1.1.0 • Published 3 years ago

@joshwycuff/terrascript-plugin-git v1.1.0

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

terrascript-plugin-git

Terrascript plugin for additional git functionality.

Install

npm install @joshwycuff/terrascript-plugin-git --save-dev
yarn add @joshwycuff/terrascript-plugin-git --dev

Usage

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.

NameDescription
GIT_BRANCHName of current git branch.
GIT_COMMIT_IDCurrent git commit id.
GIT_DESCRIBEHuman-readable git commit identification.