Releases: cubbles/cubx-grunt-webpackage-upload
Releases · cubbles/cubx-grunt-webpackage-upload
Added bulk upload
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.
Use a new version of "inquirer"
v1.7.1 1.7.1
Initial Release
v1.7.0 1.7.0