Skip to content

createGroup ​

Command: createGroup
Category: HDI Management
Status: Production Ready

Description ​

Create a container group

Syntax ​

bash
hana-cli createGroup [group] [options]

Aliases ​

  • cg
  • cGrp

Command Diagram ​

Parameters ​

OptionTypeDefaultGroupDescription
[group]string(none)Positional ArgumentHDI Container Group to be created.
-a, --adminbooleanfalseConnection ParametersConnect via admin (default-env-admin.json).
--connstring(none)Connection ParametersConnection filename to override default-env.json.
--disableVerbose, --quietbooleanfalseTroubleshootingDisable verbose output by removing extra human-readable output. Useful for scripting commands.
-d, --debugbooleanfalseTroubleshootingDebug hana-cli itself by adding lots of intermediate details.
-h, --helpboolean(none)OptionsShow help.
-g, --groupstring(none)OptionsHDI Group.

For a complete list of parameters and options, use:

bash
hana-cli createGroup --help

Examples ​

Basic Usage ​

bash
hana-cli createGroup myGroup

Creates a new HDI container group named myGroup.

Using Named Parameter ​

bash
hana-cli createGroup --group myGroup

Create container group using named option parameter.

With Admin Connection ​

bash
hana-cli createGroup myGroup --admin

Create container group using admin credentials from default-env-admin.json.

See the Commands Reference for other commands in this category.

See Also ​