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.
Examples
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.