Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/danilomurer/frust

ʕっ•ᴥ•ʔっ
https://github.com/danilomurer/frust

Last synced: 4 days ago
JSON representation

ʕっ•ᴥ•ʔっ

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.