Documentation
¶
Overview ¶
Package forge wraps the gh / glab CLIs to list and clone remote repos. All process execution goes through the runner seam so tests can fake exec.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AskpassReply ¶
AskpassReply answers a git credential prompt when this binary is invoked as GIT_ASKPASS. Git asks for the username first, then the password: GitHub token auth uses the fixed username "x-access-token" and the token as the password.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is the forge facade injected into the handler.
Click to show internal directories.
Click to hide internal directories.