glab-repo
Manage GitLab repositories from the command line
TLDR
Clone a repository
$ glab repo clone [owner/repo]
Create a new repository$ glab repo create [name]
Fork a repository$ glab repo fork [owner/repo]
View repository details$ glab repo view [owner/repo]
Archive repository$ glab repo archive [owner/repo]
Search for repositories$ glab repo search [query]
SYNOPSIS
glab repo command [options]
DESCRIPTION
glab repo manages GitLab repositories from the command line. It provides subcommands for cloning, creating, forking, searching, and viewing repositories without leaving the terminal.
PARAMETERS
--public
Create as public repository.--private
Create as private repository.--description text
Repository description.--clone
Clone after forking.
SUBCOMMANDS
clone
Clone a repository.create
Create new repository.fork
Fork a repository.view
View repository details.archive
Download repository archive.search
Search for repositories.delete
Delete a repository.
