Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.16 KB

File metadata and controls

24 lines (15 loc) · 1.16 KB

devguard CLI

Continuous evidence for devguard: run your collectors (npm audit, Trivy, Terraform plans, any command) on a schedule and push their output into a devguard Evidence record. The Evidence stays fresh instead of relying on a screenshot someone uploaded once a year.

This repository hosts the CLI's release artifacts: standalone Linux binaries (x64/arm64, no Node required) with a SHA256SUMS file, published by our release pipeline. The source code is not published here.

Install

npx @devguardch/cli --help        # run it once, nothing to install
npm install -g @devguardch/cli    # global install, provides `devguard`

Or grab a standalone binary from the releases; each has an .xz-compressed variant (xz -d once after download).

Documentation

Issues

This is the public issue tracker for the CLI — open an issue if something doesn't work as documented.