Skip to content

Create AssetMarshaller for asset link parsing

Etienne Baqué requested to merge 66-create-json-marshaller into master

As part of #66 (closed), we're going to add the possibility to add arrays of asset links, in addition to passing a single asset link.

The new AssetMarshaller function introduced by this MR here will help to parse whether an array assets or a single asset (or both) are passed, upon running release-cli create.

Manual testing

Create a release with one asset

Screenshot_from_2021-10-01_09-58-15_test1

Screenshot_from_2021-10-01_09-53-39

Create a release with three assets in an array

Screenshot_from_2021-10-01_09-57-56_test2

Screenshot_from_2021-10-01_09-54-45

Create a release with two assets in an array and one single asset on its own

Screenshot_from_2021-10-01_09-57-37_test3

Screenshot_from_2021-10-01_09-56-59

Help documentation

Screenshot_from_2021-10-01_09-59-36_help

Edited by Etienne Baqué

Merge request reports