Skip to content

admin-cli: implement machine hardware-info show#2329

Open
tmcroberts97 wants to merge 2 commits into
NVIDIA:mainfrom
tmcroberts97:fix/hw-info-show
Open

admin-cli: implement machine hardware-info show#2329
tmcroberts97 wants to merge 2 commits into
NVIDIA:mainfrom
tmcroberts97:fix/hw-info-show

Conversation

@tmcroberts97

Copy link
Copy Markdown
Contributor

This subcommand was previously left unimplemented.

Description

Type of Change

  • Add - New feature or capability
  • Change - Changes in existing functionality
  • Fix - Bug fixes
  • Remove - Removed features or deprecated functionality
  • Internal - Internal changes (refactoring, tests, docs, etc.)

Related Issues (Optional)

Breaking Changes

  • This PR contains breaking changes

Testing

  • Unit tests added/updated
  • Integration tests added/updated
  • Manual testing performed
  • No testing required (docs, internal refactor, etc.)

Additional Notes

@tmcroberts97 tmcroberts97 requested a review from a team as a code owner June 9, 2026 12:57
@coderabbitai

coderabbitai Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: a4ab180f-f906-4ade-914c-64e1bb63cc41

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

serde_json::to_string_pretty(&discovery_info)?
)?;
}
OutputFormat::AsciiTable | OutputFormat::Yaml => {

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AsciiTable should probably return an actual table or not implemented

This subcommand was previously left unimplemented.

Signed-off-by: Thomas McRoberts <tmcroberts@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants