This repository was archived by the owner on Jul 2, 2018. It is now read-only.

Description
When releasing through DTAP we'd like to import items via continuous delivery by using a versioned package/ZIP that will be built once and used across multiple environments.
suggested approach:
- bb build-collection generates all ZIP's and a zip of zips
- extend import-item to import from a ZIP directly with flag
- extend import-collection to unpack a zip of zip's and call the import-item for each with flag
Note: another task needs to extend authentication via HTTPS without clear text passwords