The Continuous Engineering Project is an open framework that enables continuous engineering best practices through plug & play toolsets.
Continuous Engineering CLI is a modular command line CLI for the Continuous Engineering Factory.
Pick the most suitable instructions for your operating system:
-
Download the
cebinary archive usingcurland pipe (|) the compressed archive to thetarcommand:curl -L https://github.com/continuousengineeringproject/ce-cli/releases/latest/download/ce-cli-darwin-amd64.tar.gz | tar xzv -
Install the
cebinary by moving it to a location in your executable path using themvcommand:sudo mv ce /usr/local/bin
-
Run
ce version --shortto make sure you're on the latest stable versionce version --short
-
Download the
cebinary archive usingcurland pipe (|) the compressed archive to thetarcommand:curl -L https://github.com/continuousengineeringproject/ce-cli/releases/latest/download/ce-cli-linux-amd64.tar.gz | tar xzv -
Install the
cebinary by moving it to a location in your executable path using themvcommand:sudo mv ce /usr/local/bin
-
Run
ce version --shortto make sure you're on the latest stable versionce version --short
Read CONTRIBUTING.md for details of all the ways you can contribute to the project.
Also read CODE_OF_CONDUCT.md for details on our code of conduct for the project.
We use SemVer for versioning. For the versions available, see the tags on this repository.
Licensed under the MIT license - see the LICENSE file for details.