fix: use openshell logs instead of nonexistent sandbox logs (#424)#436
Conversation
`openshell sandbox logs` does not exist; the correct command is the `openshell logs`. Also fixes the follow flag from --follow to --tail to match the openshell CLI. Signed-off-by: Paritosh Dixit <paritoshd@nvidia.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughUpdated the sandbox log subcommand in the CLI tool to use Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Comment Tip CodeRabbit can use oxc to improve the quality of JavaScript and TypeScript code reviews.Add a configuration file to your project to customize how CodeRabbit runs oxc. |
ericksoa
left a comment
There was a problem hiding this comment.
Tested thoroughly — 14/14 tests pass. Correct use of openshell logs command. Clean and minimal fix.
…) (NVIDIA#436) `openshell sandbox logs` does not exist; the correct command is the `openshell logs`. Also fixes the follow flag from --follow to --tail to match the openshell CLI. Signed-off-by: Paritosh Dixit <paritoshd@nvidia.com>
…) (NVIDIA#436) `openshell sandbox logs` does not exist; the correct command is the `openshell logs`. Also fixes the follow flag from --follow to --tail to match the openshell CLI. Signed-off-by: Paritosh Dixit <paritoshd@nvidia.com>
openshell sandbox logsdoes not exist; the correct command is theopenshell logs. Also fixes the follow flag from --follow to --tail to match the openshell CLI.Summary by CodeRabbit
--followflag behavior remains unchanged.