Archive = false still creates version history #144
-
QuestionI 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?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The |
Beta Was this translation helpful? Give feedback.
The
archive
flag prevents a local copy of the workspace being stored as a backup ... the cloud service/on-premises installation will still store workspace versions, and this is what you're seeing in the UI.