Skip to content

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 ​

  • gws
  • graphs
  • graphWorkspace
  • graphws

Parameters ​

Positional Arguments ​

ParameterTypeDescription
schemastringSchema filter (optional)
workspacestringWorkspace filter (optional)

Options ​

OptionAliasTypeDefaultDescription
--workspace-wstring*Graph workspace name/pattern
--schema-sstring**CURRENT_SCHEMA**Schema name
--limit-lnumber200Maximum rows returned
--profile-pstring-Connection profile

For a complete list of parameters and options, use:

bash
hana-cli graphWorkspaces --help

Examples ​

Basic Usage ​

bash
hana-cli graphWorkspaces --workspace myWorkspace --schema MYSCHEMA

List graph workspaces that match the provided filters.

See the Commands Reference for other commands in this category.

See Also ​