/score-language

score DSL and CLI = Slang (score-language)

Primary LanguageJavaApache License 2.0Apache-2.0

score-language (Slang)

slang is a YAML based language for writing workflow in a textual manner, this project includes the CLI to trigger flows.

Build Status

Getting started :

  1. Download slang zip from here.
  2. Unzip it
  3. go to the folder /slang/appassembler/bin/
  4. run the executable :
  • for windows : slang.bat
  • for linux : bash slang
  1. run the docker example flow with run cmd : run --f ../../docker-demo-flows/demo_dev_ops_flow.yaml --inputs dockerHost=[dockerHost],dockerUsername=[dockerHostUser],dockerPassword=[dockerHostPasword],emailHost=[emailHost],emailPort=[Emailport],emailSender=[EmailSender],emailRecipient=[EmailRecipient]

Documentation :

All documentation is available on the openscore website