Closed
Description
Currently, backend providers can implement locking during operations that can write state. This happens automatically. And there is a force-unlock
command for when things go wrong.
A command for manually locking without running an operation that can write state would be useful. If your backend supports it, it would write the lock but do nothing to the state. Perhaps a command to remove that manual lock would be useful as well.