https://github.com/astrolabsoftware/finkctl
CLI for fink on k8s
https://github.com/astrolabsoftware/finkctl
Last synced: 11 days ago
JSON representation
CLI for fink on k8s
- Host: GitHub
- URL: https://github.com/astrolabsoftware/finkctl
- Owner: astrolabsoftware
- License: gpl-3.0
- Created: 2023-02-02T14:46:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T17:09:53.000Z (about 1 year ago)
- Last Synced: 2025-03-28T17:44:55.941Z (about 1 year ago)
- Language: Go
- Size: 153 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# finkctl
CLI tool for managing fink on Kubernetes.
To access documentation, run `finkctl -h`.
## Installation
go 1.21.+ is required.
`go install github.com/astrolabsoftware/finkctl/v3@`
## Configuration
To use finkctl, you need a configuration file. Set the FINKCONFIG environment variable to the directory containing `finkctl.yaml` and `finkctl.secret.yaml`. By default, it uses `$HOME/.fink`.
Example configuration files:
- [finkctl.yaml](../_e2e_/finkctl.yaml)
- [finkctl.secret.yaml](../_e2e_/finkctl.secret.yaml)