@Component public class RuntimeCommands extends Object implements CommandMarker
Constructor and Description |
---|
RuntimeCommands(DataFlowShell dataFlowShell) |
@Autowired public RuntimeCommands(DataFlowShell dataFlowShell)
@CliAvailabilityIndicator(value="runtime apps") public boolean available()
@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 \'.*\' pattern") String[] appIds)
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.