TESTNET

CREATE, C

Creates a resource entity in the distributed database

resource c address=RA data=HEX dependable by=NAME
address Address of the resource to create
data Optional Data to be associated with the resource
dependable Optional Turns a resource into dependable one. Once linked by any number of Dependency links, this resources can not be changed or deleted
by Name of the user eligible to change the domain

Example:

resource c address=/company/application data=0105BCE1C336874FBEBE40D2510EC035D0251FE855399EAD76E22BD18E2EBC6E37 dependable by=satoshi

DELETE, X

Destroys existing resource and all its associated links

resource x address=RA id=EID by=NAME
address OR Address of the resource to delete
id Id of the resource to delete
by Name of the user eligible to change the domain

Example:

resource x address=/company/application by=satoshi

NAME, N

Assign a new name for the resource

resource n name=RA id=EID newname=NAME by=NAME
name OR Name of the resource to rename
id Id of the resource to rename
newname New resource name
by Name of the user

Example:

resource n name=/company/application newname=satoshi by=nakamoto

UPDATE, U

Updates a resource properties

resource u address=RA id=EID data=HEX dependable recursive by=NAME
address OR Address of the resource to update
id Id of the resource to update
data Optional Data to be associated with the resource
dependable Optional Turns a resource into dependable one. Once linked by any number of Dependency links, this resources can not be changed or deleted
recursive Optional Update all descendants
by Name of the user eligible to change the domain

Example:

resource u address=/company/application data=0105BCE1C336874FBEBE40D2510EC035D0251FE855399EAD76E22BD18E2EBC6E37 dependable recursive by=satoshi

ENTITY, E

Gets resource entity information from the MCV database

resource e address=RA id=EID
address OR Address of the resource to get information about
id Id of the resource to get information about

Example:

resource e address=/company/application

LOCAL, L

Gets information about locally available releases of the specified resource

resource l address=RA id=EID
address OR Address of the resource local copy to get information about
id Id of the resource local copy to get information about

Example:

resource l address=/company/application

LOCALSEARCH, LS

Search local resources using the specified query

resource ls query=STRING
query Full or partial address of the resource, including domain name

Example:

resource ls query="lorem ipsum"

DOWNLOAD, D

Downloads the latest release of the specified resource

resource d address=RA id=EID to=DIRPATH wait=BOOL
address OR Address of the resource the latest release to download of
id Id of the resource the latest release to download of
to Optional Destination path on the local system to download the release to
wait Optional Wait or not download to finish. Default is 'yes'

Example:

resource d address=/company/application to=C:\Folder wait=yes, no

DOWNLOADCANCELATION, DX

Cancels current download process of specified release

resource dx address=RZA
address Address of the release to cancel downloading of

Example:

resource dx address=rrrh:F371BC4A311F2B009EEF952DD83CA80E2B60026C8E935592D0F9C308453C813E