user-mgmt
upsert-group
Use a *.json file to create a new
user group or update an existing user group.
Syntax
cpd-cli user-mgmt upsert-group \
--from=<json-file-name> \
--profile=<cpd-configuration-profile-name> \
[--cpdconfig=<cpd-configuration-location>] \
[--replace-roles] \
[--verbose]
Arguments
The upsert-group
command has no
arguments.
Options
Option | Description |
---|---|
--cpdconfig |
The Cloud Pak for Data
configuration location.
|
--from |
A *.json file that describes the
group details.
|
|
Display command
help.
|
--profile |
The profile-name from the Cloud
Pak for Data configuration.
|
--replace-roles |
Replace roles for the
existing group with new roles.
|
--verbose |
Logs include more detailed
messages.
|
Examples
Note: The following examples use the recommended installation environment variables.
Use a script to create environment variables with the correct values for your environment. For more information, see Best practice: Setting up install variables.
- Use a group.json file to create a user group or update an existing user group.
-
cpd-cli user-mgmt upsert-group \ --from=group.json \ --profile=<cpd-configuration-profile-name>