Releases: ethanolivertroy/drata-cli
Releases · ethanolivertroy/drata-cli
v0.2.0
What's Changed
- feat: add curated investigation workflows by @ethanolivertroy in #3
- feat: add curated Drata compliance workflows by @ethanolivertroy in #1
- chore: harden CI and npm release checks by @ethanolivertroy in #2
New Contributors
- @ethanolivertroy made their first contribution in #3
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Metadata-only maintenance release.
What Changed
- Bumped the package version from
0.1.0to0.1.1so npm and GitHub could publish a follow-up patch artifact. - Published
drata-cli@0.1.1to npm with thelatestdist-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-cliitself.
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 --versionreturns0.1.1.
Install
npm install -g drata-cli@0.1.1v0.1.0
Initial public release of drata-cli.
Highlights
- Generated CLI for Drata's public v1 and v2 OpenAPI specs.
- Operation discovery with
drata opsanddrata 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