graphWorkspaces ​
Command:
graphWorkspaces
Category: System Tools
Status: Production Ready
Description ​
List graph workspaces and related metadata.
Syntax ​
bash
hana-cli graphWorkspaces [schema] [workspace] [options]Command Diagram ​
Aliases ​
gwsgraphsgraphWorkspacegraphws
Parameters ​
Positional Arguments ​
| Parameter | Type | Description |
|---|---|---|
schema | string | Schema filter (optional) |
workspace | string | Workspace filter (optional) |
Options ​
| Option | Alias | Type | Default | Description |
|---|---|---|---|---|
--workspace | -w | string | * | Graph workspace name/pattern |
--schema | -s | string | **CURRENT_SCHEMA** | Schema name |
--limit | -l | number | 200 | Maximum rows returned |
--profile | -p | string | - | Connection profile |
For a complete list of parameters and options, use:
bash
hana-cli graphWorkspaces --helpExamples ​
Basic Usage ​
bash
hana-cli graphWorkspaces --workspace myWorkspace --schema MYSCHEMAList graph workspaces that match the provided filters.
Related Commands ​
See the Commands Reference for other commands in this category.