Skip to content

Releases: cubbles/cubx-grunt-webpackage-upload

Added bulk upload

18 Jul 12:46

Choose a tag to compare

CDT-38: Added a grunt task to upload multiple webpackages

Support for 'dryRun'

21 Sep 09:19

Choose a tag to compare

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.

Use a new version of "inquirer"

11 May 06:07

Choose a tag to compare

Initial Release

11 May 06:07

Choose a tag to compare

v1.7.0

1.7.0