Cli/ref/mw gitlab repo delete

From mediawiki.org
< Cli‎ | ref

mw gitlab repo delete[edit]

Delete an existing repository on GitLab.

mw gitlab repo delete [<NAMESPACE>/]<NAME> [flags]

Examples[edit]

# 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[edit]

  -y, --yes   Skip the confirmation prompt and immediately delete the repository.

Options inherited from parent commands[edit]

      --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[edit]