@staff0rd/assist 0.163.0 → 0.164.1
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 +1 -1
- package/dist/index.js +306 -292
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -79,7 +79,7 @@ After installation, the `assist` command will be available globally. You can als
|
|
|
79
79
|
- `assist news` - Start the news web UI showing latest RSS feed items (same as `news web`)
|
|
80
80
|
- `assist news add [url]` - Add an RSS feed URL to the config
|
|
81
81
|
- `assist news web [-p, --port <number>]` - Start a web view of the news feeds (default port 3001)
|
|
82
|
-
- `assist backlog` - Start the backlog web UI (same as `backlog web`)
|
|
82
|
+
- `assist backlog [--dir <path>]` - Start the backlog web UI (same as `backlog web`). `--dir` overrides the directory for backlog file discovery
|
|
83
83
|
- `assist backlog init` - Create an empty assist.backlog.yml
|
|
84
84
|
- `assist backlog list [--status <type>] [-v]` - List all backlog items with status icons
|
|
85
85
|
- `assist backlog add` - Add a new backlog item interactively (prompts for type: story/bug)
|