We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bd0713 + fca43ed commit 8bb8f20Copy full SHA for 8bb8f20
1 file changed
cloudscale_cli/commands/custom_image.py
@@ -80,7 +80,7 @@ def cmd_show(cloudscale, uuid):
80
)
81
@click.option("--zone", "zones", multiple=True, required=True)
82
@click.option(
83
- "--source-format", type=click.Choice(["raw"]), default="raw", show_default=True
+ "--source-format", type=click.Choice(["raw", "qcow2"]), default="raw", show_default=True
84
85
@click.option("--tag", "tags", multiple=True)
86
@click.option("--wait", is_flag=True)
0 commit comments