CLI: Consistent name/ID resolution #6

Open
opened 2026-02-11 19:21:08 +00:00 by thabeta · 0 comments
Owner

The StateStore::resolve function in manager.rs allows resolving VMs by name or ID. However, some commands (like exec or logs) might still require IDs or behave inconsistently depending on whether a name or ID is provided.

Proposed Changes:

  1. Standardize name/ID resolution across all CLI commands.
  2. Add tab-completion for VM names/IDs in the shell.
The `StateStore::resolve` function in `manager.rs` allows resolving VMs by name or ID. However, some commands (like `exec` or `logs`) might still require IDs or behave inconsistently depending on whether a name or ID is provided. **Proposed Changes:** 1. Standardize name/ID resolution across all CLI commands. 2. Add tab-completion for VM names/IDs in the shell.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
geomind_code/my_hypervisor#6
No description provided.