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

Add CLI (init) #647

Closed
wants to merge 1 commit into from
Closed

Conversation

jichenjc
Copy link
Collaborator

Signed-off-by: jichenjc jichenjc@cn.ibm.com

@jichenjc
Copy link
Collaborator Author

output looks like this

[root@group-compute ~]# ./m.py image_query

Querying image ...
Image Result are:

[
    {
        "comments": null,
        "disk_size_units": "10016:CYL",
        "image_size_in_bytes": "880933669",
        "imagename": "b2055dd9-d96a-43dd-ad56-f111348a2b8f",
        "imageosdistro": "rhel8.5",
        "last_access_time": 1657622061.7357059,
        "md5sum": "d3adb5ad58c2eab0bb95ab3e26af5bc8",
        "type": "rootonly"
    },
    {
        "comments": null,
        "disk_size_units": "10016:CYL",
        "image_size_in_bytes": "690334485",
        "imagename": "148f2736-5f73-44da-985b-dd36bf99509a",
        "imageosdistro": "sles15",
        "last_access_time": 1657446496.9363496,
        "md5sum": "dedec5a2e5353a4f72e96f3ef66bbf3d",
        "type": "rootonly"
    }
]

@Bischoff
Copy link
Contributor

I had the same idea 😸

Another approach could be with a ncurses text interface. You would have a screen divided between guests, vswitches, disks, images, etc. then you could select one of them, and apply whichever operation on it (details, delete, etc.)

Just funny ideas 😄 .

@jichenjc
Copy link
Collaborator Author

I might need rebase this ... but glad you have same idea on this :)

Signed-off-by: jichenjc <jichenjc@cn.ibm.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.

None yet

2 participants