Docker with travis command line interface
- Create a github token for the application Instructions here.
- Pass the environment variable GITHUB_TOKEN with yours
docker run --rm -e GITHUB_TOKEN="yourgithubtoken" ivandelabeldad/travis-cli
docker run --rm ivandelabeldad/travis-cli help
docker run --rm -e GITHUB_TOKEN=yourgithubtoken ivandelabeldad/travis-cli repos
docker run --rm -e GITHUB_TOKEN=yourgithubtoken -v /path/to/localfile:/travis ivandelabeldad/travis-cli encrypt-file privatefile encryptedfile
The docker-travis-cli is open-sourced software licensed under the MIT license.