Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 749 Bytes

File metadata and controls

44 lines (29 loc) · 749 Bytes

phala completion

Generate shell completion scripts

Usage

phala completion [options]

Options

Flag Short Default Description
--shell auto-detect Shell type (bash, zsh, fish)
--fig Generate Fig/Amazon Q completion spec

If --shell is omitted, the CLI will auto-detect 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