Skip to main content
← Back to list
01Issue
FeatureShippedSwamp CLI
Assigneesstack72

Relationships

#523 Add issue search/list command to discover existing issues

Opened by bixu · 6/1/2026· Shipped 6/1/2026

Problem

There is no way to search or list existing swamp-club Lab issues from the CLI. Before filing a new issue, the responsible workflow is to check whether a duplicate already exists — but the only way to do that today is to know the issue number and call swamp issue get <number> one at a time.

Proposed solution

Add a search/list subcommand:

swamp issue search "vault identityFile" --json
swamp issue list --json
swamp issue list --extension @swamp/ssh --json

Minimum viable: keyword search across title and body, with optional --extension filter. Results should include issue number, title, type, and status.

Alternatives considered

  • Browse the web UI: Works but breaks the CLI-first workflow — especially for agents and CI environments that need to check before filing.
  • Iterate swamp issue get with incrementing numbers: Impractical and rate-wasteful.
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 5 MOREREVIEW+ 3 MOREPR_MERGED+ 1 MORECONTRIBUTOR_NOTIFIED

Shipped

6/1/2026, 9:44:47 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack726/1/2026, 5:36:50 PM
Editable. Press Enter to edit.

stack72 commented 6/1/2026, 9:44:54 PM

Thanks @bixu for reporting this! The fix has been merged and a release is on its way. We appreciate your contribution to swamp.

Sign in to post a ripple.