CLI reference

Install with npm install -g devaudit-cli, then run devaudit login to get started.

$ devaudit login

Authenticate the CLI with your DevAudit account.

$ devaudit init

Detect your stack and generate a devaudit.config.json in the current repo.

$ devaudit watch --repo <owner/repo>

Start streaming pushes, builds and errors for a repository.

$ devaudit list

List every repository currently being watched on your account.

$ devaudit fix <error-id>

Print the AI quick-fix for a given error and optionally apply it as a patch.

$ devaudit status

Show current watch status, event throughput and last-seen deploy.