Skip to content

Releases: ethanolivertroy/drata-cli

v0.2.0

25 Apr 00:54

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

24 Apr 02:40

Choose a tag to compare

Metadata-only maintenance release.

What Changed

  • Bumped the package version from 0.1.0 to 0.1.1 so npm and GitHub could publish a follow-up patch artifact.
  • Published drata-cli@0.1.1 to npm with the latest dist-tag.
  • Created the matching GitHub release/tag for v0.1.1.

What Did Not Change

  • No CLI runtime behavior changed.
  • No source code logic changed.
  • No dependency or security fix was needed inside drata-cli itself.

The npm audit cleanup that prompted this session applied to the local/home npm environment, not to the drata-cli package. drata-cli remains dependency-free at runtime.

Validation

  • npm test — 36/36 passing.
  • npm publish --dry-run — package contents verified.
  • Temp install from npm tarball — drata --version returns 0.1.1.

Install

npm install -g drata-cli@0.1.1

v0.1.0

24 Apr 01:52

Choose a tag to compare

Initial public release of drata-cli.

Highlights

  • Generated CLI for Drata's public v1 and v2 OpenAPI specs.
  • Operation discovery with drata ops and drata describe.
  • Agent-friendly JSON output, dry-run mode, structured input, and compact agent schema.
  • Read-only mode and secure auth options including macOS Keychain, stdin, file, and secret-manager command sources.
  • Bundled Agent Skill, AGENTS.md guidance, and OpenAI-style agent config.

Install

npm install -g drata-cli