Overview

CLI command
list-cartridges
DescriptionList all the available cartridges (single-tenant and multi-tenant).
Command format
list-cartridges

Example

Use case: List the cartridges that are currently available.

 list-cartridges

Sample output

Cartridges found:
+--------+-----------+--------+---------------+---------+--------------+
| Type   | Category  | Name   | Description   | Version | Multi-Tenant |
+--------+-----------+--------+---------------+---------+--------------+
| tomcat | framework | tomcat | Apache Tomcat | 7       | false        |
+--------+-----------+--------+---------------+---------+--------------+

For information on all the properties that can be used in a cartridge definition, see the Cartridge Resource Definition.

  • No labels