feature: add authenticated repository clone command #13
Labels
No labels
attention
blocked
blocker:ci-red
blocker:conflict
blocker:drill-pending
blocker:unrequested
bug
claimed
documentation
enhancement
epic
merge-next
needs-ruling
needs-triage
offsite
post-merge
ready
release
scope:ci
scope:cli
scope:docs
scope:manifests
scope:packaging
stale
state:addressing
state:bots-reviewing
state:building
state:needs-human
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: heavy-duty/stoke#13
Loading…
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?
Problem
stoke repo listdiscovers repositories and Stoke owns the Forgejo authentication token, but there is nostoke repo clonecommand. Users and automation must extract or indirectly wire the stored token into raw Git commands, which weakens the CLI abstraction and makes private-repository workflows harder to use safely.Proposed command
Useful options could include
--branch,--depth, and--origin. The implementation should pass credentials ephemerally to Git without printing or persisting the token in the remote URL or repository config.Acceptance criteria
.git/config, or shell history.