glab-variable-export - Man Page
Export variables from a project or group.
Synopsis
glab variable export [flags]
Description
Defaults to the current project. Use --group to export variables for a group. Use --output to set the format: json (default), env (KEY=VALUE pairs), or export (shell export statements).
Options
-g, --group="" Select a group or subgroup. Ignored if a repository argument is set.
-F, --output="json" Format output as: json, export, env.
-p, --page=1 Page number.
-P, --per-page=100 Number of items to list per page.
-R, --repo="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.
- -s, ā--scope="" The environment_scope of the variables. Values: '
- ' (default), or specific environments.
Options Inherited from Parent Commands
-h, --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 glab variable export --output json glab variable export --output env glab variable export --output export
See Also
Referenced By
May 2026 Auto generated by spf13/cobra