gitlabctl

Cross platform Gitlab management cli written in Go. Download the executable with no dependencies!

View on GitHub

gitlabctl delete tag

Delete a project tag

Synopsis

Delete a project tag

gitlabctl delete tag [flags]

Examples

# delete v1.0 tag from project groupx/myapp
gitlabctl delete tag v1.0 --project=groupx/myapp

Options

  -h, --help             help for tag
  -p, --project string   The name or ID of the project

Options inherited from parent commands

      --config string   config file (default is $HOME/.gitlabctl.yaml)

SEE ALSO