Shell Completion¶
RevenueCat CLI provides tab completion for commands, subcommands, and flags. Set it up once and never type a full command name again.
Setup¶
Add to ~/.zshrc:
Then reload your shell:
To make it permanent:
What Gets Completed¶
Shell completion covers:
- Commands:
rc app+ Tab completes torc apps - Subcommands:
rc apps+ Tab showslist,get,create,update,delete,api-keys - Flags:
rc apps create --+ Tab shows--name,--type,--bundle-id, etc.
Verification¶
After setup, test that completion is working:
You should see a list of all available command groups: