structurizr / cli

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

workspace path ... does not exist #44

Closed Berkmann18 closed 2 years ago

Berkmann18 commented 3 years ago

I'm trying to push a DSL (named current-sys.dsl) and I get the following output:

Pushing workspace 63929 to https://api.structurizr.com
 - workspace path current-sys.dsl does not exist

I've got the JSON files fetched by pull but those are outdated. That seems to be a regression given that pushing DSLs with the CLI on ArchLinux worked last time I tried (with an older version tho, given the CLI hasn't been ported to any of the Linux package managers). Edit: A similar issue happens with the export command.

System

Unrelated but it seems that there's a discrepancy in the workspace arguments across commands where validate/list have -w, --workspace but not pull/push which have -workspace, --workspace.

simonbrowndotje commented 3 years ago

Are you running the version available from the releases page here (i.e. natively on your computer), or via another package (e.g. Docker)?

Berkmann18 commented 3 years ago

@simonbrowndotje Yup, I downloaded the zip from the releases page.

simonbrowndotje commented 2 years ago

Does this work with the newer versions?

Berkmann18 commented 2 years ago

Yup.