Skip to content

Properly purge workspaces and clean up metadata.

Christian Dreher requested to merge fix/proper-purge into main

Fixes #128 (closed)

Adds e2e tests to employ this purging behavior.

Examples:

Workspace to delete: test

axii w purge test without active workspace image
axii w purge test --yes without active workspace image
axii w purge with workspace test active image
axii w purge test with another workspace active image
axii w purge without active workspace image
axii w purge test without test existing image
Edited by Christian Dreher

Merge request reports