Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 515 Bytes

unlock.md

File metadata and controls

17 lines (11 loc) · 515 Bytes

unlock

The unlock command allows you to unlock a Structurizr workspace (the cloud service or an on-premises installation).

Options

  • -id: The workspace ID (required)
  • -key: The workspace API key (required)
  • -secret: The workspace API secret (required)
  • -url: The Structurizr API URL (optional; defaults to https://api.structurizr.com)

Example

To unlock a Structurizr workspace:

java -jar structurizr-cli-*.jar unlock -id 40120 -key 1a130d2b... -secret a9daaf3e...```