dronify
v0.0.1
Published
Generate charts and config for Drone, K8S and Helm
Downloads
5
Readme
Dronify
Generate charts and config for Drone, K8S and Helm
Dronify provides a small CLI tool to get your application set up to be built on Drone and deployed to Kubernetes using Helm.
Setup
yarn global add dronify # or: npm i -g dronify
Usage
- Initialise your application
cd my-app
dronify init
- Add and remove secrets
dronify secret add MY_SECRET_KEY "my secret value"
dronify secret rm MY_SECRET_KEY