Skip to content

Releases: migtools/oadp-cli

v0.0.0-alpha

24 Jul 19:38
86623d6
Compare
Choose a tag to compare

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

  1. Download the appropriate binary for your platform
  2. Extract the archive
  3. Add the binary to your PATH
  4. 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.