1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Support bash, fish, zsh, and powershell shell completions as separate sub-commands

This commit is contained in:
leigh capili
2020-09-14 13:54:27 -06:00
parent ea010895a0
commit cbcdfc5f6c
12 changed files with 400 additions and 37 deletions

View File

@@ -41,9 +41,11 @@ To configure your shell to load gotk completions add to your Bash profile:
```sh
# ~/.bashrc or ~/.bash_profile
. <(gotk completion)
. <(gotk completion bash)
```
`zsh`, `fish`, and `powershell` are also supported with their own sub-commands.
## GitOps workflow
You'll be using a dedicated Git repository e.g. `fleet-infra` to manage one or more Kubernetes clusters.