CLI tool providing a simple and complete CI/CD environment using GitLab and Artifactory.
Built for a Computer Engineering school project. Not to use in production.
You'll need to have Node.js 9.0.0 or later and npm on your machine. You can download Node.js here (npm comes with it).
You'll also need to have a GitLab Runner available on your machine. You can download a GitLab Runner binary here.
For the purpose of this tool, you only need to add it to your PATH with the name gitlab-runner.exe
, no need to register it or install it as a service.
git clone git@github.com:camel-ci/camel-cli.git
cd camel-cli
npm install
npm link
Once you followed the previous installation steps, you can run any CLI command from your favorite terminal.
To get an overview of the available commands, just run the CLI as is or with the --help
option:
camel --help
MIT License - see the LICENSE file for details.