Reference

CLI reference

Every command the Apirex CLI exposes.

Common

bash
apirex login              # sign in
apirex doctor             # diagnose your install
apirex new <repo-url>     # create a project from a repo
apirex plan               # generate or refresh the plan
apirex build              # debug build
apirex build --release    # signed release build
apirex preview            # live preview on device
apirex publish            # upload to Play Store
apirex logs               # tail the agent logs

Help

bash
apirex <command> --help