Skip to content

github-cli

GitHub on the command line

Brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.

dev

https://github.com/cli/cli

amd64 armhf arm64

Installation

1. Add WakeMeOps repository

curl -sSL https://raw.githubusercontent.com/upciti/wakemeops/main/assets/install_repository | sudo bash

2. Install github-cli

sudo apt install github-cli

Snippets

FROM wakemeops/minideb:bullseye

RUN install_packages \
    github-cli=2.24.3*

USER 1001
- name: Install dependencies
  uses: upciti/wakemeops-action@v1
  with:
    packages: |
      github-cli=2.24.3*

Download URLs

Version SHA256 Size (KB)
2.24.3 1aef4ee0ed7e797a325785d91708e35d7421974e46c78b95cab33bd0820da7f1 7349
2.24.2 37c5a7720de29b94ad77694a875a7c2f3f50ed693315aebb6b3003802cf81e1b 7349
2.24.1 5c8c4076a9e0ac1e39b35d65e1ad0c42be9e153145c5b02d336adddfc52e4bc7 7350
2.24.0 566ea0a64577d270eb56ee4ed3c786da97251030bb1f74a7f692a957d9a2993c 7347
2.23.0 30311df66137818465c8588b560790ac4279e6561f59878f9f8c97d035527f29 7214
2.22.1 b71a286c3e600c6adb818015da863bc603a9924bfd74fa6e90940e523a6de299 7201
2.22.0 21eb9653051aed0c32dcd85250e634b5ea418fed5f29db6699753e36dd7a0964 7198
2.21.2 88e3cd296ceebe1390d9861922af5d9a2dce9d5f89f487731752e257fa2c9484 7178
2.21.1 2e5423d3dd25f03c91e640a02112e7725a47bc2814f19966d0e6512df3ee0662 7170
2.21.0 7178a81ef11f65049896324d711beb14411bad6852282d2f52afeb8bf584c855 7168
Version SHA256 Size (KB)
2.24.3 09079e317e2fac7358ee8cf2a412122d308faa7eb2173c810537ef4adcbaf090 6262
2.24.2 05bf9a2bf036d36b98fe91d70554e529fec51e066145a7eb16b3d2c5de9bebe2 6264
2.24.1 eeed5475e79d4b3fccc63ab62cd669b51602d2f22416d6778c7169741a562cb5 6263
2.24.0 4cdd00958a1b317d761995d0ce64ecf0107e5ff54c385fbe9e93e36e668595de 6262
2.23.0 2f63c8413609c35d6422516553d50221e77b96c0f7dc4afa9092dd0d6804e103 6152
2.22.1 b25d3d235f1736eafba75d52ae8739af4d1d808ae9dd6d685dc19e4b34067f5e 6138
2.22.0 84c6817352584c2c731bf5c7937eef5ce0187810db7fde0bcae1f6c81ef399bf 6139
2.21.2 3705ace77f9fca3992993371c4f3f70dd575829f0cdabeafcb7d1fff26b25dae 6116
2.21.1 098eb180c2ccd6401b598db6b0cce262708d652f39d067f2ebb4b7a95113d239 6110
2.21.0 71375e9f643d14c5f0801c2b85a8814a52ad455e930387e54c3ba0a57ecd7450 6119
Version SHA256 Size (KB)
2.24.3 2f6f0a42d50158a430c83ef1f8afc24d89d535fcca583e77ec037e57cfcf0c53 6432
2.24.2 47d0797e9abb46058fd9c4d9a266bc7360dcaed847d8672558eda618ac974c6c 6430
2.24.1 e706930f0b5441eb1f7d2ecbf9fddc3478b9e95683cd02dddf129c31b9659709 6429
2.24.0 e67980957b41207d40a33a7f2924ff5577c16feef8981c0ad816d3c9f12ac0f1 6430
2.23.0 1abb5a4e5523325bec1c0ebff258cd028a91b440860537253ede24fa43b67f77 6316
2.22.1 a5cece2579ab6839cf2b46c790858e70291c21e40a8447045177d7787c3e27bd 6305
2.22.0 c6f1f15d291960efc4236c42bf2fd1906d48cfcbbb2c39ee34ae7721df6493c4 6303
2.21.2 a6916f7b64830c86dfac0bf33b70fe3622586a175ecf7bfb4814a04a16ccd9c4 6280
2.21.1 bfd3621bb54f0e7a01704c8d1e71d77552c3545794b4d6044d4553a84f2c1124 6277
2.21.0 8f28a4c01f8046f98a01ce0190e252af7233febff4bcfc240b7ee0c9c16d66e8 6278

Blueprints

Debian packages listed on this page are generated from op2deb YAML blueprints. Blueprints for github-cli are versionned here.

Click here to see github-cli ops2deb blueprints
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/github-cli/ops2deb.yml
- name: github-cli
  version: 2.4.0
  homepage: https://github.com/cli/cli
  summary: GitHub on the command line
  description: |-
    Brings pull requests, issues, and other GitHub concepts to the terminal next to
    where you are already working with git and your code.
  fetch: https://github.com/cli/cli/releases/download/v{{version}}/gh_{{version}}_linux_amd64.tar.gz
  script:
    - mv gh_{{version}}_linux_amd64/bin {{src}}/usr/
    - mv gh_{{version}}_linux_amd64/share {{src}}/usr/

- name: github-cli
  matrix:
    architectures:
      - amd64
      - arm64
      - armhf
  version: 2.5.0
  revision: "2"
  homepage: https://github.com/cli/cli
  summary: GitHub on the command line
  description: |-
    Brings pull requests, issues, and other GitHub concepts to the terminal next to
    where you are already working with git and your code.
  fetch:
    url: https://github.com/cli/cli/releases/download/v{{version}}/gh_{{version}}_linux_{{target}}.tar.gz
    targets:
      armhf: armv6
  script:
    - mv gh_{{version}}_linux_*/bin/* {{src}}/usr/bin/
    - mv gh_{{version}}_linux_*/share/* {{src}}/usr/share/

- name: github-cli
  matrix:
    versions:
      - 2.5.1
      - 2.5.2
      - 2.6.0
      - 2.7.0
      - 2.8.0
      - 2.9.0
      - 2.10.1
      - 2.11.0
      - 2.11.1
      - 2.11.2
      - 2.11.3
      - 2.12.0
      - 2.12.1
      - 2.13.0
      - 2.14.0
      - 2.14.1
      - 2.14.2
      - 2.14.3
      - 2.14.4
      - 2.14.5
      - 2.14.6
      - 2.14.7
      - 2.15.0
      - 2.16.1
      - 2.17.0
      - 2.18.0
      - 2.18.1
      - 2.19.0
      - 2.20.0
      - 2.20.1
      - 2.20.2
      - 2.21.0
      - 2.21.1
      - 2.21.2
      - 2.22.0
      - 2.22.1
      - 2.23.0
      - 2.24.0
      - 2.24.1
      - 2.24.2
      - 2.24.3
    architectures:
      - amd64
      - arm64
      - armhf
  homepage: https://github.com/cli/cli
  summary: GitHub on the command line
  description: |-
    Brings pull requests, issues, and other GitHub concepts to the terminal next to
    where you are already working with git and your code.
  fetch:
    url: https://github.com/cli/cli/releases/download/v{{version}}/gh_{{version}}_linux_{{target}}.tar.gz
    targets:
      armhf: armv6
  script:
    - mv gh_{{version}}_linux_*/bin/* {{src}}/usr/bin/
    - mv gh_{{version}}_linux_*/share/* {{src}}/usr/share/

The blueprint fetch keyword contains a URL template pointing to github-cli releases. Downloaded files are locked in a lockfile versionned here.

Click here to see github-cli release hashes
https://github.com/upciti/wakemeops/blob/main/blueprints/dev/github-cli/ops2deb.lock.yml
- url: https://github.com/cli/cli/releases/download/v2.10.1/gh_2.10.1_linux_amd64.tar.gz
  sha256: d6bc8e8d3879a1315158b8f20535e8da5e8de99135a820571771f58b9e41acca
  timestamp: 2022-05-10 20:28:22+00:00
- url: https://github.com/cli/cli/releases/download/v2.10.1/gh_2.10.1_linux_arm64.tar.gz
  sha256: 2c7dbe8bbeb22df626a5e3673f75f1ca650fe8b5f2f09e5ebd432dfe88eda8a1
  timestamp: 2022-05-10 20:28:22+00:00
- url: https://github.com/cli/cli/releases/download/v2.10.1/gh_2.10.1_linux_armv6.tar.gz
  sha256: b3682151126cd3c0128e52f73d1fccf0a95092da4f2fdac0011f84cc55df494f
  timestamp: 2022-05-10 20:28:22+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.0/gh_2.11.0_linux_amd64.tar.gz
  sha256: 85c1aa8a773430e29c5f05126e8054dbcb9913a2bc7fc001481cda37353a1c71
  timestamp: 2022-05-24 14:46:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.0/gh_2.11.0_linux_arm64.tar.gz
  sha256: c20a67cb5dafe8ae2ed908a776a71073e43735503529b0c0fbace301623d6027
  timestamp: 2022-05-24 14:46:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.0/gh_2.11.0_linux_armv6.tar.gz
  sha256: 4bb67bf17e79bba3378c7a72df2229c1e2f36b4e85a657d76810c5c97c2f512e
  timestamp: 2022-05-24 14:46:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.1/gh_2.11.1_linux_amd64.tar.gz
  sha256: 9e62e93dd0950ce8be0d1e88165417fdfd106bdbeed810a458a810a356843133
  timestamp: 2022-05-24 20:29:46+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.1/gh_2.11.1_linux_arm64.tar.gz
  sha256: 5544b1106b5b29413d035c341f40a5ca648cc3e64e9a296f4350f5a583b1faa9
  timestamp: 2022-05-24 20:29:46+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.1/gh_2.11.1_linux_armv6.tar.gz
  sha256: f3a7681436001d8f1edda4806fca79ce06d4048b482b078dbd0b7584600a027a
  timestamp: 2022-05-24 20:29:46+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.2/gh_2.11.2_linux_amd64.tar.gz
  sha256: df0ec543724058c2366c078b9a0ea13e3cf49504755c842cda91de6d14afccb2
  timestamp: 2022-05-25 17:25:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.2/gh_2.11.2_linux_arm64.tar.gz
  sha256: 9478b04a3f3333b32df6c494f4672336d277b4465e0f60219282239829baf209
  timestamp: 2022-05-25 17:25:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.2/gh_2.11.2_linux_armv6.tar.gz
  sha256: 5a5f6959d0f2bbac47e65f218763761a42f848c9579a1c4b85b68a73be296b2b
  timestamp: 2022-05-25 17:25:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.3/gh_2.11.3_linux_amd64.tar.gz
  sha256: 51311dc3d2e48d02655fe4943ea4f156171f5baaeb49ecb7284802b62cacf924
  timestamp: 2022-05-25 20:28:06+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.3/gh_2.11.3_linux_arm64.tar.gz
  sha256: c0bc9af98250179e758c5bb79c0230c5c089ed42a687f47321e1f0148499e7d4
  timestamp: 2022-05-25 20:28:06+00:00
- url: https://github.com/cli/cli/releases/download/v2.11.3/gh_2.11.3_linux_armv6.tar.gz
  sha256: 182331447a12d101605c30b407d7c9ce6ed41100657cbe475d7e8ab75d124f6d
  timestamp: 2022-05-25 20:28:06+00:00
- url: https://github.com/cli/cli/releases/download/v2.12.0/gh_2.12.0_linux_amd64.tar.gz
  sha256: 6cf8eb6368754ff4787219de35ec8c6761c6eb65a7d6243e02c044ca3da51b94
  timestamp: 2022-06-08 20:26:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.12.0/gh_2.12.0_linux_arm64.tar.gz
  sha256: 8064cb7bebfc8cdab4511967671d333b6f9ee68d412415302c1ab57de170f4eb
  timestamp: 2022-06-08 20:26:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.12.0/gh_2.12.0_linux_armv6.tar.gz
  sha256: 5eecb295c5d43d036d7855e2cd2391873f85bcaca523b1379ee7db543726d8ae
  timestamp: 2022-06-08 20:26:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.12.1/gh_2.12.1_linux_amd64.tar.gz
  sha256: 359ff9d759b67e174214098144a530a8afc4b0c9d738cd07c83ac84390cdc988
  timestamp: 2022-06-09 17:21:08+00:00
- url: https://github.com/cli/cli/releases/download/v2.12.1/gh_2.12.1_linux_arm64.tar.gz
  sha256: 5906fdd8f1cce057b577b298bc5e688f82acf376f1d746c7dce938f689554929
  timestamp: 2022-06-09 17:21:08+00:00
- url: https://github.com/cli/cli/releases/download/v2.12.1/gh_2.12.1_linux_armv6.tar.gz
  sha256: 777a481cf7f683b5f92719863002731a3c69488f6d8f854236463b1a751aaaed
  timestamp: 2022-06-09 17:21:08+00:00
- url: https://github.com/cli/cli/releases/download/v2.13.0/gh_2.13.0_linux_amd64.tar.gz
  sha256: 9e833e02428cd49e0af73bc7dc4cafa329fe3ecba1bfe92f0859bf5b11916401
  timestamp: 2022-06-22 23:19:24+00:00
- url: https://github.com/cli/cli/releases/download/v2.13.0/gh_2.13.0_linux_arm64.tar.gz
  sha256: ab2b391fc40bf01b7e13577569fbdcfafb8455090e1d8d79bbb77646d4872b5a
  timestamp: 2022-06-22 23:19:24+00:00
- url: https://github.com/cli/cli/releases/download/v2.13.0/gh_2.13.0_linux_armv6.tar.gz
  sha256: a5032c7829ba52636eb247fb79b198628dbd59751d53ed6d22cd2f663a06f003
  timestamp: 2022-06-22 23:19:24+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.0/gh_2.14.0_linux_amd64.tar.gz
  sha256: 4f4b044c6583e66147acbfab412b4cd6b98b2559f30d2876b88a3755e26dcb44
  timestamp: 2022-07-12 14:48:11+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.0/gh_2.14.0_linux_arm64.tar.gz
  sha256: ddfe5cceb508faab19192f04b5d593a13bc6e00c978a5f543b00677d4f676c0c
  timestamp: 2022-07-12 14:48:11+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.0/gh_2.14.0_linux_armv6.tar.gz
  sha256: f20329c69709ab7d44f2433647c30acd120eac38f7cf50a78539efce5046d766
  timestamp: 2022-07-12 14:48:11+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.1/gh_2.14.1_linux_amd64.tar.gz
  sha256: 21539943893f2edbefc5bf7bcdd5c1060038ef9e0b052a68d52dce2f55f9818e
  timestamp: 2022-07-12 17:29:26+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.1/gh_2.14.1_linux_arm64.tar.gz
  sha256: 8ddbe9f336c3b0a1cc1c8b57e5aa29b400c873b743b502b2d1195b8f01d8b8e2
  timestamp: 2022-07-12 17:29:26+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.1/gh_2.14.1_linux_armv6.tar.gz
  sha256: e17c1179fafb05915f063d7348eb249d2fe4a53ed88c8e735ace38ecc041fb0c
  timestamp: 2022-07-12 17:29:26+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.2/gh_2.14.2_linux_amd64.tar.gz
  sha256: 3d4be4bf3446622c51192529f963d8719a2c78cc545aeab6fefff1c9ecf5b346
  timestamp: 2022-07-14 20:27:49+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.2/gh_2.14.2_linux_arm64.tar.gz
  sha256: 67aa87a824586f55600a5e8b7beb017ad14ba416110db9680c9829064c549c20
  timestamp: 2022-07-14 20:27:49+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.2/gh_2.14.2_linux_armv6.tar.gz
  sha256: 5873cca2aea9b2a464fac93f04bb5ded3081e8c220603bbb1c7c9164f221d7ce
  timestamp: 2022-07-14 20:27:49+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.3/gh_2.14.3_linux_amd64.tar.gz
  sha256: 95fe2e93bbd7a9f02d5b22cee01a53ab6d581fda8fa170364b668d142840ef58
  timestamp: 2022-07-26 14:46:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.3/gh_2.14.3_linux_arm64.tar.gz
  sha256: 27f1fcd43a47d045fb71f93e7768c1262ac5b5ca8f42e4f857dab61c3f55330a
  timestamp: 2022-07-26 14:46:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.3/gh_2.14.3_linux_armv6.tar.gz
  sha256: 58842470bf3d2f992bf6b4138874dc0089c32d15d2ffa7358f1340512839884a
  timestamp: 2022-07-26 14:46:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.4/gh_2.14.4_linux_amd64.tar.gz
  sha256: 673a3adff9a847298e39c4593877194198229c12a9a4f4333765e58de230ccb0
  timestamp: 2022-08-10 20:27:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.4/gh_2.14.4_linux_arm64.tar.gz
  sha256: c9dfac4764b817e5638026bd1a6e17c35e42933df6c09c8f47e19f661ade4b00
  timestamp: 2022-08-10 20:27:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.4/gh_2.14.4_linux_armv6.tar.gz
  sha256: 1a7790bb2b1b8a881b72317a85f7198606409eee56b938db58e726608aa16c79
  timestamp: 2022-08-10 20:27:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.5/gh_2.14.5_linux_amd64.tar.gz
  sha256: bc4fab8fc03b48ed8b5ebd6f4b7b40618b319f3e066dcf34bf509265562339bb
  timestamp: 2022-08-23 23:19:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.5/gh_2.14.5_linux_arm64.tar.gz
  sha256: 786d0cb269dc45a10254913407c0654a9e4d7130785961e412e9ceeef6a72cf9
  timestamp: 2022-08-23 23:19:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.5/gh_2.14.5_linux_armv6.tar.gz
  sha256: da6962794966113725747e6456e7c1bf7505d02f02618bdc097974a1dfa5799b
  timestamp: 2022-08-23 23:19:57+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.6/gh_2.14.6_linux_amd64.tar.gz
  sha256: de09e52c6706d144b36e704ab573a84e59351e5788b2830001cd1ff5f5a95fc1
  timestamp: 2022-08-24 08:30:44+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.6/gh_2.14.6_linux_arm64.tar.gz
  sha256: f78d6b09a9a2a0e89deb5d01550b345bbeb1f4d3251d2c948e4608abab6d52f9
  timestamp: 2022-08-24 08:30:44+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.6/gh_2.14.6_linux_armv6.tar.gz
  sha256: 0eeffb1e15bf8a53721576e77418b47d0a0d3a7663e4727bcf32ebd15ff662ac
  timestamp: 2022-08-24 08:30:44+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.7/gh_2.14.7_linux_amd64.tar.gz
  sha256: d174d0057b72ad0427d3225225d50d4dffaa61f3c000deeaf96248ae49deb2be
  timestamp: 2022-08-25 14:45:28+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.7/gh_2.14.7_linux_arm64.tar.gz
  sha256: ccb6e32c5830996abe8383531e3175c68bb895745bab7914ac5fe53c26b69c94
  timestamp: 2022-08-25 14:45:28+00:00
- url: https://github.com/cli/cli/releases/download/v2.14.7/gh_2.14.7_linux_armv6.tar.gz
  sha256: ad1532acbeabf3cd3a24298a5b03b388d6c8be2a2f490ad2eee35a09bd2e68be
  timestamp: 2022-08-25 14:45:28+00:00
- url: https://github.com/cli/cli/releases/download/v2.15.0/gh_2.15.0_linux_amd64.tar.gz
  sha256: c1ddab00cc406c34f17f40e3969e9d6690606dec0df564c5d533e5020598323d
  timestamp: 2022-09-06 20:29:30+00:00
- url: https://github.com/cli/cli/releases/download/v2.15.0/gh_2.15.0_linux_arm64.tar.gz
  sha256: 4d88daca01db5c9efb5815e297cd3f8ee55c928eda7fa0cfe3f1dfae6d1cc8e5
  timestamp: 2022-09-06 20:29:30+00:00
- url: https://github.com/cli/cli/releases/download/v2.15.0/gh_2.15.0_linux_armv6.tar.gz
  sha256: 368ede2e0f3acd19f59d37739780ec3ace71f77df14de322c01d3d80a13cc848
  timestamp: 2022-09-06 20:29:30+00:00
- url: https://github.com/cli/cli/releases/download/v2.16.1/gh_2.16.1_linux_amd64.tar.gz
  sha256: 1dbafd8139e2ddf64f0c86a9e85fe89d843b904a6bae9eaf1b0127111bafa478
  timestamp: 2022-09-26 20:33:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.16.1/gh_2.16.1_linux_arm64.tar.gz
  sha256: 6aacaf0872176f3eb412eec844af0477320ce43181ad7322230e84937feca7e6
  timestamp: 2022-09-26 20:33:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.16.1/gh_2.16.1_linux_armv6.tar.gz
  sha256: dd81ff797bde1c547d0f000fe5fd6cfeaa3e3d66f82bb99222e18c5a6a8d85b5
  timestamp: 2022-09-26 20:33:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_amd64.tar.gz
  sha256: c6ce28981a1fb9acb13ee091b5f3de8eb244a67dc99aff1d106985c1e94c72c6
  timestamp: 2022-10-04 23:24:45+00:00
- url: https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_arm64.tar.gz
  sha256: d373e305512e53145df7064a0253df696fe17f9ec71804311239f3e2c9e19999
  timestamp: 2022-10-04 23:24:45+00:00
- url: https://github.com/cli/cli/releases/download/v2.17.0/gh_2.17.0_linux_armv6.tar.gz
  sha256: 3fb9532fd907547ad1ed89d507f785589c70f3896133ca64de609ba0dcc080d5
  timestamp: 2022-10-04 23:24:45+00:00
- url: https://github.com/cli/cli/releases/download/v2.18.0/gh_2.18.0_linux_amd64.tar.gz
  sha256: 6b091b0b21ee8b0ec257920968905dc065505f5718e5a7de1e9d287320869ef8
  timestamp: 2022-10-18 14:58:04+00:00
- url: https://github.com/cli/cli/releases/download/v2.18.0/gh_2.18.0_linux_arm64.tar.gz
  sha256: 83cc6009eb3bd33c4aebe8f642acfc1283c5d1aa014d084ed5a806cf402ec556
  timestamp: 2022-10-18 14:58:04+00:00
- url: https://github.com/cli/cli/releases/download/v2.18.0/gh_2.18.0_linux_armv6.tar.gz
  sha256: 5ffbe11e124b4196cd16454322dbd68d46040f68f97fcce94f611fb92612561a
  timestamp: 2022-10-18 14:58:04+00:00
- url: https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_linux_amd64.tar.gz
  sha256: d721dfd1c3f8d5807565ab4df518eacbba7dfcd092c5a7f6adf7f9f0bf31a22f
  timestamp: 2022-10-20 14:57:33+00:00
- url: https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_linux_arm64.tar.gz
  sha256: 712687b76b17b69d8117317e3448c3a4ff83af70e1e5bd324e51e0d5bc4a8a1b
  timestamp: 2022-10-20 14:57:33+00:00
- url: https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_linux_armv6.tar.gz
  sha256: 7a48d25335be65b6b98d8fc35c26065e86fafa1a879f88031a4adfcdb1496d2b
  timestamp: 2022-10-20 14:57:33+00:00
- url: https://github.com/cli/cli/releases/download/v2.19.0/gh_2.19.0_linux_amd64.tar.gz
  sha256: b1d062f1c0d44465e4f9f12521e93e9b3b650d3876eb157acf875347b971f4d8
  timestamp: 2022-11-03 19:34:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.19.0/gh_2.19.0_linux_arm64.tar.gz
  sha256: a37ad60126cdee164a2ecbeb25f6c48615c37c7291c7e1fb815b145ae6198d74
  timestamp: 2022-11-03 19:34:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.19.0/gh_2.19.0_linux_armv6.tar.gz
  sha256: 9472153dbbec375de35522a693d1372048b19e21a603628e99bbb280cc7eed52
  timestamp: 2022-11-03 19:34:51+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.0/gh_2.20.0_linux_amd64.tar.gz
  sha256: e942ed4d378e269ce1376755c2116a695f43efb503ddb5986655e58992c06b9e
  timestamp: 2022-11-09 13:01:35+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.0/gh_2.20.0_linux_arm64.tar.gz
  sha256: 98a8b14086e7193ea210efc76854af0a69176c4cbf029fb430c81575b715cd6d
  timestamp: 2022-11-09 13:01:35+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.0/gh_2.20.0_linux_armv6.tar.gz
  sha256: c9132c2c2f52160b7d421a2cce49ec0f4419ed5f8dd3ce3d312a06ae23cdfa76
  timestamp: 2022-11-09 13:01:35+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.1/gh_2.20.1_linux_amd64.tar.gz
  sha256: 7f771098c1e61faa29e3869cf405c4c9ddfda6a2ab527d16254183e504c94c34
  timestamp: 2022-11-15 10:21:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.1/gh_2.20.1_linux_arm64.tar.gz
  sha256: 6f46154695b07c7f9d19c284a4366026cbba5bd7764986a832a7ec345b91b433
  timestamp: 2022-11-15 10:21:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.1/gh_2.20.1_linux_armv6.tar.gz
  sha256: 666d519caf6fadc6ede93e757c442b448f3644f32522df83f4ba4fdbb375fa0d
  timestamp: 2022-11-15 10:21:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_linux_amd64.tar.gz
  sha256: 3bc7cd3b2fd9082218b8246595673f55badb351db1b9e627eec121beb8b26450
  timestamp: 2022-11-15 22:19:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_linux_arm64.tar.gz
  sha256: c9aaa99fd4496be714738620931559f5bab3edc343ea87bbb070d97a1a780554
  timestamp: 2022-11-15 22:19:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.20.2/gh_2.20.2_linux_armv6.tar.gz
  sha256: 46efb77e397e4a995096dfca3dd2619d087fa7b6f14e3e58ff290b3f7690c951
  timestamp: 2022-11-15 22:19:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.0/gh_2.21.0_linux_amd64.tar.gz
  sha256: 20d435429a36911071288efa20d061374b1d1355f7adec1140b35a806145f440
  timestamp: 2022-12-23 02:27:04+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.0/gh_2.21.0_linux_arm64.tar.gz
  sha256: e4765ee4ff1f28796f2cc5f6f0dea5c1ecae3241bf27182553622eee241020b1
  timestamp: 2022-12-23 02:27:04+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.0/gh_2.21.0_linux_armv6.tar.gz
  sha256: 9a04488f344c7c41ea8a15bae76915523b99b992ff275c02ff591c2235909f34
  timestamp: 2022-12-23 02:27:04+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_amd64.tar.gz
  sha256: 0c0ab559721d2ff05df9d64fcdaca4f8f0b76d177832379116bd5c4d032fea88
  timestamp: 2022-12-23 19:22:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_arm64.tar.gz
  sha256: 597447f94c07d4680fba787137fd1354ee9f963366a712e5d718aa24cd8f9bd3
  timestamp: 2022-12-23 19:22:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.1/gh_2.21.1_linux_armv6.tar.gz
  sha256: 4218c205359a8f4b94e56419d6383301ae43265c4217f6567f054cf76aac9490
  timestamp: 2022-12-23 19:22:39+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_amd64.tar.gz
  sha256: 6b3e56ee3253795d9c48e019cfd7b8dfc03b28073a411d1f527f5021764f63cb
  timestamp: 2023-01-04 02:36:08+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_arm64.tar.gz
  sha256: fc341a2672d9444ed963530cf4ab28a9590ae07b644ce0de52372b3477535b01
  timestamp: 2023-01-04 02:36:08+00:00
- url: https://github.com/cli/cli/releases/download/v2.21.2/gh_2.21.2_linux_armv6.tar.gz
  sha256: b9a4354d42174d444993177876c40c8fc77df01c23dc7a3ab99fed90a88966d2
  timestamp: 2023-01-04 02:36:08+00:00
- url: https://github.com/cli/cli/releases/download/v2.22.0/gh_2.22.0_linux_amd64.tar.gz
  sha256: 065d78c51f4e400c1dfe4e3cdc14832ff8d5204926a485f5ae06d52f411eec04
  timestamp: 2023-01-25 19:22:14+00:00
- url: https://github.com/cli/cli/releases/download/v2.22.0/gh_2.22.0_linux_arm64.tar.gz
  sha256: 33d36e860fecefc3441faadaf91b993899dfc0d1e6ede458c83bafe906d8ae15
  timestamp: 2023-01-25 19:22:14+00:00
- url: https://github.com/cli/cli/releases/download/v2.22.0/gh_2.22.0_linux_armv6.tar.gz
  sha256: a0cb066212c356b0d78756d961d948c13cdb7d033e3990487e17e7699ef442d5
  timestamp: 2023-01-25 19:22:14+00:00
- url: https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_amd64.tar.gz
  sha256: 76f7e18bdad5ddfdfcab40fce86c8d6f9fb27f9d29c1287cdf71e0d6b45ba84b
  timestamp: 2023-01-27 19:22:49+00:00
- url: https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_arm64.tar.gz
  sha256: 9122024da9fe47e15c718dbd8a57c07f9750e6312ad91b405d835b0dd44f746d
  timestamp: 2023-01-27 19:22:49+00:00
- url: https://github.com/cli/cli/releases/download/v2.22.1/gh_2.22.1_linux_armv6.tar.gz
  sha256: 45f39108cd0d08a1f6d0bb3d26ecad40d515001bc10fc1e22396c650d316520d
  timestamp: 2023-01-27 19:22:49+00:00
- url: https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_linux_amd64.tar.gz
  sha256: 774c4ab16e962f851664162e4d5ebe6fe2a7b8143afaf1a2ebbfd115f0517da0
  timestamp: 2023-02-08 04:23:27+00:00
- url: https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_linux_arm64.tar.gz
  sha256: 2f3b615a27bf495402cd612526ebab123d0b0eb70262447ec01e357d89981d39
  timestamp: 2023-02-08 04:23:27+00:00
- url: https://github.com/cli/cli/releases/download/v2.23.0/gh_2.23.0_linux_armv6.tar.gz
  sha256: dd62225a93caa3d37c2ffb39c2e36a4ce33d191d93398348abbef266389df65b
  timestamp: 2023-02-08 04:23:27+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.0/gh_2.24.0_linux_amd64.tar.gz
  sha256: 9e66bcc5ea256373fa5521a13cd92e0b9495a8e032039e4bbf16dc6b6eb3fe93
  timestamp: 2023-03-08 18:25:12+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.0/gh_2.24.0_linux_arm64.tar.gz
  sha256: f289213bf9586ecd5997e196b6fa3ea42431f31844e1d9451e8b6b93379902b7
  timestamp: 2023-03-08 18:25:12+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.0/gh_2.24.0_linux_armv6.tar.gz
  sha256: 10d8119c7d51617861b4abb4b2b99d3cbfaca4f1349fdf5d969597e15e404ba1
  timestamp: 2023-03-08 18:25:12+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.1/gh_2.24.1_linux_amd64.tar.gz
  sha256: c15008b4b691a28dd4201ec78f53d20e85fe633eaf0772d2390ca6b7fabced4c
  timestamp: 2023-03-09 01:47:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.1/gh_2.24.1_linux_arm64.tar.gz
  sha256: 5f166b082bdac23ff39c197ec3975e43fa94defc98ae7a83fd72c016924e2cc6
  timestamp: 2023-03-09 01:47:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.1/gh_2.24.1_linux_armv6.tar.gz
  sha256: d5eac0fd718a1561dbec0c716a493131d99c89de1bb5e925dbb01da460aebaa9
  timestamp: 2023-03-09 01:47:48+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.2/gh_2.24.2_linux_amd64.tar.gz
  sha256: ad0498e99610bb1dcf3c8652336c9348071c5b3d5269778fc93d8461a9c27f63
  timestamp: 2023-03-09 15:22:01+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.2/gh_2.24.2_linux_arm64.tar.gz
  sha256: d51f3fc7a9d8d52a66b5f95955768ac2d9a2931830aa4c45318ed2d35ea455a2
  timestamp: 2023-03-09 15:22:01+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.2/gh_2.24.2_linux_armv6.tar.gz
  sha256: 02a47ceed54c98784efec914072c42a60587635f64fd3269a3f032824e8e1fa5
  timestamp: 2023-03-09 15:22:01+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.3/gh_2.24.3_linux_amd64.tar.gz
  sha256: f09fa5fc8432dddae8023f63a277023124a80e8b2e190126ee6134122d2107a7
  timestamp: 2023-03-09 18:23:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.3/gh_2.24.3_linux_arm64.tar.gz
  sha256: 0511fd91aabf4861ade97c742607ae2ae0231b8fd351c575a3662459a1edbfdb
  timestamp: 2023-03-09 18:23:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.24.3/gh_2.24.3_linux_armv6.tar.gz
  sha256: 9cbdbdd9a4a3dba6b3f3502f6017123c8682899255b85544c2544f8dd6647ba0
  timestamp: 2023-03-09 18:23:56+00:00
- url: https://github.com/cli/cli/releases/download/v2.4.0/gh_2.4.0_linux_amd64.tar.gz
  sha256: e3fc4ec95c95ec5e97e90c0128b9be60e8095aaaf01e1def4f0cfabc5efcecc0
  timestamp: 2021-12-27 19:03:55+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.0/gh_2.5.0_linux_amd64.tar.gz
  sha256: 4390bc476cc79c33346be3e0098cfbb3afe2257006fcd38765ef83569df11a0f
  timestamp: 2022-02-02 23:13:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.0/gh_2.5.0_linux_arm64.tar.gz
  sha256: 45cf80192438846315014494346d534a881baebcb85822dacf6da7d73cc866a3
  timestamp: 2022-02-02 23:13:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.0/gh_2.5.0_linux_armv6.tar.gz
  sha256: 44e44829a5361957217bfd7c2c8c6dc88fc5f56a72f2e4df772e0ea551a493bd
  timestamp: 2022-02-02 23:13:50+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.1/gh_2.5.1_linux_amd64.tar.gz
  sha256: ed0c1a54edb83564bf3d608fa87fadb85175dca66bcfaeff98193238482c24f7
  timestamp: 2022-02-15 19:23:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.1/gh_2.5.1_linux_arm64.tar.gz
  sha256: 4de925151725b54ffecc29f49314301b865ccd50e18301fd8a529a5f73cae19d
  timestamp: 2022-02-15 19:23:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.1/gh_2.5.1_linux_armv6.tar.gz
  sha256: da72d92f28bd79f5be7dd7d2a306062d7ce8a2d4e77adb9da538d699c5445cca
  timestamp: 2022-02-15 19:23:38+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.2/gh_2.5.2_linux_amd64.tar.gz
  sha256: 30629f88c1a142cb325a4f706eec812aca771f1fae21e9818057e8735883d89d
  timestamp: 2022-03-01 22:18:40+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.2/gh_2.5.2_linux_arm64.tar.gz
  sha256: 34406c53c6c4da792e9b9b9236ff0bb797a14e6fa9ac4d4879f341d430b56008
  timestamp: 2022-03-01 22:18:40+00:00
- url: https://github.com/cli/cli/releases/download/v2.5.2/gh_2.5.2_linux_armv6.tar.gz
  sha256: 3c02b5c62f14778b6fe29145c92f52a3890dbcee4e9f09cf37fe90ad5c0e2f1a
  timestamp: 2022-03-01 22:18:40+00:00
- url: https://github.com/cli/cli/releases/download/v2.6.0/gh_2.6.0_linux_amd64.tar.gz
  sha256: 4ed92c712bfaa002c9421cee12cdf4cb0ae76fcd49d60cab5d316b8ce9c0314a
  timestamp: 2022-03-15 19:25:34+00:00
- url: https://github.com/cli/cli/releases/download/v2.6.0/gh_2.6.0_linux_arm64.tar.gz
  sha256: b92e36fc58836cf8d8bb0f3214665e4fa034c37ca86c9d553b8c21c793cb5e59
  timestamp: 2022-03-15 19:25:34+00:00
- url: https://github.com/cli/cli/releases/download/v2.6.0/gh_2.6.0_linux_armv6.tar.gz
  sha256: 5e0804e505b9d1f7f898f0b80e06cbc779dd1bdb98e2b751f6c35a27ae350dc7
  timestamp: 2022-03-15 19:25:34+00:00
- url: https://github.com/cli/cli/releases/download/v2.7.0/gh_2.7.0_linux_amd64.tar.gz
  sha256: 597a5b26d162b3430cbd1fe3dfa98c930c84d0d8e96ee98700d388a9b33f3c49
  timestamp: 2022-03-30 20:26:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.7.0/gh_2.7.0_linux_arm64.tar.gz
  sha256: a3ab8d6b7439280e9d11dc043e30551615b419137242a9da52ef39b015f5ae09
  timestamp: 2022-03-30 20:26:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.7.0/gh_2.7.0_linux_armv6.tar.gz
  sha256: ece5423b2d4f6d2b5a606c5c2579bfc6f20097b61584479109c67a10fb11aa49
  timestamp: 2022-03-30 20:26:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.8.0/gh_2.8.0_linux_amd64.tar.gz
  sha256: 3db79714805262011b2dd65235ed602c0f931248297b0e5f2b25fcf88a1a2757
  timestamp: 2022-04-13 23:19:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.8.0/gh_2.8.0_linux_arm64.tar.gz
  sha256: 684321133d176df901a7915e3f3582c81d807e22d3b0d2b9c3630837be110416
  timestamp: 2022-04-13 23:19:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.8.0/gh_2.8.0_linux_armv6.tar.gz
  sha256: 7c323739a2a8189c71b1adb8475976d806709c2a6bd27ace2972370061f21572
  timestamp: 2022-04-13 23:19:20+00:00
- url: https://github.com/cli/cli/releases/download/v2.9.0/gh_2.9.0_linux_amd64.tar.gz
  sha256: 59b0f148b9e105cca1a0614503d9c9a1ccf63851203acf9a577a4cedb190132d
  timestamp: 2022-04-26 14:45:06+00:00
- url: https://github.com/cli/cli/releases/download/v2.9.0/gh_2.9.0_linux_arm64.tar.gz
  sha256: 9d9b07ceb5c3f9913c2560c29b24160bac07a9fc00c1c8ec2be054c9e419df3d
  timestamp: 2022-04-26 14:45:06+00:00
- url: https://github.com/cli/cli/releases/download/v2.9.0/gh_2.9.0_linux_armv6.tar.gz
  sha256: 7c0d97c3868f48c2a74152a6331072a3b002aa35e781e7ac0272a7f0bbb18984
  timestamp: 2022-04-26 14:45:06+00:00

Badge

WakeMeOps

[![WakeMeOps](https://docs.wakemeops.com/badges/github-cli.svg)](https://docs.wakemeops.com/packages/github-cli)
<a href="https://docs.wakemeops.com/packages/github-cli">
  <img src="https://docs.wakemeops.com/badges/github-cli.svg"/>
</a>
.. image:: https://docs.wakemeops.com/badges/github-cli.svg
:target: https://docs.wakemeops.com/packages/github-cli