README: Add validate and gather examples - #495
Conversation
Signed-off-by: Morax <james20081204@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📜 Recent review details🧰 Additional context used🧠 Learnings (2)📚 Learning: 2026-05-17T21:55:49.135ZApplied to files:
📚 Learning: 2026-05-17T21:55:51.068ZApplied to files:
🔇 Additional comments (3)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe README replaces the disaster recovery test example with cluster and application validation examples. It adds sample command output, validation results, report names, and a link to validation documentation. ChangesValidation examples
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Fixes #362
Validation
go test ./...with Go 1.26.5go run ./cmd/ramenctl.go validate clusters --helpgo run ./cmd/ramenctl.go validate application --helpgit ls-files -z '*.md' | xargs -0 mdformat --checkcodespell --skip="go.sum"git diff --check