TESTNET

CREATE

Builds and deploys a package to a node filebase for distribution via RDN

package c APRV previous=APRV source=PATH dependencies=FILEPATH cr cdl
<First> Resource address of package to create
previous Address of previous release
source A list of paths to files separated by comma
dependencies A path to version manifest file where complete dependencies are defined
cr Create resource
cdl Create dependency links

Example:

package c company/application/windows/1.2.3 previous=company/application/windows/4.5.6 source=C:\User\file sourceD:\image.jpg dependencies=DIRPATH\1.2.3.rdnpm

LOCAL

Gets information about local copy of a specified package

package l PA
<First> Address of local package to get information about

Example:

package l company/application/windows/1.2.3

DOWNLOAD

Downloads a specified package by its address

package d PA
<First> Address of a package to download

Example:

package d company/application/windows/1.2.3

DEPLOY

If needed, downloads specified package and its dependencies recursively and deploys its content to the 'Packages' directory

package dp PA destination=DIRPATH
<First> Address of a package to install
destination Packages destination path

Example:

package dp company/application/windows/1.2.3 destination=C:\Folder