Documentation
Primary version
Primary version
  • Cubbles documentation
  • First steps
    • Generate a project
    • Create a webpackage
    • Create an elementary component
    • Create a compound component
      • Compound slot initialization
  • Runtime extension - RTE
    • User guide
      • RTE Integration
      • The Cubbles TAG API
        • The Cubbles Dependency API
      • The Cubbles Javascript API
        • Interacting with Cubbles from the outside
        • Adding dynamic connections
        • Interacting with Elementary Cubbles from the inside
      • The RTE Processing
        • RTE initialization and rendering timeline
      • The Cubbles IFrame API
        • The Cubbles IFrame Resizer API
      • The Cubbles mutation based start event API
      • FAQs
        • How to manually resolve dependency conflicts?
        • How to create a component instance dynamically?
        • How to render HTML Markup coming from input slot?
        • How to replace a dependency when declaring a component instance?
        • How to synchronize multiple dataflows between component instances?
        • How to handle the copyValue flag for non serializable instances?
    • Contributor guide
      • CIF processing
  • Developing with the vanilla boilerplate
    • Creating a new project
    • Developing elementaries using the vanilla boilerplate
    • Developing compounds using the vanilla boilerplate
    • Using the vanilla boilerplate scripts
  • Coder devtools - CDT
    • User guide
      • Create Cubbles artifacts
      • Upload a Webpackage
      • Generate a README file
      • Rename an artifact
      • Configure network proxy
      • Validate the manifest.webpackage file
      • Change active webpackage
      • Bulk upload of webpackages
      • Release a webpackage
      • Update the RTE version of a webpackage
      • Prepare a webpackage to be released
      • Update webpackage to the next development version
      • Generate a test environment for a component
      • Testing Cubbles components
      • Validate sources
      • Create a demo webpackage
    • Contributor guide
      • Checklist for releasing a new webpackage.modelVersion
  • Terms and concepts
    • Webpackage
    • Artifacts
    • User roles
    • Base
Powered by GitBook
On this page
  • Purpose
  • Steps
  • Outcome
  1. Coder devtools - CDT
  2. User guide

Bulk upload of webpackages

PreviousChange active webpackageNextRelease a webpackage

Last updated 6 years ago

Since a Cubbles project may have more than one webpackage, sometimes, you may want to upload several packages at the same time. The offers the _webpackages-bulk-upload task to achieve that goal.

Purpose

To show how to bulk upload webpackages using the _webpackages-bulk-upload task.

Steps

First, you should run the task within the CDT folder (normally it is called devtools) as follows:

grunt _webpackages-bulk-upload

Then, a list of existing webpackages will be displayed. You should choose the webpackages to be uploaded typing the indexes of the desired webpackages separated by a space. In the example below, we have chosen to upload both listed webpackages:

Please select all webpackages to upload or to CANCEL:
1) my-second-webpackage
2) my-first-webpackage
3) CANCEL
? Answer: 2 1

After that, the process is the same as .

Note that all webpackages will be uploaded using the same configuration. That is, they will be uploaded to the same store using the same user data.

Outcome

The selected webpackages will be uploaded to the desired store.

CDT
uploading one webpackage