update-collection¶
- subtitle
Update a collection’s details.
- version
0.9.137
Description¶
Updates a collection’s metadata.
Synopsis¶
update-collection
--catalog-collection-crn <value>
[--name <value>]
[--description <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--catalog-collection-crn
(string)
The catalog collection CRN.
--name
(string)
The new name of the collection.
--description
(string)
The new description of the collection.
--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¶
catalogCollection -> (object)
A catalog collection.
crn -> (string)
The catalog collection CRN.
name -> (string)
The name of the catalog collection.
description -> (string)
The description of the catalog collection.
flowSummaries -> (array)
The summaries of flows in the catalog collection.
item -> (object)
A summarized version of a flow, mostly useful in listing flows
crn -> (string)
The artifact CRN
name -> (string)
The artifact name.
versionCount -> (integer)
The number of versions uploaded to the catalog.
artifactType -> (string)
The type of artifact
modifiedTimestamp -> (integer)
The modified timestamp.
collectionName -> (string)
The collection name.
collectionCrn -> (string)
The collection CRN.
flowCount -> (integer)
The number of flow summaries in the catalog collection.
Form Factors¶
public