The swamp issue command group interacts with swamp-club Lab issues directly
from the CLI.
swamp issue search [query]
Search or list swamp-club Lab issues.
swamp issue search [query]
| Argument |
Required |
Description |
query |
No |
Search query |
| Flag |
Description |
--type <type> |
Filter by issue type: bug, feature, security |
--status <stat> |
Filter by status: open, triaged, in_progress, shipped, closed |
--source <tag> |
Filter by source tag |
--limit <n> |
Maximum results |
swamp issue get <number>
Fetch and display details of a swamp-club Lab issue.
swamp issue get <number>
| Argument |
Required |
Description |
number |
Yes |
Issue number |
swamp issue edit <number>
Edit the title or body of an issue.
swamp issue edit <number>
| Argument |
Required |
Description |
number |
Yes |
Issue number |
| Flag |
Description |
-t, --title |
New title (skips editor for title) |
-b, --body |
New body (requires --title, skips editor entirely) |
swamp issue bug
Submit a bug report.
swamp issue bug
| Flag |
Description |
-t, --title |
Bug report title |
-b, --body |
Bug report body (requires --title, skips editor) |
-e, --email |
Open email client with pre-filled bug report (mutually exclusive with --extension) |
-x, --extension |
Route the report against a specific extension (e.g., @adam/cfgmgmt; mutually exclusive with --email) |
--repo-dir <dir> |
Repository directory (env: SWAMP_REPO_DIR) |
swamp issue feature
Submit a feature request.
swamp issue feature
| Flag |
Description |
-t, --title |
Feature request title |
-b, --body |
Feature request body (requires --title, skips editor) |
-e, --email |
Open email client with pre-filled feature request (mutually exclusive with --extension) |
-x, --extension |
Route the request against a specific extension (mutually exclusive with --email) |
--repo-dir <dir> |
Repository directory (env: SWAMP_REPO_DIR) |
swamp issue security
Submit a security report. Security issues are visible only to the author and
admins.
swamp issue security
| Flag |
Description |
-t, --title |
Security report title |
-b, --body |
Security report body (requires --title, skips editor) |
-e, --email |
Open email client with pre-filled security report (mutually exclusive with --extension) |
-x, --extension |
Route the report against a specific extension (mutually exclusive with --email) |
--repo-dir <dir> |
Repository directory (env: SWAMP_REPO_DIR) |
swamp issue ripple <number>
Post a comment on an issue. Also available as swamp issue comment.
swamp issue ripple <number>
| Argument |
Required |
Description |
number |
Yes |
Issue number |
| Flag |
Description |
-b, --body |
Ripple body (skips editor) |
--close |
Close the issue after posting |
--reopen |
Reopen the issue after posting |