Control Travis CI - Interface with CLI | Online Free DevTools by Hexmos
Control Travis CI with the command-line interface. Authenticate, manage repositories, encrypt values, and initialize projects quickly. Free online tool, no registration required.
travis
Interface with Travis CI. More information: https://github.com/travis-ci/travis.rb.
- Display the client version:
travis version
- Authenticate the CLI client against the server, using an authentication token:
travis login
- List repositories the user has permissions on:
travis repos
- Encrypt values in
.travis.yml:
travis encrypt {{token}}
- Generate a
.travis.ymlfile and enable the project:
travis init