| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /snap/gh/current/snap/ |
Upload File : |
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