Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 486 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 486 Bytes

Docker Image CI

gh-cli-container

Dockerfile for GitHub CLI

Usage

For GitHub Enterprise:

docker run -it \
    -u 1234:1234 \
    -e GH_ENTERPRISE_TOKEN=xyz \
    -e GH_HOST=git.company.com \
    -e GH_REPO=git.company.com/org/repo \
    -v $PWD:/home/work/repo dom/gh-cli:test

more docs

the full github cli documentation can be found here