2013-12-15 02:53 PM - edited 2015-12-18 12:27 AM
Hi SC experts!
I'm wondering how to call snapcreator CLI to override parameters of a given config. in snapcreator GUI there's an option to add/override parameters, e.g. SC_CLONE_TARGET (see screenshot). I want to achieve the same thing using CLI. Any ideas?
Thanks a lot,
Toby
Solved! SEE THE SOLUTION
2013-12-15 10:37 PM
You can try '--params' option in CLI
--params <params> | Defines custom parameters in the form of key=value pairs |
2013-12-15 11:07 PM
Thanks Charly for the immediate answer. I've read the install guide a couple of times before, but must have missed this one...