Title here
Summary here
To install the OCM CLI you can download binaries for major platforms from the GitHub releases page.
You can also install via homebrew for macOS and Linux:
brew install open-component-model/tap/ocm
To install with bash for macOS or Linux execute the following command:
curl -s https://ocm.software/install.sh | sudo bash
Clone the open-component-model/ocm repo:
git clone https://github.com/open-component-model/ocmEnter the repository directory (cd ocm/) and install the cli using make:
make installPlease note that the OCM CLI is installed in your
go/bindirectory, so you might need to add this directory to yourPATH.
Verify the installation:
ocm version