LinuxCommandLibrary

glab-alias

Manage GitLab CLI command aliases from the command-line.

TLDR

Display the subcommand help

$ glab alias
copy


List all the aliases glab is configured to use
$ glab alias list
copy


Create a glab subcommand alias
$ glab alias set [mrv] '[mr view]'
copy


Set a shell command as a glab subcommand
$ glab alias set --shell [alias_name] [command]
copy


Delete a command shortcut
$ glab alias delete [alias_name]
copy

Copied to clipboard