Support for 'dryRun'
Goal(s)
- support coders configuring / testing .cubblesignore
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.