Skip to main content

get_released

inctl asset get_released

Get information about the specified Assets from the AssetCatalog.

inctl asset get_released id_version_1 id_version_2 ... [flags]

Examples

$ inctl asset get_released some.package.my_skill.0.0.1 some.package.my_other_skill.0.0.1

Options

      --api_key string           (optional) The API key to use for authentication.
--catalog_address string (optional) The address of the catalog service to use.
-h, --help help for get_released
--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.
--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_unavailable (optional) Skip assets that are not available. If true, then the reasons for unavailable assets will be included in the output.
--view string (optional) The view of the asset to return. Can be: [all all_metadata basic detail full unspecified versions]

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