You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2018. It is now read-only.
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