Skip to content
layers

GitHub Action

Setup Waypoint

v2.0.0 Latest version

Setup Waypoint

layers

Setup Waypoint

Install a specific version of HashiCorp Waypoint and add it to the PATH

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup Waypoint

uses: lucasmelin/[email protected]

Learn more about this action in lucasmelin/setup-waypoint

Choose a version

This project is no longer actively maintained since, as of Oct 11th 2023, HashiCorp Waypoint Community Edition is no longer actively maintained.


setup-waypoint GitHub Action

A GitHub Action to install a specific version of HashiCorp Waypoint and add it to the PATH

Inputs

version

Required A version of HashiCorp Waypoint to install. Defaults to latest.

Outputs

waypoint-version

The version of HashiCorp Waypoint that was installed.

Example usage

uses: lucasmelin/setup-waypoint@v1
with:
  version: "0.11.0"

Development

Install the dependencies

$ npm install

Build the typescript and package it for distribution

$ npm run build && npm run package

Publish

$ npm run package
$ git add dist
$ git commit -a -m "Production dependencies"
$ git push origin releases/v1