Class ListProperties

  • All Implemented Interfaces:
    ExecutableCliCommand

    public class ListProperties
    extends CommandList
    implements ExecutableCliCommand
    Lists the available sites.
     Usage: appng list-properties [options]
       Options:
         -a
            List only properties of the specified application.
         -c
            Returns only changed properties.
            Default: false
         -f
            Returns only properties containing the filter expression in their name or
            value (case-insensitive).
         -s
            List only properties of the specified site.
         -t
            Prints tab-separated values instead of a table.
            Default: false
         -v
            Verbose output.
            Default: false
     
    Author:
    Matthias Herlitzius