Build slug CLI foundation #41
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!41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/task-a3cd5595-cli-foundation"
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
@slugkit/cliworkspace package withslugexecutable wiring.Testing
npm cimake check./scripts/pre-pr.shnode_modules/.bin/slug --help,node_modules/.bin/slug --version,node_modules/.bin/slug version --json, config set/show withSLUG_CONFIG_HOMETask: #task-a3cd5595
PR Review: Approved
Summary
Reviewed PR #41 at commit
757658f. The PR adds the@slugkit/cliworkspace, wires theslugexecutable, implements help/version/config commands, adds future-ready profile config storage, redacts configured API keys from displayed config, adds JSON output support, defines shared CLI exit codes/errors/output helpers, adds an HTTP client scaffold, updates workspace scripts to include the CLI, and updates contribution workflow requirements.Acceptance Criteria
slug --helpprints useful help.slug --versionprints the package version.make checkand./scripts/pre-pr.shpassed before PR creation.Blocking Issues
None.
Warnings
None.
Verdict
Approved for merge.