A modular Gitops workflow for Kubernetes deployments.
Linux / Mac
curl -L https://github.com/gimlet-io/gimlet-cli/releases/download/v0.5.0/gimlet-$(uname)-$(uname -m) -o gimlet
chmod +x gimlet
sudo mv ./gimlet /usr/local/bin/gimlet
gimlet --version
Gimlet CLI supports you throughout your Kubernetes deployment journey.
-
If you are new to Kubernetes: Deploy your app to Kubernetes without the boilerplate
-
If you want to modernize your CI pipeline: Manage environments with Gimlet and GitOps
-
If you want to manage services and environments at scale: Manage environments with Gimlet and GitOps
$ gimlet
NAME:
gimlet - a modular Gitops workflow for Kubernetes deployments
USAGE:
gimlet [global options] command [command options] [arguments...]
COMMANDS:
chart Manages Helm charts
gitops Manages the gitops repo
seal Seals secrets in the manifest
manifest Manages Gimlet manifests
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help (default: false)
--version, -v print the version (default: false)
make all
./build/gimlet