commands.sh

gh alias

all

Manage GitHub CLI command aliases.

More info →

Options (2)

boolean

List all the aliases `gh` is configured to use

Example: gh alias {{[ls|list]}}
-s, --shellboolean

Set a shell command as a `gh` subcommand

Example: gh alias set {{[-s|--shell]}} {{alias_name}} {{command}}

Examples (5)

List all the aliases `gh` is configured to use

gh alias [ls|list]

Create a `gh` subcommand alias

gh alias set pv 'pr view'

Set a shell command as a `gh` subcommand

gh alias set [-s|--shell] alias_name command

Delete a command shortcut

gh alias delete alias_name

Display the subcommand help

made by @shridhargupta | data from tldr-pages