@staff0rd/assist 0.74.0 → 0.76.0
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 +2 -1
- package/dist/commands/backlog/web/bundle.js +20 -20
- package/dist/index.js +210 -177
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -54,12 +54,13 @@ After installation, the `assist` command will be available globally.
|
|
|
54
54
|
- `assist prs list-comments` - List all comments on the current branch's pull request
|
|
55
55
|
- `assist prs fixed <comment-id> <sha>` - Reply with commit link and resolve thread
|
|
56
56
|
- `assist prs wontfix <comment-id> <reason>` - Reply with reason and resolve thread
|
|
57
|
-
- `assist backlog` -
|
|
57
|
+
- `assist backlog` - Start the backlog web UI (same as `backlog web`)
|
|
58
58
|
- `assist backlog init` - Create an empty assist.backlog.yml
|
|
59
59
|
- `assist backlog list [--status <type>] [-v]` - List all backlog items with status icons
|
|
60
60
|
- `assist backlog add` - Add a new backlog item interactively
|
|
61
61
|
- `assist backlog start <id>` - Set a backlog item to in-progress
|
|
62
62
|
- `assist backlog done <id>` - Set a backlog item to done
|
|
63
|
+
- `assist backlog delete <id>` - Delete a backlog item
|
|
63
64
|
- `assist backlog web [-p, --port <number>]` - Start a web view of the backlog (default port 3000)
|
|
64
65
|
- `assist roam auth` - Authenticate with Roam via OAuth (opens browser, saves tokens to ~/.assist.yml)
|
|
65
66
|
- `assist run <name>` - Run a configured command from assist.yml
|