fix(cli): use correct openshell logs subcommand#267
fix(cli): use correct openshell logs subcommand#267mihai-chiorean wants to merge 1 commit intoNVIDIA:mainfrom
Conversation
|
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)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughReplaces the OpenShell subcommand used for sandbox logs from Changes
Estimated Code Review Effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 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)
📝 Coding Plan
Comment |
openshell does not have a 'sandbox logs' subcommand. The correct command is 'openshell logs <name>'. Also fixes the follow flag from --follow to --tail to match openshell's interface.
0bee465 to
79e3fc7
Compare
|
Closing as duplicate — upstream merged the identical fix in 8b924dd. |
Summary
nemoclaw <name> logscallsopenshell sandbox logswhich doesn't exist as a subcommandopenshell logs <name>(top-level, not undersandbox)--followto--tailto match openshell's interfaceFixes #253
Summary by CodeRabbit