gimlet-cli

module
v0.12.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2022 License: Apache-2.0

README

Gimlet CLI

Gitpod ready-to-code Go Report Card License

Overview

Gimlet CLI is a command line tool that packages a set of conventions and matching workflows to manage the GitOps repository effectively. A modular Gitops workflow for Kubernetes deployments.

Installation

Linux / Mac

curl -L https://github.com/gimlet-io/gimlet-cli/releases/download/v0.12.1/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.

Visit gimlet.io for the full documentation, examples and guides.

Contribution Guidelines

Welcome to the Gimlet project! 🤗

We are excited to see your interest, and appreciate your support! We welcome contributions from people of all backgrounds who are interested in making great software with us. If you have any difficulties getting involved or finding answers to your questions, please don't hesitate to ask your questions.

Issues

If you encounter any issues or have any relevant questions, please add an issue to GitHub issues.

New Features / Components

If you have any ideas on new features or want to improve the existing features, you can suggest it by opening a GitHub issue. Make sure to include detailed information about the feature requests, use cases, and any other information that could be helpful.

Pull Request Process
  • Fork the repository.
  • Create a new branch and make your changes.
  • Open a pull request with detailed commit message and reference issue number if applicable.
  • A maintainer will review your pull request, and help you throughout the process.

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL