worker cache push

worker cache push tagValue {{.cds.workspace}}/pathToUpload

Synopsis

Inside a project, you can create a cache from your worker with a tag (useful for vendors for example) worker cache push dir/file

You can use you storage integration: worker cache push –destination=MyStorageIntegration dir/file

worker cache push [flags]

Examples

worker cache push {{.cds.workflow}}-{{.cds.version}} ./pathToUpload

Options

      --destination string   optional. Your storage integration name

SEE ALSO