Implement slug media commands #11
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#11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Goal
Implement
slugmedia management commands against the Slugkit media API.Spec:
docs/cli-specs/07-media-commands.mdRequirements
501 Not Implementedresponses clearly.Acceptance criteria
Dependencies
Synced from todu comment by @todu on 2026-06-04T13:03:00.179Z
Start approved
Approved implementation plan:
slug media upload <file> [--alt <text>] [--key <key>] [--json]slug media show <id> [--json]slug media delete <id> [--json]POST /api/v1/mediausing the media API upload request format.GET /api/v1/media/{id}.DELETE /api/v1/media/{id}.Synced from todu comment by @todu on 2026-06-04T13:10:58.876Z
Completed
slug media upload,slug media show, andslug media delete.mainat578ea40, with implementation commitc4d84deupdatingcli/src/commands.ts,cli/src/http.ts, andcli/src/__tests__/commands.test.ts.make checkand./scripts/pre-pr.shpassed locally, and Forgejo CICI / build-lint-test (pull_request)succeeded.Synced from todu comment by @todu on 2026-06-04T13:08:02.503Z
PR Review
PR: #95
Review result: approved
Acceptance criteria: 7 total, 7 met, 0 missing
Blocking issues: 0
Warnings: 0
Verification:
make checkpassed locally before commit../scripts/pre-pr.shpassed locally.CI / build-lint-test (pull_request)issuccess.Verdict: Approved. Ready for human merge approval.
PR Review Worker Result