glab-variable-list - List variables for a project or group.
glab variable list [flags]
List variables for a project or group.
|
-g, --group="" |
Select a group or subgroup. Ignored if a repository argument is set. | ||
|
-i, --instance[=false] |
Display instance variables. | ||
|
-F, --output="text" |
Format output as: text, json. | ||
|
-p, --page=1 |
Page number. | ||
|
-P, --per-page=20 |
Number of items to list per page. | ||
|
-R, --repo="" |
Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO format. Also accepts full URL or Git URL. |
|
-h, --help[=false] |
Show help for this command. |
$ glab variable
list
$ glab variable list -i
$ glab variable list --per-page 100 --page 1
$ glab variable list --group gitlab-org
$ glab variable list --group gitlab-org --per-page 100
glab-variable(1)