Skip to main content
Use devbox completion to generate completion scripts for Bash, fish, PowerShell, or Zsh. Source the generated script in the current shell or install it for future sessions.

Usage

devbox completion bash

Generate a Bash completion script. This script requires the bash-completion package.

Usage

Enable completion in the current Bash session

Install Bash completion on macOS

Start a new shell after installing the script.

Options

boolean
Omit descriptions from completion suggestions.

devbox completion fish

Generate a fish completion script.

Usage

Enable completion in the current fish session

Install fish completion

Start a new shell after installing the script.

Options

boolean
Omit descriptions from completion suggestions.

devbox completion powershell

Generate a PowerShell completion script.

Usage

Enable completion in the current PowerShell session

Add this command to your PowerShell profile to enable completion in future sessions.

Options

boolean
Omit descriptions from completion suggestions.

devbox completion zsh

Generate a Zsh completion script. If shell completion is not enabled, initialize Zsh’s completion system before loading the script.

Usage

Enable completion in the current Zsh session

Install Zsh completion on macOS

Start a new shell after installing the script.

Options

boolean
Omit descriptions from completion suggestions.
Last modified on August 28, 2026