Skip to main content

Usage

phala completion [options]

Options

FlagShortDefaultDescription
--shellauto-detectShell type (bash, zsh, fish)
--figGenerate Fig/Amazon Q completion spec
If --shell is omitted, the CLI auto-detects the shell from the $SHELL environment variable.

Examples

Bash

$ phala completion --shell bash >> ~/.bashrc && source ~/.bashrc

Zsh

$ phala completion --shell zsh >> ~/.zshrc && source ~/.zshrc

Fish

$ phala completion --shell fish > ~/.config/fish/completions/phala.fish

Fig/Amazon Q

$ phala completion --fig