Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilomurer/frust
ʕっ•ᴥ•ʔっ
https://github.com/danilomurer/frust
Last synced: 4 days ago
JSON representation
ʕっ•ᴥ•ʔっ
- Host: GitHub
- URL: https://github.com/danilomurer/frust
- Owner: DaniloMurer
- Created: 2024-08-16T15:14:20.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-21T13:19:54.000Z (about 2 months ago)
- Last Synced: 2024-10-11T15:44:58.790Z (28 days ago)
- Language: Rust
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# frust
## about
frust is a tui application for making git-ops a less frustrating process.
frust assumes that you have your git-ops relevant files, for example kubernetes deployments and so on, bundled in a single repo separated from the code.
this means, especially with git-ops, that for a new version to be deployed, you have to manually update the deployment with a new image version.
frust takes this manual labour away, by offering you a intuitive tui, to work with your projects.frust is not indented to run in a automated environment, for example in a jenkins pipeline. frust works right where you do, on your local machine.