I'm reading the CLI documentation, but am not quite sure if I can now use this to upload files from a local environemnt (or at least an external environment in a pipeline for example) to a dw cloud environment.
The following section gives me the idea that I can, provided ofcourse that I have configured the correct environments:
To deploy from development to staging you can therefore:
- Set environment to development
- Use dw files to export your design to somewhere local
- Set environment to staging
- Use dw files to export from your local folder to the Designs-folder on staging
But this line in the specification of the export flag, gives me the idea that I cant (as it specifically mentions "on your local machine":
-e --export It will export <dirPath> into <outPath> on your local machine, unzipped by default
Thanks,
Justin