Commands
but forge
Commands for interacting with forges like GitHub, GitLab, etc.
Usage
Subcommands
auth
Authenticate with your forge provider (at the moment, only GitHub is supported).
Initiates a device OAuth flow to authenticate with GitHub. You'll be provided with a code and URL to complete the authentication process.
list-users
List authenticated forge accounts known to GitButler.
Displays a list of all GitHub usernames that have been authenticated with GitButler.
forget
Forget a previously authenticated forge account.
Arguments
<USERNAME>- The username of the forge account to forget (required)
Examples
Authenticate with GitHub:
List authenticated users:
Forget a GitHub account:
Last updated on