.woodpecker | ||
app | ||
cmd | ||
examples | ||
.gitignore | ||
CHANGELOG.md | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
ovh-apikey-manager
A tiny tool to manage your OVH api keys
Installation
Pre-Built Binary
To get the binary just download the latest release for your OS/Arch from the release page and put the binary somewhere convenient. The application assumes its config file to be in the same directory as the binary.
Compile from Source
Requirements:
- go1.20+
First, clone the repository to your local machine
git clone https://codeberg.org/lauralani/ovh-apikey-manager
# or if you want a specific branch:
git clone https://codeberg.org/lauralani/ovh-apikey-manager -b x.x.x
Then compile the project with
go build
Configuration
The application assumes the config file .env
in the current working directory.
If you installed from source you can just copy a template .env
from the examples/
directory,
or you can just take it directly from the Git repository
Usage
You can see the list of available commands with
./ovh-apikey-manager --help
Changelog
You can find the Changelog here: Changelog
License
ovh-apikey-manager
is available under the MIT license. See the LICENSE file for more info.