LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

glab-alias

Manage command aliases for GitLab CLI

TLDR

List aliases
$ glab alias list
copy
Set alias
$ glab alias set [name] "[command]"
copy
Delete alias
$ glab alias delete [name]
copy

SYNOPSIS

glab alias command [options]

DESCRIPTION

glab alias manages command aliases for the GitLab CLI. It allows creating shortcuts for frequently used glab commands, making common workflows faster to execute.Aliases are stored in the glab configuration and can reference any valid glab command with arguments.

SUBCOMMANDS

list

List aliases.
set
Create alias.
delete
Remove alias.

SEE ALSO

glab(1)

Copied to clipboard
Kai