glab-repo-delete - Man Page

Delete an existing repository on GitLab.

Synopsis

glab repo delete [/] [flags]

Description

Delete an existing repository on GitLab.

Options

-y, --yes[=false] Skip the confirmation prompt and immediately delete the repository.

Options Inherited from Parent Commands

--help[=false] Show help for this command.

Example

# 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

See Also

glab-repo(1)

Referenced By

glab-repo(1).

Oct 2024 Auto generated by spf13/cobra