CloudSlang is a YAML based language for writing human-readable workflows for the CloudSlang Orchestration Engine . This project includes the CLI to trigger flows.
- Download the CloudSlang CLI file named cslang-cli-with-content.zip:
- Unzip it.
- Go to the folder /cslang/bin/
- Run the executable :
- For Windows : cslang.bat
- For Linux : bash cslang
- Run a simple example print text flow: run --f ../content/io/cloudslang/base/print/print_text.sl --i text=first_flow
All documentation is available on the CloudSlang website.
See what's new here.
Read our contributing guide here.
Contact us at [email protected].
- Maven version >= 3.0.3
- Java JDK version >= 7
git clone
the source codemvn clean install
- Run the CLI executable from cloudslang-cli\target\cslang\bin
Just use:
docker pull cloudslang/cloudslang
And run it using:
docker run -it cloudslang/cloudslang
The CloudSlang command line interface.
Install this globally and you'll have access to the cslang
command anywhere on your system.
npm install -g cslang-cli
Now you can just use the cslang
command anywhere
cslang
Node.js & Java installed.
cslang-cli page in the npm repository.