List the platforms
Syntax
List the platforms in the workspace and repository.
Options
Option | Description |
---|---|
-dict
|
List all the platforms for the workspace in TCL dictionary format. Without this option, platforms are listed in tabular format. |
Returns
List of platforms, or "No active platform present" string if no platforms exist.
Example(s)
platform list
Return a list of all the platforms in the workspace and repository in tabular format.
platform list -dict
Return a list of all the platforms in the workspace and repository in TCL dictionary format.