Skip to content

DevTrail CLI 2.1.0

Latest

Choose a tag to compare

@montfort montfort released this 27 Mar 21:14
· 1 commit to main since this release

DevTrail CLI 2.1.0 — Phase 4: Audit Command

Full-featured CLI for AI governance with 13 commands, regulatory compliance automation, and audit trail generation.

What's New in 2.1.0

  • devtrail audit — Generate audit trail reports with:
    • Chronological timeline of all documents
    • Traceability map (BFS graph from related: fields)
    • Risk distribution analysis
    • Compliance summary (EU AI Act, ISO 42001, NIST AI RMF scores)
    • Output formats: text (colored), markdown, json, html (with SVG pie chart)
    • Filters: --from/--to date range, --system component filter
  • New frontmatter fields: api_changes, api_spec_path

All 13 Commands

Command Description
devtrail init Initialize DevTrail in a project
devtrail update Update both framework and CLI
devtrail update-framework Update only the framework
devtrail update-cli Update the CLI binary
devtrail remove Remove DevTrail from project
devtrail status Show installation health and doc stats
devtrail repair Restore missing directories and files
devtrail validate Validate documents (13 rules, --fix)
devtrail compliance Regulatory compliance scoring
devtrail metrics Governance metrics and trends
devtrail audit Audit trail reports
devtrail explore Interactive TUI browser
devtrail about Version and license info

Installation

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/StrangeDaysTech/devtrail/main/install.sh | sh

# Windows (PowerShell)
irm https://raw.githubusercontent.com/StrangeDaysTech/devtrail/main/install.ps1 | iex

# From source
cargo install devtrail-cli

Platforms

Prebuilt binaries for:

  • x86_64-unknown-linux-gnu
  • x86_64-apple-darwin (macOS Intel)
  • aarch64-apple-darwin (macOS ARM)
  • x86_64-pc-windows-msvc

Note: Binaries are built automatically by CI when the release is published.