-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat(cli): add --json output for list and status commands #753
Copy link
Copy link
Closed
Labels
Getting StartedUse this label to identify setup, installation, or onboarding issues.Use this label to identify setup, installation, or onboarding issues.NemoClaw CLIUse this label to identify issues with the NemoClaw command-line interface (CLI).Use this label to identify issues with the NemoClaw command-line interface (CLI).Platform: DGX SparkSupport for DGX SparkSupport for DGX SparkbugSomething isn't workingSomething isn't workingpriority: highImportant issue that should be resolved in the next releaseImportant issue that should be resolved in the next release
Metadata
Metadata
Assignees
Labels
Getting StartedUse this label to identify setup, installation, or onboarding issues.Use this label to identify setup, installation, or onboarding issues.NemoClaw CLIUse this label to identify issues with the NemoClaw command-line interface (CLI).Use this label to identify issues with the NemoClaw command-line interface (CLI).Platform: DGX SparkSupport for DGX SparkSupport for DGX SparkbugSomething isn't workingSomething isn't workingpriority: highImportant issue that should be resolved in the next releaseImportant issue that should be resolved in the next release
Problem
Operational commands only emit human-formatted output. That makes automation, scripting, and debugging harder than necessary.
Scope
Add
--jsonoutput to:nemoclaw listnemoclaw statusnemoclaw <name> statusnemoclaw <name> policy-listAcceptance Criteria
--jsonContext
This came out of a CLI review against https://clig.dev/. Structured output is the clearest machine-friendliness gap in the current CLI.