Releases: migtools/oadp-cli
Releases · migtools/oadp-cli
v0.0.0-alpha
OADP CLI v0.0.0-alpha
Cross-platform kubectl plugin for managing OpenShift API for Data Protection (OADP) backup and restore operations.
Installation
Via krew (recommended)
kubectl krew install oadp
Via krew manifest (for testing or custom indexes)
curl -LO https://github.com/migtools/oadp-cli/releases/download/v0.0.0-alpha/oadp.yaml
kubectl krew install --manifest=oadp.yaml
Manual installation
- Download the appropriate binary for your platform
- Extract the archive
- Add the binary to your PATH
- Verify installation:
kubectl oadp --help
Supported Platforms
- Linux (amd64, arm64, ppc64le, s390x)
- macOS (amd64, arm64)
- Windows (amd64, arm64)
Files Included
- Binary archives: Platform-specific kubectl-oadp binaries with LICENSE
- checksums.txt: SHA256 checksums for all binaries
- oadp.yaml: Final krew plugin manifest with populated SHA256 values (ready for krew index)
For Krew Index Maintainers
The oadp.yaml
file contains the complete krew plugin manifest with all SHA256 checksums populated and can be used directly for krew index submissions.