Support bash, fish, zsh, and powershell shell completions as separate sub-commands
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user