Class CreateProperty

  • All Implemented Interfaces:
    ExecutableCliCommand

    public class CreateProperty
    extends Object
    implements ExecutableCliCommand
    Creates a property.
     Usage: appng create-property [options]
       Options:
         -a
            The application id.
         -c
            The name of the file containing the clob value. Mutually exclusive with -v.
       * -n
            The property name.
         -s
            The site id.
         -v
            The property value. Mutually exclusive with -c.
     
    Author:
    Matthias Herlitzius