Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.3 KB

File metadata and controls

51 lines (39 loc) · 1.3 KB
title stage group info
glab variable list
Create
Code Review
To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments>

List variables for a project or group.

glab variable list [flags]

Aliases

ls

Examples

$ 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

Options

  -g, --group string      Select a group or subgroup. Ignored if a repository argument is set.
  -i, --instance          Display instance variables.
  -F, --output string     Format output as: text, json. (default "text")
  -p, --page int          Page number. (default 1)
  -P, --per-page int      Number of items to list per page. (default 20)
  -R, --repo OWNER/REPO   Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.

Options inherited from parent commands

  -h, --help   Show help for this command.