2. Installing the Cobbler standalone CLI
Note
Before version 1.0 is released, expect information on this page to be a WIP.
Warning
The standalone Cobbler CLI will conflict with the bundled CLI of the Cobbler daemon with version 3.3.x and older.
2.1. RPM
Add the OBS Repository for your operating system
Enable and refresh the previously added repository
Install the binary package
cobbler-cli
2.2. DEB
Add the OBS Repository for your operating system
Enable and refresh the previously added repository
Install the binary package
cobbler-cli
2.3. Docker
docker run --rm ghcr.io/cobbler/cli:latest
podman run --rm ghcr.io/cobbler/cli:latest
2.4. Source
make build