Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blue0513/github-cli-docker


https://github.com/blue0513/github-cli-docker

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# GitHub CLI Docker

This is a Docker image for GitHub CLI.

*To install GitHub CLI, please follow [the official instructions](https://github.com/cli/cli/blob/trunk/docs/install_linux.md)

## Usage

```console
$ docker build . -t github-cli-docker
$ docker run --rm -it github-cli-docker gh --version
```