Jobs: DSim Cloud CLI job download command

Modified on Wed, 18 Sep at 10:52 AM

Jobs: DSim Cloud CLI job download command

Synopsis

 

mdc job download <job-id> <artifact-name> [options]

 

This command allows you to download one or all job artifacts. The artifact can be a file or folder. By default, the artifact will be compressed and downloaded as /_downloaded_<job-id>/<artifact-name>.tar.


<job-id> unique identifier of the job. Required.


<artifact-name> name of the artifact as defined in the outputs section of your job file. If not supplied, all artifacts for the job will be downloaded. Optional.



Options

-h, --help Show help message.


-x, --extract Extract the artifact after download. By default, the artifact will be extracted to a new folder called /_downloaded_<job-id>.


-d, --destination <String> Destination folder to download or extract artifact.


-y, --accept-prompts Accept all prompts.



Example(s)

 

mdc job download carry-lookahead-adder-82d77 waves-sv

mdc job download carry-lookahead-adder-12abc log-vhdl-sv

mdc job download test-def34 artifacts

mdc job download carry-lookahead-adder-82d77 waves-sv -x

mdc job download hello-world-beef8 results-verilog -x -d ./Verilog/data/

mdc job download my-design-4cool

mdc job download my-design-4cool -x -d ../results/sim/dsim/

 

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article