glab-repo-delete - Delete an existing repository on GitLab.
glab repo delete [/] [flags]
Delete an existing repository on GitLab.
|
-y, --yes[=false] |
Skip the confirmation prompt and immediately delete the repository. |
|
-h, --help[=false] |
Show help for this command. |
# Delete a
personal repository.
$ glab repo delete dotfiles
# Delete a
repository in a GitLab group, or another repository
# you have write access to:
$ glab repo delete mygroup/dotfiles
$ glab repo delete myorg/mynamespace/dotfiles
glab-repo(1)