update-project

subtitle

Updates a Project.

version

0.9.111

Description

Updates a Project

Synopsis

  update-project
--project-crn <value>
--project-revision <value>
[--project-name <value>]
[--project-description <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--project-crn (string)

The Project CRN.

--project-revision (integer)

The Project revision

--project-name (string)

The new Project name.

--project-description (string)

The new Project description.

--cli-input-json (string)

Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.

--generate-cli-skeleton (boolean)

Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for --cli-input-json.

Output

project -> (object)

A Project

crn -> (string)

The Project CRN.

name -> (string)

The Project name.

service -> (object)

Metadata about a service

crn -> (string)

The crn of the service

name -> (string)

the name of the environment

cloudProvider -> (string)

the cloud provider

region -> (string)

the region within the cloud provider

environmentCrn -> (string)

The CDP Environment CRN

created -> (integer)

The created timestamp.

updated -> (integer)

The last updated timestamp.

revision -> (integer)

The Project revision

description -> (string)

The Project description.

deleting -> (boolean)

Whether or not the project is currently deleting

Form Factors

public