containers ​
Command:
containers
Category: HDI Management
Status: Production Ready
Description ​
List all HDI Containers
Syntax ​
bash
hana-cli containers [containerGroup] [container] [options]Aliases ​
contlistContainerslistcontainers
Command Diagram ​
Parameters ​
| Option | Type | Default | Group | Description |
|---|---|---|---|---|
[containerGroup] | string | (none) | Positional Argument | HDI Container Group. |
[container] | string | (none) | Positional Argument | HDI Container. |
-a, --admin | boolean | false | Connection Parameters | Connect via admin (default-env-admin.json). |
--conn | string | (none) | Connection Parameters | Connection filename to override default-env.json. |
--disableVerbose, --quiet | boolean | false | Troubleshooting | Disable verbose output by removing extra human-readable output. Useful for scripting commands. |
-d, --debug | boolean | false | Troubleshooting | Debug hana-cli itself by adding lots of intermediate details. |
-h, --help | boolean | (none) | Options | Show help. |
-c, --container | string | * | Options | Container Name. |
-g, --containerGroup, --group, --containergroup | string | * | Options | Container Group. |
-l, --limit | number | 200 | Options | Limit results. |
For a complete list of parameters and options, use:
bash
hana-cli containers --helpExamples ​
List All HDI Containers ​
bash
hana-cli containersLists all HDI containers in the system.
Filter by Container Name ​
bash
hana-cli containers --container myContainerLists HDI containers matching the name myContainer.
Filter by Container Group ​
bash
hana-cli containers --containerGroup myGroupLists all HDI containers in the specified container group.
With Custom Limit ​
bash
hana-cli containers --limit 50Limits the results to 50 containers.
containersUI (UI Variant) ​
Command:
containersUI
Status: Production Ready
Description: Execute containersUI command - UI version for listing HDI containers
Syntax:
bash
hana-cli containersUI [containerGroup] [container] [options]Aliases:
containersuicontUIlistContainersUIlistcontainersui
Parameters:
For a complete list of parameters and options, use:
bash
hana-cli containersUI --helpExample Usage:
bash
hana-cli containersUIExecute the command
Related Commands ​
See the Commands Reference for other commands in this category.