glab-variable-export - Man Page

Export variables from a project or group.

Synopsis

glab variable export [flags]

Description

Export variables from a project or group.

Options

-F, --format="json" Format of output: json, export, env.

-g, --group="" Select a group or subgroup. Ignored if a repository argument is set.

-p, --page=1 Page number.

-P, --per-page=100 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.
-s, ā€‰--scope="" The environment_scope of the variables. Values: '
' (default), or specific environments.

Options Inherited from Parent Commands

--help[=false] Show help for this command.

Example

glab variable export
glab variable export --per-page 1000 --page 1
glab variable export --group gitlab-org
glab variable export --group gitlab-org --per-page 1000 --page 1

See Also

glab-variable(1)

Referenced By

glab-variable(1).

Nov 2024 Auto generated by spf13/cobra