How do I get information about tenant node types and sizes?
Context When managing infrastructure across multiple tenants, you may need to generate a report showing the node types and sizes associated with each tenant. This information can be retrieved using the DuploCloud CLI. Answer You can obtain tenant and node size information using the DuploCloud Command Line Interface (duploctl). Follow these steps: First, ensure you have the DuploCloud CLI installed. You can download it from https://cli.duplocloud.com To get a list of all tenants, run: duploctl tenant list To get information about host configurations, including node sizes, run: duploctl hosts list You can combine the output of these commands to create a comprehensive report of tenant and node configurations.