Download logs from a workflow run.
Download logs from a workflow run. You can download all logs files or just one log if you want.
# download all logs files on latest run
$ cdsctl workflow logs download KEY WF
# download all logs files on run number 1
$ cdsctl workflow logs download KEY WF 1
# download only one file:
$ cdsctl workflow logs download KEY WF 1 --pattern="MyStage"
# this will download WF-1.0-pipeline.myPipeline-stage.MyStage-job.MyJob-status.Success-step.0.log for example
cdsctl workflow logs download [ PROJECT-KEY WORKFLOW-NAME ] [RUN-NUMBER] [flags]
--pattern string Filter on log filename
-c, --context string cdsctl context name
-f, --file string set configuration file
--insecure (SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers.
-n, --no-interactive Set to disable interaction with ctl
--verbose Enable verbose output
Manage CDS Workflow Run Logs