awarer

awa changes

awa v0.3.1 · slug command-changes

On this page

summarize changes between two states.

awa changes [range] [-- path...] [--stat|--name-only] [--no-renames]

Tokens after --

Tokens after -- are path filters. They are resolved relative to your current directory and normalized to the project root, and they narrow the output only — they never create a partial state.

Global options

  • --root <path> — project root override
  • --config <path> — config file override
  • --json — emit schema-versioned JSON
  • --trust-mode <mode> / --strict — cache trust level (normal|strict|fast)

Supports --json (schema-versioned output).

Flags

  • --stat — one-line change-count summary (human only)
  • --name-only — print only changed paths (human only)
  • --no-renames — disable rename detection

Workflow

See awa help diff.