Forrest logo
back to context overview

stormlock

List of commands for stormlock:

  • stormlock:tldr:8c40c stormlock: Test if a lease for given resource is currently active.
    $ stormlock is-held ${resource} ${lease_id}
    try on your machine
    explain this command
  • stormlock:tldr:a44dc stormlock: Show information on the current lease for a resource, if any.
    $ stormlock current ${resource}
    try on your machine
    explain this command
  • stormlock:tldr:bf019 stormlock: Acquire a lease for resource.
    $ stormlock acquire ${resource}
    try on your machine
    explain this command
  • stormlock:tldr:e0918 stormlock: Release the given lease for the given resource.
    $ stormlock release ${resource} ${lease_id}
    try on your machine
    explain this command
back to context overview