Quick Start
Usage
--shell- Shell type:bash,zsh, orfish(required)
Supported Shells
Bash
Generate and load bash completion:Zsh
Generate and load zsh completion:Fish
Generate and install fish completion:How It Works
The completion script provides tab completion for:- Top-level commands (e.g.,
builds,testflight,metadata) - Common flags (basic support)
Manual Installation
Bash (Linux)
Bash (macOS with Homebrew)
Zsh (with Oh My Zsh)
Zsh (macOS with Homebrew)
Verification
Test that completion is working:- Verify the script was added to the correct location
- Reload your shell configuration
- Check for syntax errors in the completion script
Troubleshooting
Bash: Command not found
Ensure bash-completion is installed:Zsh: Completion not loading
Ensure completion is enabled in.zshrc:
Fish: Permission denied
Ensure the completions directory exists and is writable:Advanced Configuration
Custom Completion Location
Save completion to a custom location:Conditional Loading
Load completion only whenasc is available:
