/
snap
/
gh
/
640
/
snap
/
/snap/gh/640/snap
mkdir
upload
Name
Size
Mode
Actions
manifest.yaml
2831
0644
edit
dl
rm
snapcraft.yaml
1198
0644
edit
dl
rm
Edit:
/snap/gh/640/snap/manifest.yaml
(2831B)
snapcraft-version: 8.9.2 snapcraft-started-at: '2025-06-09T13:02:42.495542Z' snapcraft-os-release-id: ubuntu snapcraft-os-release-version-id: '24.04' 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` base: core24 grade: stable confinement: strict apps: gh: command: gh completer: completion.sh plugs: - home - network - network-bind - desktop - ssh-keys environment: GIT_EDITOR: nano parts: gh: plugin: make source: . build-snaps: - go - snapd build-packages: - git - gcc stage-packages: - git-man=1:2.43.0-1ubuntu7.2 - git=1:2.43.0-1ubuntu7.2 - libcurl3t64-gnutls=8.5.0-2ubuntu10.6 - liberror-perl=0.17029-2 - libgdbm-compat4t64=1.23-5.1build1 - libgdbm6t64=1.23-5.1build1 - libldap2=2.6.7+dfsg-1~exp1ubuntu8.2 - libnghttp2-14=1.59.0-1ubuntu0.2 - libperl5.38t64=5.38.2-3.2ubuntu0.1 - libpsl5t64=0.21.2-1.1build1 - librtmp1=2.4+20151223.gitfa8646d.1-2build7 - libsasl2-2=2.1.28+dfsg1-5ubuntu3.1 - libsasl2-modules-db=2.1.28+dfsg1-5ubuntu3.1 - libssh-4=0.10.6-2build2 - nano=7.2-2ubuntu0.1 - perl-base=5.38.2-3.2ubuntu0.1 - perl-modules-5.38=5.38.2-3.2ubuntu0.1 - perl=5.38.2-3.2ubuntu0.1 - ssh=1:9.6p1-3ubuntu13.12 override-pull: | snapcraftctl pull snapcraftctl set-version `(git describe --tags | sed 's/^v//') 2>/dev/null || git rev-parse --short HEAD` override-build: | LDFLAGS='' make -j2 cp bin/gh $SNAPCRAFT_PART_INSTALL/ bin/gh completion -s bash > $SNAPCRAFT_PART_INSTALL/completion.sh stage: [] prime: [] architectures: - amd64 image-info: build_url: https://github.com/casperdcl/cdcl/actions/runs/15535166477 build-packages: [] build-snaps: [] primed-stage-packages: - git-man=1:2.43.0-1ubuntu7.2 - git=1:2.43.0-1ubuntu7.2 - libcurl3t64-gnutls=8.5.0-2ubuntu10.6 - liberror-perl=0.17029-2 - libgdbm-compat4t64=1.23-5.1build1 - libgdbm6t64=1.23-5.1build1 - libldap2=2.6.7+dfsg-1~exp1ubuntu8.2 - libnghttp2-14=1.59.0-1ubuntu0.2 - libperl5.38t64=5.38.2-3.2ubuntu0.1 - libpsl5t64=0.21.2-1.1build1 - librtmp1=2.4+20151223.gitfa8646d.1-2build7 - libsasl2-2=2.1.28+dfsg1-5ubuntu3.1 - libsasl2-modules-db=2.1.28+dfsg1-5ubuntu3.1 - libssh-4=0.10.6-2build2 - nano=7.2-2ubuntu0.1 - perl-base=5.38.2-3.2ubuntu0.1 - perl-modules-5.38=5.38.2-3.2ubuntu0.1 - perl=5.38.2-3.2ubuntu0.1 - ssh=1:9.6p1-3ubuntu13.12
Save
cmd:
run