CLI auto completion

Hey,

I couldn’t find anywhere replicated/kots CLI auto-completion for unix systems.
Any chance to get this? It would just make life so much easier.

Thanks,
Dom

kots does have a completion command

Usage:
  kots completion [bash|zsh|fish|powershell]

Is that what you’re looking for? Haven’t tested it to be honest.

It doesn’t unfortunately (not for zsh at least).

It tries to drop the file at weird location ~/.oh-my-zsh/plugins/vault, I was expecting it to drop it at something like ~/.oh-my-zsh/custom/plugins/ instead, but even then, it doesn’t look to be correctly formatted as a zsh plugin.

Also, there are no bash completion for Replicated CLI I assume?