@Component public class RuntimeCommands extends Object implements org.springframework.shell.core.CommandMarker
Constructor and Description |
---|
RuntimeCommands(DataFlowShell dataFlowShell) |
Modifier and Type | Method and Description |
---|---|
boolean |
availableWithViewRole() |
org.springframework.shell.table.Table |
list(boolean summary,
String[] appIds) |
@Autowired public RuntimeCommands(DataFlowShell dataFlowShell)
@CliAvailabilityIndicator(value="runtime apps") public boolean availableWithViewRole()
@CliCommand(value="runtime apps", help="List runtime apps") public org.springframework.shell.table.Table list(@CliOption(key="summary",help="whether to hide app instance details",unspecifiedDefaultValue="false",specifiedDefaultValue="true") boolean summary, @CliOption(key={"appId","appIds"},help="app id(s) to display, also supports \'<group>.*\' pattern") String[] appIds)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.