scaleway/waypoint-plugin-scaleway
Go
Captured source
source ↗GH
Source ↗published Jan 31, 2023seen 5dcaptured 8hhttp 200method plain
scaleway/waypoint-plugin-scaleway
Description: Waypoint provider for Scaleway
Language: Go
License: Apache-2.0
Stars: 4
Forks: 1
Open issues: 1
Created: 2023-01-31T14:38:34Z
Pushed: 2024-06-17T09:32:35Z
Default branch: master
Fork: no
Archived: no
README:
Waypoint Plugins Scaleway
Plugins for waypoint that add support for Scaleway. Currently, the only plugin available is container.
Usage
deploy {
use "scaleway-container" {
port = 80
namespace_id = "xxxx-xxxx-xxx-xxxx"
region = "fr-par"
}
}API keys are loaded from Scaleway's config default profile and can be overwritten by environment variables.
A list of all options can be found in [container's documentation](./docs/container.md)
Install
From releases
- Download the zip of the latest version for your architecture.
- Unzip the plugin by running the following command:
unzip waypoint-plugin-scaleway-container_*.zip -d ~/.config/.waypoint/plugins/
> Note > On macOS, you will have to execute the following command to ignore Apple's developer authenticity verification: > `` > xattr -d com.apple.quarantine ~/.config/.waypoint/plugins/waypoint-plugin-scaleway-container >
From sources
- Clone the repository on your local machine.
- Run the following command to build and install the plugin:
make all install