Ryuk is a fast environment management tool for your projects. Manage your application configuration and secrets and sync them to your cloud repositories all in one cli.
Install using this shell script
shell script goes here.ryuk create workspace -n myproject
ryuk create environment -n dev
ryuk create variable HELLO WORLD
ryuk push -e dev githubClone the project
git clone https://github.com/Brian-Kariu/ryukGo to the project directory
cd ryukInstall dependencies
go getRun the cli
go run main.goContributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.