Morning,
I have a csv list of users I want to add, but I do not want the cli to exit every time it finds a user that is already in the group. Is there an option to Ignore and continue?
Hi @David Shapiro ,
We would like to inform you that if you run the below CLI action appending with --continue then it will execute the action even if it finds a user that is already in the group.
Sample CLI action:
--action runFromCsv --file "testfile.csv" --common "--action addUserTogroup --continue"
Also, please share with us the CLI action you are executing where you faced the issue.
Thanks,Manisha
It looks like you're new here. Sign in or register to get started.