CLI: Consistent name/ID resolution #6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
StateStore::resolvefunction inmanager.rsallows resolving VMs by name or ID. However, some commands (likeexecorlogs) might still require IDs or behave inconsistently depending on whether a name or ID is provided.Proposed Changes: