X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=PVE%2FAPIClient%2FJSONSchema.pm;h=f05d7f159975c22ac8f3f8d74bb3d7be439d69ff;hp=a7942f72b86a34dd8d81a69dc4275d14f62e1136;hb=74ad9c37644bcf79d0687e8a36ff37ec29c10206;hpb=4aba8d31fe4441125c4af295e67534797bb27bfb diff --git a/PVE/APIClient/JSONSchema.pm b/PVE/APIClient/JSONSchema.pm index a7942f7..f05d7f1 100644 --- a/PVE/APIClient/JSONSchema.pm +++ b/PVE/APIClient/JSONSchema.pm @@ -108,7 +108,7 @@ register_standard_option('fingerprint-sha256', { register_standard_option('pve-output-format', { type => 'string', description => 'Output format.', - enum => [ 'text', 'json', 'json-pretty' ], + enum => [ 'text', 'json', 'json-pretty', 'yaml' ], optional => 1, default => 'text', });