Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ca #377

Merged
merged 11 commits into from
Jan 8, 2025
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ components:
path: ./podinfo
# remote image resource
- name: image
type: ociArtifact
type: ociImage
version: 1.0.0
access:
type: ociArtifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ ocm transfer componentversion --recursive --copy-resources ghcr.io/open-componen
2 versions transferred
```

The OCM CLI's `transfer` command can be used to transfer component versions, component archives, transport archives, and artifacts. See `ocm transfer -h` for more information.
The OCM CLI's `transfer` command can be used to transfer component versions, CTF archives, and artifacts. See `ocm transfer -h` for more information.

More examples on the transport archive and the common transfer format (CTF) can be found in the [ocm-spec](https://github.com/open-component-model/ocm-spec/blob/main/doc/04-extensions/03-storage-backends/ctf.md).
Loading
Loading