--- name: glab-alias description: Use when working with glab alias commands. --- # glab alias ## Overview ``` Create, list, and delete aliases. USAGE glab alias [command] [--flags] COMMANDS delete [--flags] Delete an alias. list [--flags] List the available aliases. set '' [--flags] Set an alias for a longer command. FLAGS -h --help Show help for this command. ``` ## Quick start ```bash glab alias --help ``` ## Subcommands See [references/commands.md](references/commands.md) for full `--help` output.