How to provide parameter values from the command line?

From CCIL
Revision as of 12:27, 7 June 2017 by Atanas.ilchev (Talk | contribs) (Created page with "== Passing pipeline arguments from the command line == The syntax is very simple: <pre> $ ccil-app context pipeline NAME1=VALUE1 NAME2=VALUE2 </pre> {{note|Foo}}")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Passing pipeline arguments from the command line

The syntax is very simple:

$ ccil-app context pipeline NAME1=VALUE1 NAME2=VALUE2

Template:Note