Skip to content

Variables

pipeleek gl variables

Print configured CI/CD variables

Synopsis

Fetch and print all configured CI/CD variables for projects, groups and instance (if admin) your token has access to.

pipeleek gl variables [flags]

Examples

pipeleek gl variables --token glpat-xxxxxxxxxxx --gitlab https://gitlab.mydomain.com

Options

1
2
3
  -g, --gitlab string   GitLab instance URL
  -h, --help            help for variables
  -t, --token string    GitLab API Token

Options inherited from parent commands

1
2
3
4
5
6
      --color              Enable colored log output (auto-disabled when using --logfile) (default true)
      --ignore-proxy       Ignore HTTP_PROXY environment variable
      --json               Use JSON as log output format
      --log-level string   Set log level globally (debug, info, warn, error). Example: --log-level=warn
  -l, --logfile string     Log output to a file
  -v, --verbose            Enable debug logging (shortcut for --log-level=debug)

SEE ALSO