List applications
Syntax
app list
List all applications for in the workspace.
Options
Option | Description |
---|---|
-dict
|
List all the applications for the workspace in TCL dictionary format. Without this option, applications are listed in tabular format. |
Returns
List of applications in the workspace. If no applications exist, "No application exist" string is returned.
Example(s)
app list
Lists all the applications in the workspace in tabular format.
app list -dict
Lists all the applications in the workspace in TCL dictionary format.