worker upload

worker upload {{.cds.workspace}}/fileToUpload

Synopsis

Inside a job, there are two ways to upload an artifact:

worker upload --tag={{.cds.version}} {{.cds.workspace}}/files*.yml

You can use you storage integration: worker upload –destination=“yourStorageIntegrationName”

worker upload [flags]

Options

      --destination string   optional. Your storage integration name
      --tag string           Tag for artifact Upload - Tag is mandatory

SEE ALSO