feat: add followers CLI command #92
No reviewers
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit!92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-b3382200-followers-cli"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Implement the Slugkit followers listing command in the CLI.
Task
#task-b3382200
Changes
slug followers list [--json]GET /api/v1/followerswith configured API credentialsTesting
Checklist
./scripts/pre-pr.shpassesPR Review
Summary
Reviewed PR #92 against task
task-b3382200anddocs/cli-specs/08-followers-commands.md. The PR addsslug followers list, calls the followers API, supports human and JSON output, handles empty lists, and adds mocked CLI tests for success and failure cases.Acceptance criteria
slug followers listcalls/followers; tests assert path, auth header, and populated output.No followers found.for an empty API response.--jsonoutput is valid. — tests parse JSON output for follower list data.501 Not Implementedresponses are displayed clearly. — tests assert clear propagated message.501, and invalid usage../scripts/pre-pr.shpassed locally and Forgejo CI succeeded.Blocking issues
None.
Warnings
None.
Verification
./scripts/pre-pr.shpassed locally.CI / build-lint-test (pull_request)issuccess.Verdict
Approved. Ready for human merge approval.