Edit: /snap/gh/640/meta/snap.yaml (933B)
name: gh
version: 2.74.0-19-gea8fc856e
summary: The GitHub CLI
description: |
https://cli.github.com
**`gh` - The GitHub CLI tool**
`gh` is GitHub on the command line, and it's now available in beta. It brings pull requests, issues, and other GitHub concepts to
the terminal next to where you are already working with `git` and your code.
_Usage_
- `gh pr [status, list, view, checkout, create]`
- `gh issue [status, list, view, create]`
- `gh help`
license: MIT
architectures:
- amd64
base: core24
apps:
gh:
command: gh
completer: completion.sh
plugs:
- home
- network
- network-bind
- desktop
- ssh-keys
environment:
GIT_EDITOR: nano
confinement: strict
grade: stable
environment:
LD_LIBRARY_PATH: ${SNAP_LIBRARY_PATH}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}:$SNAP/usr/lib:$SNAP/usr/lib/x86_64-linux-gnu
PATH: $SNAP/usr/sbin:$SNAP/usr/bin:$SNAP/sbin:$SNAP/bin:$PATH