snippetbashTip
glab alias — Manage GitLab CLI command aliases. More information: <https://gitlab.com/gitlab-org/cli/-/blob/main/
Viewed 0 times
commandglab aliasmanageclialiasesgitlab
Problem
How to use the
glab alias command: Manage GitLab CLI command aliases. More information: <https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/alias/_index.md>.Solution
glab alias — Manage GitLab CLI command aliases. More information: <https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/alias/_index.md>.List all the aliases
glab is configured to use:glab alias listCreate a
glab subcommand alias:glab alias set {{mrv}} '{{mr view}}'Set a shell command as a
glab subcommand:glab alias set {{[-s|--shell]}} {{alias_name}} {{command}}Delete a command shortcut:
glab alias delete {{alias_name}}Display the subcommand help:
glab aliasCode Snippets
List all the aliases `glab` is configured to use
glab alias listCreate a `glab` subcommand alias
glab alias set {{mrv}} '{{mr view}}'Set a shell command as a `glab` subcommand
glab alias set {{[-s|--shell]}} {{alias_name}} {{command}}Delete a command shortcut
glab alias delete {{alias_name}}Display the subcommand help
glab aliasContext
tldr-pages: common/glab alias
Revisions (0)
No revisions yet.