schub 0.1.21 → 0.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -67,7 +67,7 @@ Project-scoped DB commands use the project id from `.schub/config.json`.
67
67
  - `schub proposals create` - Create a new proposal locally and in the database.
68
68
  - `schub proposals save` - Save all files in one proposal folder to DB/storage (`--proposal-id`) or save all local proposals (`--all`).
69
69
  - `schub proposals pull` - Pull a proposal from the database into the local `.schub` folder (requires local `.schub/config.json`).
70
- - `schub proposals status` - Update a proposal status in frontmatter.
70
+ - `schub proposals update` - Update a proposal status in frontmatter.
71
71
  - `schub proposals list` - List proposals (`--show-all` includes archived/rejected).
72
72
  - `schub proposals archive` - Archive a proposal (use `--skip-tickets` to keep tickets active).
73
73
  - `schub proposals delete` - Delete a proposal and clear linked tickets.