Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

get value of certain property of showvminfo command #72

Open
acherkashin opened this issue May 18, 2020 · 2 comments
Open

get value of certain property of showvminfo command #72

acherkashin opened this issue May 18, 2020 · 2 comments
Labels
Feature Request needs: changes pinned Issues that should not be marked stale.
Milestone

Comments

@acherkashin
Copy link

Guys, thank you for your work.
I'm working on VirtualBox extension for VSCode and I want to show OS name next to VM name like on SS below.

image

But instead of just "windows" I want to show "Windows 10 (64-bit)",
instead of "mac" - "Mac OS X (64-bit)"

For this purpose, I need method to perform this command and get all properties as object.

VBoxManage.exe showvminfo -machinereadable "Mac OS machine"

I mean next structure should be converted to next JS object

name="Mac OS machine"
groups="/"
ostype="Mac OS X (64-bit)"
...
{
    name: "Mac OS machine",
    groups: "/",
    ostype: "Mac OS X (64-bit)",
    ...
}

I would appreciate if somebody take care about it.

@colonelpopcorn
Copy link
Member

This would require a breaking API change. We're going to gradually introduce features like this once we can get a good release cadence going.

@stale
Copy link

stale bot commented Nov 7, 2020

This issue has been automatically marked as stale because it has not received any attention in 90 days. It will be closed in 14 days if no further activity occurs. Thank you for your contribution! (I'm a bot.)

@stale stale bot added the stale label Nov 7, 2020
@colonelpopcorn colonelpopcorn added the pinned Issues that should not be marked stale. label Nov 17, 2020
@stale stale bot removed the stale label Nov 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request needs: changes pinned Issues that should not be marked stale.
Projects
None yet
Development

No branches or pull requests

2 participants