dock completion
Generate shell autocomplete scripts.
Autocomplete lets your terminal suggest commands and flags when you press Tab.
Usage
dock completion [bash|zsh|fish|powershell]Examples
Bash:
dock completion bashZsh:
dock completion zshFish:
dock completion fishPowerShell:
dock completion powershellWhat it does
This command prints a script for your shell. Your shell can load that script to
complete commands like dock deploy, dock db create, and dock env set.
Do you need this? No. The CLI works without autocomplete. It is just a convenience for people who use the terminal a lot.