update_release_metadata
inctl asset update_release_metadata
Update the release metadata of the specified asset id_version.
inctl asset update_release_metadata id_version [flags]
Examples
$ inctl asset update_release_metadata some.package.my_skill.0.0.1 --org_private=false
Options
--api_key string (optional) The API key to use for authentication.
--catalog_address string (optional) The address of the catalog service to use.
--default (optional) Whether this asset version should be tagged as the default.
Setting a version as default will unset the default status from any other version of this asset.
An asset must have a default version for it to be appear when browsing the catalog.
-h, --help help for update_release_metadata
--org string The Intrinsic organization to use. You can set the environment variable
INTRINSIC_ORG=organization to set a default organization.
Can be defined via the INTRINSIC_ORG environment variable.
--org_private (optional) Whether this asset version should be private to the organization that owns it.
Setting this to true will override all other permissions and will make this version of the asset
visible to only the members of the organization that owns the asset
--project string The Google Cloud Project (GCP) project to use for the catalog. You can set the environment
variable INTRINSIC_PROJECT=project_name to set a default project name.
Can be defined via the INTRINSIC_PROJECT environment variable.
--skip_prompts (optional) True to skip user prompts.
Options inherited from parent commands
-o, --output string (optional) Output format. One of: (json, ndjson)
--print-trace Print the trace identifier when exiting.
SEE ALSO
- inctl asset - Manage assets.