# Functions
CommandName returns the name of the command from the args.
GitLFSAuthenticateCommand returns a cobra command for git-lfs-authenticate.
GitLFSTransfer returns a cobra command for git-lfs-transfer.
GitReceivePackCommand returns a cobra command for git-receive-pack.
GitUploadArchiveCommand returns a cobra command for git-upload-archive.
GitUploadPackCommand returns a cobra command for git-upload-pack.
InfoCommand returns a command that shows the user's info.
IsPublicKeyAdmin returns true if the given public key is an admin key from the initial_admin_keys config or environment field.
JWTCommand returns a command that generates a JSON Web Token.
PubkeyCommand returns a command that manages user public keys.
RepoCommand returns a command for managing repositories.
SettingsCommand returns a command that manages server settings.
SetUsernameCommand returns a command that sets the user's username.
TokenCommand returns a command that manages user access tokens.
UsageFunc is a function that can be used as a cobra.Command's UsageFunc to render the help output.
UserCommand returns the user subcommand.
# Constants
UsageTemplate is the template used for the help output.