melato / lxops

Apache License 2.0
8 stars 0 forks source link

lxops delete does not delete profile if instance does not exist #22

Closed melato closed 9 months ago

melato commented 9 months ago

lxops delete -name A ... should delete instance A and profile A.lxops (or whatever suffix is configured). But if instance A is already deleted (manually), then A.lxops is not deleted.

lxops delete should try to delete everything that should be deleted, even if some things are already deleted.

melato commented 9 months ago

Done. Also print whether lxops deleted the instance and profile, or if it encountered an error.