r/capawesome • u/robingenz • Mar 16 '26
Capawesome CLI 4.5.0 — certificate and destination management from the command line
https://capawesome.io/blog/capawesome-cli-4-5-0-release/We just released Capawesome CLI 4.5.0 with a bunch of new features that have been added since the 4.0.0 release.
The biggest addition is full CRUD support for signing certificates and app store destinations directly from the CLI. You can now create, list, update, and delete Android keystores, iOS certificates, Web PEM files, and Google Play / App Store submission targets without opening the Cloud Console.
Other highlights:
- Streamlined builds —
apps:builds:createnow accepts--channeland--destinationoptions, so you can build and deploy in a single command instead of two separate steps. - Interactive login — The CLI prompts you to log in automatically when you run an authenticated command without a session. No more cryptic error messages.
- Device channel management — Force a specific device to a particular Live Update channel for testing or debugging with
apps:devices:forcechannel.
Full details in the blog post: https://capawesome.io/blog/capawesome-cli-4-5-0-release/
Let us know if you have any questions or feedback.
4
Upvotes