You can install the Chainloop CLI using one of the following methods:

curl -sfL https://dl.chainloop.dev/cli/install.sh | bash -s

On-Premises CLI Configuration (if applicable)

If you are running your own instance of Chainloop Platform. You must change the default endpoints’ values pointing by using the following command:

chainloop config save \
  --control-plane my-controlplane.acme.com \
  --artifact-cas cas.acme.com