mziyabo / argoctx

argoctx - simple utility to manage and switch between argocd contexts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

argoctx

Simple utility to manage and switch between argocd contexts.

Prerequisites

Installation

git clone https://github.com/mziyabo/argoctx
cd argoctx

# copy to directory in PATH
chmod +x argoctx
cp argoctx /usr/local/bin

bash and zsh context completions scripts under ./completions directory :

Usage

USAGE:
    argoctx                 : switch contexts 
    argoctx <NAME>          : switch to context <NAME>
    argoctx -l, --list      : list contexts
    argoctx -d <NAME>       : delete context
    argoctx -c, --current   : show the current context name

Release Notes:

Initial Release, Contributions welcome.

License:

Apache-2.0

About

argoctx - simple utility to manage and switch between argocd contexts.

License:Other


Languages

Language:Shell 100.0%