public class ListProperties extends CommandList implements ExecutableCliCommand
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
beVerbose, prettyTable, tabbedValues| Constructor and Description |
|---|
ListProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CliEnvironment cle)
Executes the command.
|
protected boolean |
printRow(Property property,
boolean showOnlyChangedValues,
String filterValue) |
getPrettyTable, renderTablepublic void execute(CliEnvironment cle) throws BusinessException
ExecutableCliCommandexecute in interface ExecutableCliCommandcle - the CliEnvironment to useBusinessException - if on error occurs while executing the commandCopyright © 2011–2019 aiticon GmbH. All rights reserved.