Skip to content

buildAsset CLI

Nilson Lazarin edited this page Aug 27, 2024 · 3 revisions
Velluscinum-CLI Wiki

buildAsset

Generates a file with Data and MetaData about an ASSET.

DESCRIPTION

velluscinum buildAsset <filename> <Immutable:Data> <Additional:Information>
Parameters Description
<filename> The name of the file that will storage the ASSET.
<Immutable:Data> A colon and semicolon separated String ("key0:value0;key1:value1;...;keyN:valueN") from Immutable Information about the ASSET.
<Additional:Information> A colon and semicolon separated String ("key0:value0;key1:value1;...;keyN:valueN") from Metadata Information about the ASSET. This parameter is optional to tokens.

EXAMPLE

velluscinum buildAsset pieceOfArt "name:Meninas;author:Diego_Velázquez;year:1656" "value_eur:25000000;owner:Bob"