Skip to content

ivanbeldad/travis-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

travis-cli

Docker Automated build Docker Build Status

Docker with travis command line interface

Usage

Login

Using github access token (This is the only way currently)

  • 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

Commands

Show help

docker run --rm ivandelabeldad/travis-cli help

Show repos

docker run --rm -e GITHUB_TOKEN=yourgithubtoken ivandelabeldad/travis-cli repos

Encrypt file

docker run --rm -e GITHUB_TOKEN=yourgithubtoken -v /path/to/localfile:/travis ivandelabeldad/travis-cli encrypt-file privatefile encryptedfile

License

The docker-travis-cli is open-sourced software licensed under the MIT license.

About

Docker container with travis command line interface ready

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages