Skip to main content

CLI: vyasa state


Usage: vyasa state [OPTIONS] COMMAND [ARGS]...

Inspect the hidden project-state timeline

┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Commands ───────────────────────────────────────────────────────────────────┐
│ log List timeline entries newest first (header lines only). │
│ show Show one timeline entry: header, body tags, changed files. │
└──────────────────────────────────────────────────────────────────────────────┘

vyasa state log


Usage: vyasa state log [OPTIONS]

List timeline entries newest first (header lines only).

┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --branch TEXT Exact branch= tag match │
│ --node TEXT Substring match on the summary text │
│ -n INTEGER Max entries to list [default: 20] │
│ --all List everything (ignores -n) │
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘

vyasa state show


Usage: vyasa state show [OPTIONS] ENTRY_ID

Show one timeline entry: header, body tags, changed files.

┌─ Arguments ──────────────────────────────────────────────────────────────────┐
│ * entry_id TEXT Full sha or unambiguous prefix (e.g. tip8) │
│ [required] │
└──────────────────────────────────────────────────────────────────────────────┘
┌─ Options ────────────────────────────────────────────────────────────────────┐
│ --dir PATH Project directory │
│ --help -h Show this message and exit. │
└──────────────────────────────────────────────────────────────────────────────┘