Skip to content

Support for 'dryRun'

Choose a tag to compare

@hrbu hrbu released this 21 Sep 09:19
· 11 commits to master since this release

Goal(s)

Changes

Improvements

Support for Uploaders 'dryRun' Optioin

  uploadConfigs: {
    dryRun: {
      url: 'https://cubbles.world/sandbox',
      proxy: '',
      dryRun: true
    },
    release: {
      url: 'https://cubbles.world/sandbox',
      proxy: ''
    }
  }

uploadConfigs.{configName}.dryRun

Type: boolean
Default value: false

Setting the value to true executes the upload procedure (including authentication and permissions check) without any data transfer.
The result contains a list of files that would be uploaded - as well as a list of files that will be ignored from an upload. So a dryRun is perfect to check the configuration of your (optional) .cubblesignore file in your webpackage.