How to provide parameter values from the command line?
From CCIL
Revision as of 14:27, 7 June 2017 by Atanas.ilchev (Talk | contribs)
Passing pipeline arguments from the command line
The syntax is very simple:
$ ccil-app context pipeline NAME1=VALUE1 NAME2=VALUE2
NOTE: The stage must consume the parameters from the RuntimeEnvironment in order the mechanic to work.