@joshwycuff/terrascript-plugin-git
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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.

Name Description
GIT_BRANCH Name of current git branch.
GIT_COMMIT_ID Current git commit id.
GIT_DESCRIBE Human-readable git commit identification.

/@joshwycuff/terrascript-plugin-git/

    Package Sidebar

    Install

    npm i @joshwycuff/terrascript-plugin-git

    Weekly Downloads

    4

    Version

    1.1.0

    License

    ISC

    Unpacked Size

    9.2 kB

    Total Files

    9

    Last publish

    Collaborators

    • joshwycuff