Forrest logo
back to the glab tool

glab-alias:tldr:582a3

glab-alias: Delete a command shortcut.
$ glab alias delete ${alias_name}
try on your machine

This command is used to delete a previously defined alias in GitLab's command-line interface called glab.

Here's a breakdown of the command components:

  • glab: It refers to the GitLab CLI tool that allows users to interact with GitLab from the command line.
  • alias: It is a term used to define a new name or shorthand for an existing command or set of commands.
  • delete: This specific keyword is used to instruct the glab command to delete an existing alias.
  • ${alias_name}: It refers to the name of the alias that you want to delete. You should replace ${alias_name} with the actual name of the alias you wish to remove.

In summary, this command is used to remove an alias that you previously defined in GitLab's glab CLI tool.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the glab tool