Creates a resource entity in the distributed database
resource c|create URA [flags] [data]
<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 data=0105BCE1C336874FBEBE40D2510EC035D0251FE855399EAD76E22BD18E2EBC6E37
Destroys existing resource and all its associated links
resource x|destroy URA
<first> | Address of a resource to delete |
Example:
resource x company/application
Updates a resource entity properties in the distributed database
resource u|update URA [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 data=Package{address=urrh:BCE1C336874FBEBE40D2510EC035D0251FE855399EAD76E22BD18E2EBC6E37}
Gets resource entity information from the MCV database
resource e|entity URA
<first> | Address of a resource to get information about |
Example:
resource e company/application
Gets information about locally available releases of a specified resource
resource l|local URA
<first> | Address of a resource to get information about |
Example:
resource l company/application
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
Downloads the latest release of a specified resource
resource d|download URA [localpath=PATH]
<first> | Address of a resource the latest release to download of |
localpath | Destination path on the local system to download the release to |
Example:
resource d company/application