project update
Partially update the project with a subset of properties.
Syntax
cpd-cli project update \
[--catalog=<catalog-identifier>] \
[--compute=<list-of-project-computes>] \
[--cpd-scope=<cpd-config-location>] \
[--description=<project-description>] \
[--jmes-query=<jmespath-query>] \
[--name=<project-name>] \
[--output=json|yaml|table] \
[--output-file=<output-file-location>] \
--profile=<cpd-configuration-profile-name> \
--project-id=<cpd-project-id> \
[--public=true|false] \
[--raw-output=true|false] \
[--tools=<list-of-project-tools>]
Arguments
The project update
command has no
arguments.
Options
Option | Description |
---|---|
--catalog |
Specify a catalog identifier that is associated with the specified project.
|
--compute |
Specify a list of computes that are associated with the project.
|
--cpd-scope |
The Cloud Pak for Data space, project, or catalog scope (for example, cpd://default-context/spaces/7bccdda4-9752-4f37-868e-891de6c48135).
|
--description |
Specify a project
description. The description cannot contain any of the following characters: left angle bracket (<), right angle bracket (>), backslash (\\), or double quote (").
|
|
Display command
help.
|
--jmes-query |
Provide a JMESPath query to customize the output.
|
--name |
Specify a project name. The project name cannot contain any of the following characters: left angle bracket (<), right angle bracket (>), backslash (\\), double quote ("), or percentage sign (%).
|
--output |
Specify an output format.
Valid formats include json, yaml, or text (the default
format).
|
--output-file |
Specify a file path where all output is redirected.
|
--profile |
The profile-name from the Cloud
Pak for Data configuration.
|
--project-id |
Specify a Cloud Pak for Data project instance.
|
--public |
When set to true, the project is public.
|
--raw-output |
When set to true, single values in
JSON output mode are not surrounded by quotes.
|
--tools |
Specify a list of tools that are associated with the project.
|