Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pymag09/fluxi
Simple and light-weight UI for flux.
https://github.com/pymag09/fluxi
cd cicd flux flux2 fluxcd k8s kubernetes ui
Last synced: about 1 month ago
JSON representation
Simple and light-weight UI for flux.
- Host: GitHub
- URL: https://github.com/pymag09/fluxi
- Owner: pymag09
- License: mit
- Created: 2024-11-20T10:48:32.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-20T11:09:14.000Z (about 1 month ago)
- Last Synced: 2024-11-20T12:36:16.830Z (about 1 month ago)
- Topics: cd, cicd, flux, flux2, fluxcd, k8s, kubernetes, ui
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fluxi
Simple and light-weight UI for flux.## Dependencies
* `fzf` (command-line fuzzy finder) - [https://github.com/junegunn/fzf](https://github.com/junegunn/fzf)
* `yq` (portable command-line YAML processor)## Installation
fluxi requires you to add two line to your .bashrc file.
* export FLUXI_PATH=
* source ${FLUXI_PATH}/fluxi.sh
When the lines are in-place, reboot or source the .bashrc (source ~/.bashrc)## How to use it.
Supported commands:
* fluxi get alert-providers
* fluxi get alerts
* fluxi get images policy
* fluxi get images repository
* fluxi get images update
* fluxi get receivers
* fluxi get sources bucket
* fluxi get sources chart
* fluxi get sources git
* fluxi get sources helm
* fluxi get sources oci
* fluxi get kustomizations
* fluxi get helmreleases
* fluxi get
* fluxi events
* fluxi logs`fluxi get` + `enter` give you the list of all available commands, sort of command completion but a bit more interactive.