Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Setup Waypoint

Actions
Install a specific version of HashiCorp Waypoint and add it to the PATH
v2.0.0
Latest
Star (1)

Tags

 (1)

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

Setup Waypoint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Install a specific version of HashiCorp Waypoint and add it to the PATH
v2.0.0
Latest

Tags

 (1)

Setup Waypoint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.