ocm execute action [<options>] <action spec> {<cred>=<value>}
-h, --help help for action
-m, --matcher string matcher type override
-n, --name string action name (overrides type in specification)
-o, --output string output mode (json, yaml) (default "json")
Execute an action extension for a given action specification. The specification should be a JSON or YAML argument.
Additional properties settings can be used to describe a consumer id to retrieve credentials for.
The following actions are supported:
-
Name: oci.repository.prepare Prepare the usage of a repository in an OCI registry.
The hostname of the target repository is used as selector. The action should assure, that the requested repository is available on the target OCI registry.
Spec version v1 uses the following specification fields:
hostname
string: The hostname of the OCI registry.repository
string: The OCI repository name.
Possible Consumer Attributes:
hostname
port
pathprefix
$ ocm execute action '{ "type": "oci.repository.prepare/v1", "hostname": "...", "repository": "..."}'
- ocm execute — Execute an element.
- ocm — Open Component Model command line client