Skip to main content

release

inctl asset release

Release an Asset to the catalog.

inctl asset release bundle.tar [flags]

Examples


Release an Asset to the catalog
$ inctl asset release abc/bundle.tar --version=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.
--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.
--dry_run (optional) Dry-run by validating but not performing any actions.
-h, --help help for release
--ignore_existing (optional) Ignore errors if the specified asset version already exists in the catalog.
--image_upload_parallelism int (optional) The number of image layers uploaded in parallel. (default 1)
--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.
--release_notes string (optional) Release notes for this version of the asset.
--version string (required) The asset version, in sem-ver format.

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