Previous Topic: get_desc (Application Control and Management)--Display Application Package DescriptorNext Topic: lock (Application Control and Management)--Lock Application


put_desc (Application Control and Management)--Modify Application Package Descriptor

Modify application package descriptor

Syntax
application put_desc app 
Parameters
app

name of application for which package descriptor is to be modified

Examples
application put_desc my-app - 

modify package descriptor for application my-app

Note: The new descriptor is obtained from standard input.

The user can type in or paste the new descriptor contents followed by typing CTRL-d to terminate the input.

The name of the application may not be changed within the new descriptor.

The specified new descriptor is not checked for validity.

If the operation is executed remotely, the command can be specified as follows: ssh root@controllerhost app put_desc myapp < newdesc where newdesc is a file containing the modified descriptor.