Skip to content

Commit c4ed400

Browse files
Don't archive workspaces locally when using the cloud-to-onpremises command.
1 parent 67b7396 commit c4ed400

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/structurizr/cli/CloudToOnPremisesCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public void run(String... args) throws Exception {
9494

9595
WorkspaceApiClient client = new WorkspaceApiClient(CLOUD_SERVICE_API_URL, workspaceMetadata.getApiKey(), workspaceMetadata.getApiSecret());
9696
client.setAgent(getAgent());
97+
client.setWorkspaceArchiveLocation(null);
9798

9899
// main branch
99100
String json = client.getWorkspaceAsJson(workspaceMetadata.getId());

0 commit comments

Comments
 (0)