logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

GLab Alias - Manage GitLab CLI Aliases | Online Free DevTools by Hexmos

Manage GitLab CLI aliases with Glab. Create shortcuts for common GitLab commands, simplify workflows, and increase efficiency. Free online tool, no registration required.

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 list

  • Create 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 alias

See Also