Skip to main content

CLI Reference

Core commands for upload, execution, status checks, and bug summaries.

6 min readRun Workflow

Authenticate

Authenticate CLI against your backend endpoint.

argus login --backend https://api.argus.ludotronics.io

Core Commands

These are the commands used in day-to-day developer workflows.

argus push build.apk --project my-game
argus run --project my-game --persona explorer,destructor --budget 5
argus runs --project my-game
argus run status RUN_ID
argus bugs --project my-game --since 24h

CI Usage Notes

Treat non-zero CLI exit codes as pipeline failures and enforce release policy via scorecard.

Related Docs