gitlabctl

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

View on GitHub

gitlabctl get tags

List all tags of a repository

Synopsis

List all tags of a repository

gitlabctl get tags [flags]

Examples

gitlabctl get tags devopsctl/gitlabctl

Options

  -h, --help   help for tags

Options inherited from parent commands

      --config string   config file (default is $HOME/.gitlabctl.yaml)
  -o, --out string      Print the command output to the desired format. (json, yaml, simple) (default "simple")
      --page int        Page of results to retrieve
      --per-page int    The number of results to include per page

SEE ALSO