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-scope>] \
[--description=<project-description>] \
[--jmes-query=<jmespath-query>] \
[--name=<project-name>] \
[--output=json|yaml|table] \
[--output-file=<output-file-location>] \
--profile=<cpd-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
Table 1: Command 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.
|
--output-file |
Specify a file path where all
output is redirected.
|
--profile |
The name of the profile that you
created to store information about an instance of Cloud Pak for Data and your credentials for the
instance.
|
--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
are not surrounded by quotation marks in
JSON output
mode.
|
--tools |
Specify a list of tools that are
associated with the project.
|