Add support for snapshots and interactive console#5
Add support for snapshots and interactive console#5Typhlos wants to merge 11 commits intoThalesGroup:mainfrom
Conversation
|
@Typhlos please provide more information about :
|
|
This pull request provides 4 new cli commands :
It opens an interactive console in the specified vm. It returns an error if the vm is not found.
Creates a snapshot with the specified name of the specified vm. It returns nothing on success and returns an error if the vm is not found.
Restores a snapshot with the specified name of the specified vm. It asks for confirmation. It returns nothing on success and returns an error if the vm or the snapshot is not found.
Lists all the available snapshots of the specified vm. It returns an error if the vm is not found. This PR also updates the documentation to add those cli commands. |
|
Implementation is good. @Typhlos the commits :
misses your signature. Proceedure :
|
It should be done |
Signed-off-by: Martin Spiering <martin.spiering@s3ns.io>
Signed-off-by: Martin Spiering <martin.spiering@thalesgroup.com> Signed-off-by: Martin Spiering <martin.spiering@s3ns.io>
Signed-off-by: Martin Spiering <martin.spiering@s3ns.io>
Signed-off-by: Martin Spiering <martin.spiering@s3ns.io>
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Martin Spiering <martin.spiering@s3ns.io>
Signed-off-by: Louis Cailliot <louis.cailliot@thalesgroup.com> Signed-off-by: Martin Spiering <martin.spiering@s3ns.io>
Signed-off-by: Louis Cailliot <louis.cailliot@thalesgroup.com> Signed-off-by: Martin Spiering <martin.spiering@s3ns.io>
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.5 to 1.10.13. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.10.5...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Martin Spiering <martin.spiering@s3ns.io>
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Martin Spiering <martin.spiering@s3ns.io>
These commits add support for: