< Cli < ref
mw gitlab repo delete
Delete an existing repository on GitLab.
mw gitlab repo delete [<NAMESPACE>/]<NAME> [flags]
Examples
# delete a personal repo $ glab repo delete dotfiles # delete a repo in GitLab group or another repo you have write access $ glab repo delete mygroup/dotfiles $ glab repo delete myorg/mynamespace/dotfiles
Options
-y, --yes Skip the confirmation prompt and immediately delete the repository.
Options inherited from parent commands
--help Help for this command --no-interaction Do not ask any interactive questions -v, --verbose count Increase output verbosity. Example: --verbose=2 or -vv
SEE ALSO
- mw gitlab repo - Work with GitLab repositories and projects
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.