To change value1 for parameter
key1
|
--context_param key1=value1
|
To change value1 and value2 for
respective parameters key1 and
key2
|
--context_param key1=value1
--context_param key2=value2
|
To change a value containing space characters such as in a file path
|
--context_param key1="path to file"
|