Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
/ setup-waypoint Public archive

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

License

Notifications You must be signed in to change notification settings

lucasmelin/setup-waypoint

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published