Skip to main content

CLI commands

The Aucert CLI provides three commands in Phase 1.

aucert init

Initialize a new Aucert project in the current directory.

aucert init [--app <path>] [--platform <android|ios>]
FlagDescriptionDefault
--appPath to APK/AAB fileAuto-detected
--platformTarget platformandroid

Creates an aucert.config.yaml with default test configuration.

aucert run

Execute a test run against your application.

aucert run [--scope <scope>] [--watch]
FlagDescriptionDefault
--scopeTest scope (navigation, user-flows, regression)All scopes
--watchStream results in real-timefalse

aucert status

Check the status of test runs.

aucert status [--latest] [--run-id <id>]
FlagDescriptionDefault
--latestShow most recent runfalse
--run-idShow a specific run

What's next