bcdock completion fish
bcdock completion fish¶
Generate the autocompletion script for fish
Synopsis¶
Generate the autocompletion script for the fish shell.
To load completions in your current shell session:
bcdock completion fish | source
To load completions for every new session, execute once:
bcdock completion fish > ~/.config/fish/completions/bcdock.fish
You will need to start a new shell for this setup to take effect.
Options¶
Options inherited from parent commands¶
--api-url string API base URL (overrides BCDOCK_API_URL env var)
--no-color Disable colored output
-o, --output string Output format: table, json, csv (default "table")
-q, --quiet Suppress non-essential output
--timeout duration Request timeout (default 30s)
--token string API token (overrides BCDOCK_TOKEN env var)
SEE ALSO¶
- bcdock completion - Generate the autocompletion script for the specified shell