melato / lxops

Apache License 2.0
8 stars 0 forks source link

use instance/snapshot format to publish images #26

Open melato opened 5 months ago

melato commented 5 months ago

lxops publish and lxops instance publish use two arguments to specify the image and the snapshot. Change it to use the same convention as incus: A single argument with two parts separated by slash: {instance}/{snapshot}.

melato commented 5 months ago

Changed it in "lxops publish". Did not change it in "lxops instance publish", for backward compatibility.