Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.42 KB

File metadata and controls

55 lines (42 loc) · 1.42 KB
title `glab variable list`
stage Create
group Code Review
info 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.

Synopsis

Defaults to the current project. Use --group to list variables for a group, or --instance to list instance variables.

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 string     Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.

Options inherited from parent commands

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