Skip to content

[NeMoClaw][Linux]  nemoclaw \<name\> logs fails: openshell 0.0.4 has no logs subcommand #990

@zNeill

Description

@zNeill

Description

Test Plan 2- https://docs.google.com/document/d/1KkbgO4KClboR6XB52ztkOyeUsUgWTzWXwsVWM4PuCSA/edit?tab=t.0
4.5

Description

1. Issue summary

nemoclaw logs fails because it calls openshell sandbox logs, which does not exist in openshell 0.0.4.

2. Detailed description

What were you trying to do?

View sandbox logs: nemoclaw my-assistant logs
What happened instead?

error: unrecognized subcommand 'logs'
Usage: openshell sandbox [OPTIONS] [COMMAND]
Command failed (exit 2): openshell sandbox logs my-assistant
Steps to reproduce:
    npm install -g . from repo root.
    Have a provisioned sandbox (my-assistant).
    Run nemoclaw my-assistant logs.
Environment: openshell 0.0.4, nemoclaw 0.1.0, Node.js v22.16.0, Ubuntu.

Root cause:
sandboxLogs() in bin/nemoclaw.js (line 258–261) calls openshell sandbox logs . openshell 0.0.4 does not have a logs subcommand. Available subcommands: create, get, list, delete, connect, upload, download, ssh-config.
Log :

pruprakash@700d01b-lcedt:~/Documents/pruprakash/openshell-openclaw-plugin$ nemoclaw list

  Sandboxes:
    my-assistant *
      model: unknown  provider: unknown  GPU  policies: none

  * = default sandbox

pruprakash@700d01b-lcedt:~/Documents/pruprakash/openshell-openclaw-plugin$ nemoclaw my-assistant logs
error: unrecognized subcommand 'logs'

Usage: openshell sandbox [OPTIONS] [COMMAND]

For more information, try '--help'.
  Command failed (exit 2): openshell sandbox logs my-assistant
pruprakash@700d01b-lcedt:~/Documents/pruprakash/openshell-openclaw-plugin$

Steps to reproduce

No steps provided.


[NVB# 5982880]

Metadata

Metadata

Assignees

Labels

NV QABugs found by the NVIDIA QA Team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions