Skip to main content
Use completion when you want shell autocomplete for supaschema commands. The command prints a completion script for bash, zsh, or fish.

Run it

npx supaschema completion bash >> ~/.bashrc
npx supaschema completion zsh >> ~/.zshrc
npx supaschema completion fish > ~/.config/fish/completions/supaschema.fish
Reload the shell after installing the script.

Arguments

<shell>
bash | zsh | fish
Required shell name.

Exit codes

CodeMeaning
0Completion script printed
1Unsupported shell or runtime failure

Commands

Pick the command you want to run.

Installation

Add supaschema before installing completions.
Last modified on June 16, 2026