AZMARA PLATFORM
Packages

@azmr/cli

Command-line tooling for the Azmara Platform.

Usage

npx azmara <command>

Commands

CommandStatusDescription
azmara version✅ AvailablePrint CLI version
azmara help✅ AvailableShow help message
azmara init✅ AvailableScaffold a new Azmara app
azmara db:query✅ AvailableQuery a local SQLite database
azmara audit:verify✅ AvailableVerify the audit log's hash chain
azmara policycore:scan✅ AvailableRun @azmr/ai static analysis plus @azmr/policycore security checks against a project
azmara fix <file>🚧 Not yet builtRun AI auto-fix on a file (available as a library call — autoFix() from @azmr/ai — but not wired to the CLI)

Examples

# Check version
azmara version

# Get help
azmara help

# Scan a project for security issues, output an OWASP Top 10 report
azmara policycore:scan --format=owasp-md

Roadmap

azmara init currently produces a minimal scaffold, not a full app skeleton — making it production-ready (routing/server wiring, @azmr/security/@azmr/ai pre-wired) is planned next.

On this page