java -jar saref-pipeline.jar <mode> [<options>] [<target>]

Runs the SAREF pipeline as specified in Technical Specification:
  ETSI TS 103 673 V1.1.1: "SmartM2M; SAREF Development Framework and Workflow, Streamlining the Development of SAREF and its Extensions"

<mode> can take the following values:
  develop   Run the SAREF pipeline in relax mode in the target SAREF project
  release   Run the SAREF pipeline in strict mode in the target SAREF project
  prerelease-portal    Operate a strict check and generate the portal for pre-release or release branches of each source in the configuration file `.saref-repositories.yml`
  release-portal    Operate a strict check generate the portal for release branches of each source in the configuration file `.saref-repositories.yml`
  clean     Remove all files generated by the previous executions
  help      Displays this message

<target> points to the target directory. By default, target is the current directory.

<options> can take the following values: