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