I want to lock a whole sandbox recursively by CLI.
I use the command:
si lock --gui --filter=!file:*.html -R --revision=:member --sandbox=$MKS.sb
The problem is, if a member is already locked by me I will get a window mentioning it, that I have to click to continue the process.
How can I lock and not being prompted if files are already locked by me, by CLI?
Many thanks