CLI multiple mutators

Post Reply
ace27rsm
Newbie
Posts: 11
Joined: Sat Aug 18, 2018 11:06 pm

CLI multiple mutators

Post 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
Padawan
Advanced member
Posts: 358
Joined: Mon Jun 12, 2017 8:48 pm
Location: Belgium
Contact:

Re: CLI multiple mutators

Post 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.
Post Reply