CLIdock completion

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 bash

Zsh:

dock completion zsh

Fish:

dock completion fish

PowerShell:

dock completion powershell

What 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.