/gimlet-cli

For a modular Gitops workflow

Primary LanguageGoApache License 2.0Apache-2.0

Gitpod ready-to-code Go Report Card License

Gimlet CLI

A modular Gitops workflow for Kubernetes deployments.

Installation

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

Get Started

Gimlet CLI supports you throughout your Kubernetes deployment journey.

Reference

$ 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)

Development

Gitpod ready-to-code

make all
./build/gimlet