PUBLIC TEST NETWORK

CREATE

Creates a resource entity in the distributed database

resource c|create RA [flags] [data=HEX]
<first> Address of a resource to create
data A data associated with the resource
seal If set, resource data cannot be changed anymore

Example:

resource c /company/application (short form) data=0105BCE1C336874FBEBE40D2510EC035D0251FE855399EAD76E22BD18E2EBC6E37

DESTROY

Destroys existing resource and all its associated links

resource x|destroy RA
<first> Address of a resource to delete

Example:

resource x company/application

UPDATE

Updates a resource entity properties in the distributed database

resource u|update RA [flags] [data] [recursive]
<first> Address of a resource to update
data A data associated with the resource
seal If set, resource data cannot be changed anymore
recursive Update all descendants

Example:

resource u /company/application (short form) data=Package{address=Urrh:F371BC4A311F2B009EEF952DD83CA80E2B60026C8E935592D0F9C308453C813E}

ENTITY

Gets resource entity information from the MCV database

resource e|entity RA
<first> Address of a resource to get information about

Example:

resource e /company/application (short form)

LOCAL

Gets information about locally available releases of a specified resource

resource l|local RA
<first> Address of a resource to get information about

Example:

resource l /company/application (short form)

LOCAL SEARCH

Search local resources using a specified query

resource ls|localsearch <query>
<query> A TEXT to look for in resource addresses (includes domain name)

Example:

resource ls appli

DOWNLOAD

Downloads the latest release of a specified resource

rresource d|download RA [localpath=DIRPATH]
<first> Address of a resource the latest release to download of
localpath Destination path on the local system to download the release to
nowait Wait downlonad to finish

Example:

resource d /company/application (short form)

DOWNLOAD CANCELATION

Cancels current downloading of specified release

resource dx|downloadcancelation RZA
<first> Address of a release to cancel downloading of

Example:

resource dx /company/application (short form)