Stormlock - Control Centralized Locks | Online Free DevTools by Hexmos

Control centralized locks with Stormlock. Acquire, release, and check lease status using a simple CLI. Free online tool, no registration required.

stormlock

Centralized locking system. More information: https://github.com/tmccombs/stormlock.

  • Acquire a lease for resource:

stormlock acquire {{resource}}

  • Release the given lease for the given resource:

stormlock release {{resource}} {{lease_id}}

  • Show information on the current lease for a resource, if any:

stormlock current {{resource}}

  • Test if a lease for given resource is currently active:

stormlock is-held {{resource}} {{lease_id}}