CLI reference
Install with npm install -g devaudit-cli, then run devaudit login to get started.
$ devaudit loginAuthenticate the CLI with your DevAudit account.
$ devaudit initDetect 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 listList 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 statusShow current watch status, event throughput and last-seen deploy.