Skip to content

Commit

Permalink
FEATURE: Added --user flag to VM-Creation and SSH command.
Browse files Browse the repository at this point in the history
- Updated VM creation: Includes user option, with default user if not specified.
- Updated SSH command: Includes user option, with default user if not specified.
- Refactored command handlers to accommodate more than 8 options using `InvocationContext`.
  • Loading branch information
mzwoelfer committed Jun 30, 2024
1 parent 1de7916 commit cf08170
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.1.0 - 2024-06-30
FEATURE: Added `--user` flag to VM-Creation and SSH command.

- Updated VM creation: Includes user option, with default user if not specified.
- Updated SSH command: Includes user option, with default user if not specified.
- Refactored command handlers to accommodate more than 8 options using `InvocationContext`.


## v0.0.5 - 2023-04-07

- ask to create bridge if virbr0 is not found or not ready
Expand Down

0 comments on commit cf08170

Please sign in to comment.