Skip to content

v0.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Jul 19:28
· 34 commits to oadp-dev since this release
34b10f2

OADP CLI v0.0.2

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.2/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.