Categorygithub.com/sharkyze/waypoint-plugin-archive
repositorypackage
0.0.0-20201027143848-fd6c5b261959
Repository: https://github.com/sharkyze/waypoint-plugin-archive.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Waypoint Plugin Archive

waypoint-plugin-archive is a builder plugin for Waypoint. It allows you to archive source files or directories.

The plugin is working as expected for my use case but is still missing some features, please open an issue for any feedback, issues or missing features..

Install

To install the plugin, run the following command:

make install # Installs the plugin in `${HOME}/.config/waypoint/plugins/`

Configure

project = "project"

app "webapp" {
  path = "./webapp"

  build {
    use "archive" {}
  }
}