structurizr / cli

A command line utility for Structurizr.
https://docs.structurizr.com/cli
Apache License 2.0
492 stars 75 forks source link

Archive = false still creates version history #143

Closed vedeja closed 11 months ago

vedeja commented 11 months ago

Question

I am pushing using the below command. Since archive is set to false, I'm expecting the current version to be overwritten and no history remain. But I can see the number of workspace version files growing for each push, and the version dropdown in the workspace ui lists them all. What is wrong here, my expectation, my command or the cli?

structurizr/cli push -url https://xxx/api -id 1 -key mykey -secret mysecret -workspace workspace.json -merge false -archive false