https://github.com/elgentos/github-cli-docker
For all the docker peeps out there, run Github-CLI via docker locally
https://github.com/elgentos/github-cli-docker
cli docker git github-api-v4
Last synced: 3 months ago
JSON representation
For all the docker peeps out there, run Github-CLI via docker locally
- Host: GitHub
- URL: https://github.com/elgentos/github-cli-docker
- Owner: elgentos
- Created: 2020-09-21T09:56:50.000Z (over 5 years ago)
- Default Branch: trunk
- Last Pushed: 2020-09-23T09:39:48.000Z (over 5 years ago)
- Last Synced: 2025-03-14T12:33:30.435Z (11 months ago)
- Topics: cli, docker, git, github-api-v4
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Github CLI
Run your [Github CLI](https://github.com/cli/cli) via docker.
This repository and all it's interactions were solely done via the docker-github-cli of coarse!
## Install
Just run `make` to build the image `github-cli` and add `gh` it to your `~/bin`
## Documentation
The official documentation for Github-CLI is at https://cli.github.com/manual/
## Why???
Because it wasn't in the default installation guides.
## Makefile
- `make docker` to build the image
- `make undocker` to remove the image
- `make install` to add a symlink in your `~/bin`
- `make uninstall` will remove the symlink
## Editors
There are 2 editors available, VIM(preferred) and nano(default), pick your poison.
To change the default to vim `gh config set vim`
## Maintainers
- [Jeroen Boersma](https://github.com/jeroenboersma)