# List

<div className="cli-command">
  {<pre>Usage: settlemint platform list|ls [options] [command]<br /><br />List resources in the SettleMint platform<br /><br />Options:<br />  -h, --help                              display help for command<br /><br />Commands:<br />  applications|a [options]                List applications<br />  services|s [options] [typeOperands...]  List the application services<br />  workspaces|w [options]                  List workspaces<br />  help [command]                          display help for command<br /></pre>}
</div>

## Applications

<div className="cli-command">
  {<pre>Usage: settlemint platform list applications|a <br />Examples:<br /><br />  # List applications<br />  $ settlemint platform list applications<br /><br />  # List applications in wide format with more information<br />  $ settlemint platform list applications -o wide<br /><br />  # List applications in JSON format<br />  $ settlemint platform list applications -o json &gt; applications.json<br /><br />  # List applications in YAML format<br />  $ settlemint platform list applications -o yaml &gt; applications.yaml<br /><br />List applications<br /><br />Options:<br />  -w, --workspace &lt;workspace&gt;  The workspace unique name to list applications<br />                               for (defaults to workspace from env)<br />  -o, --output &lt;output&gt;        The output format (choices: &quot;wide&quot;, &quot;json&quot;,<br />                               &quot;yaml&quot;)<br />  -h, --help                   display help for command<br /></pre>}
</div>

## Services

<div className="cli-command">
  {<pre>Usage: settlemint platform list services|s <br />Examples:<br /><br />  # List the application services<br />  $ settlemint platform list services<br /><br />  # List the application services in wide format with more information (such as console url)<br />  $ settlemint platform list services -o wide<br /><br />  # List the application services in JSON format<br />  $ settlemint platform list services -o json &gt; services.json<br /><br />  # List the application services in YAML format<br />  $ settlemint platform list services -o yaml &gt; services.yaml<br /><br />  # List the application services for a specific application<br />  $ settlemint platform list services --application my-app<br /><br />  # List the application services for a specific application and type<br />  $ settlemint platform list services --application my-app --type middleware<br /><br />  # List the application services for multiple types<br />  $ settlemint platform list services --type blockchain-network blockchain-node middleware<br /><br />List the application services<br /><br />Options:<br />  --app, --application &lt;application&gt;  The application unique name to list the<br />                                      services in (defaults to application from<br />                                      env)<br />  -t, --type &lt;type...&gt;                The type(s) of service to list (choices:<br />                                      &quot;blockchain-network&quot;, &quot;blockchain-node&quot;,<br />                                      &quot;load-balancer&quot;, &quot;custom-deployment&quot;,<br />                                      &quot;insights&quot;, &quot;integration-tool&quot;,<br />                                      &quot;middleware&quot;, &quot;private-key&quot;, &quot;storage&quot;)<br />  -o, --output &lt;output&gt;               The output format (choices: &quot;wide&quot;,<br />                                      &quot;json&quot;, &quot;yaml&quot;)<br />  -h, --help                          display help for command<br /></pre>}
</div>

## Workspaces

<div className="cli-command">
  {<pre>Usage: settlemint platform list workspaces|w <br />Examples:<br /><br />  # List workspaces<br />  $ settlemint platform list workspaces<br /><br />  # List workspaces in wide format with more information<br />  $ settlemint platform list workspaces -o wide<br /><br />  # List workspaces in JSON format<br />  $ settlemint platform list workspaces -o json &gt; workspaces.json<br /><br />  # List workspaces in YAML format<br />  $ settlemint platform list workspaces -o yaml &gt; workspaces.yaml<br /><br />List workspaces<br /><br />Options:<br />  -o, --output &lt;output&gt;  The output format (choices: &quot;wide&quot;, &quot;json&quot;, &quot;yaml&quot;)<br />  -h, --help             display help for command<br /></pre>}
</div>
