govctl 0.8.4

Project governance CLI for RFC, ADR, and Work Item management
---
source: tests/test_lifecycle.rs
expression: "normalize_output(&output, temp_dir.path(), &date)"
---
$ govctl rfc new Test RFC
Created RFC: gov/rfc/RFC-0001/rfc.toml
  Clauses dir: gov/rfc/RFC-0001/clauses
exit: 0

$ govctl rfc finalize RFC-0001 normative
Finalized RFC-0001 to status: normative
exit: 0

$ govctl rfc bump RFC-0001 --patch --summary Minor fix
Bumped RFC-0001 to 0.1.1
exit: 0

$ govctl rfc list
┌──────────┬─────────┬───────────┬───────┬──────────┐
│ RFC      ┆ Version ┆ Status    ┆ Phase ┆ Title    │
╞══════════╪═════════╪═══════════╪═══════╪══════════╡
│ RFC-0001 ┆ 0.1.1   ┆ normative ┆ spec  ┆ Test RFC │
└──────────┴─────────┴───────────┴───────┴──────────┘
exit: 0