fix: Align nicocli command names and prompts with the API#2353
fix: Align nicocli command names and prompts with the API#2353kfelternv wants to merge 3 commits into
Conversation
Signed-off-by: Kyle Felter <kfelter@nvidia.com>
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
Summary by CodeRabbit
WalkthroughThis PR introduces two independent enhancements to the CLI infrastructure. First, it refactors operation-to-action mapping to treat singleton resources (e.g., ChangesCLI and TUI command enhancements
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
🔐 TruffleHog Secret Scan✅ No secrets or credentials found! Your code has been scanned for 700+ types of secrets and credentials. All clear! 🎉 🕐 Last updated: 2026-06-10 04:41:04 UTC | Commit: ca24f41 |
|
@coderabbitai review this pr |
🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Fetch the PR diff
gh pr diff 2353 --repo NVIDIA/infra-controllerLength of output: 14968 🏁 Script executed: #!/bin/bash
# Read the changed files
cat rest-api/cli/pkg/commands.go
echo "---FILE_BOUNDARY---"
cat rest-api/cli/pkg/commands_test.go
echo "---FILE_BOUNDARY---"
cat rest-api/cli/tui/commands.go
echo "---FILE_BOUNDARY---"
cat rest-api/cli/tui/commands_test.goLength of output: 251680
Review SummaryThe core logic change in
|
🔍 Container Scan Summary
Per-CVE detail lives in the per-service |
Signed-off-by: Kyle Felter <kfelter@nvidia.com>
|
@coderabbitai review |
✅ Action performedReview finished.
|
Renames the following commands to better match the REST api spec.