environment update
Update a specific environment.
Syntax
cpd-cli environment update \
[--authorization-variables=<environment-authorization-variables>] \
[--compute-specification=<environment-compute-specification>] \
[--context=<catalog-project-or-space-id>] \
[--cpd-config=<cpd-config-location>] \
[--cpd-scope=<cpd-config-location>] \
[--description=<environment-description>] \
[--display-name=<environment-display-name>] \
--environment-id=<environment-guid> \
[--environment-variables=<environment-variables>] \
[--hardware-specification=<hardware-sub-specification-pointer>] \
[--jmes-query=<jmespath-query>] \
[--location=<environment-runtime-location>] \
--name=<environment-name> \
[--output=json|yaml|table] \
[--output-file=<output-file-location>] \
--profile=<cpd-configuration-profile-name> \
[--project-id=<cpd-project-id>] \
[--quiet] \
[--raw-output=true|false] \
[--runtime-idle-time=<runtime-idle-timeout-value>] \
[--software-specification=<software-sub-specification>] \
[--space-id=<space-identifier>] \
[--tools-specification=<environment-tools-specification>] \
[--verbose]
Arguments
The environment update
command has
no arguments.
Options
Option | Description |
---|---|
--authorization-variables |
Specify the environment authorization variables.
|
--compute-specification |
Specify the environment compute specification.
|
--context |
Specify the configuration context
name.
|
--cpd-config |
The Cloud Pak for Data
configuration location (for example, $HOME/.cpd-cli/config).
|
--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 an environment description.
|
--display-name |
Specify the environment display name.
|
--environment-id |
Specify the environment GUID.
|
--environment-variables |
Specify environment variables for the specified environment.
|
--hardware-specification |
Provide a pointer to a sub-specification that was defined elsewhere.
|
|
Display command
help.
|
--jmes-query |
The Lucene
query.
|
--location |
Specify the environment runtime location.
|
--name |
Specify the environment name.
|
--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.
|
--quiet |
Suppress verbose messages.
|
--raw-output |
When set to true, single values in
JSON output mode are not surrounded by quotes.
|
--runtime-idle-time |
Specify the runtime idle timeout value.
|
--software-specification |
Specify a sub-software specification that was defined elsewhere.
|
--space-id |
Specify a space identifier.
|
--tools-specification |
Specify the environment's tools specification.
|
--verbose |
Logs include more detailed
messages.
|