Can we delete multiple workspace in one CLI Command ?
I need suppressing automatically multiple workspace in same time. I know the command to delete one workspace is but to delete multiple workspace I did found.... Someone can help me please ?
5 Replies
<#1300399758124519464>
Category
Help needed
Product
code-server
Platform
Linux
Logs
Please post any relevant logs/error messages.
I don't believe you can on the CLI, so feel free to make a feature request on GitHub.
In most shells however you can just run multiple commands simultaneously:
will delete both workspaces at the same time and then the
wait
will wait for them both commands to finishOn the Web UI you could also use the boxes
and then actions
Ok I'll test it, thank you Ethan
You could also do something like