Page 1 of 1

CLI multiple mutators

Posted: Sun Apr 19, 2020 11:25 am
by ace27rsm
Hi everyone,
I'm trying to execute a list of actions by pitstop Server CLI.

If I insert a list of 2 or more Actions on xml config file everything work perfectly, they are executed correctly in the sequence i wrote them in the file. The problem is when i want to pass the list by CLI option.
I red on documentation that every arg passed using the -m type will overwrite every mutator declared in the xml file...and that is ok...but when i try to pass more -m flags by cli only the last one is executed and the list before it is ignored.

e.g.

-m 'action1Path'
-m 'action2Path'
-m 'action3Path'

only action3 is executed

Is there a way to execute all of them in 1 call?

thanks

Re: CLI multiple mutators

Posted: Mon Apr 20, 2020 2:23 pm
by Padawan
I tested this an have the same behavior. The documentation suggests it should be possible to use multiple mutator arguments, so if nobody else on the forum here has an idea it might be best to report it to Enfocus Support.