]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/JSONSchema.pm
introcude new output format 'yaml'
[pve-common.git] / src / PVE / JSONSchema.pm
index c9a9b1e69c003c2e4f17ac28184e42d40fda4bbb..06c500f0554bd491735a6137bf3c22f4880b733e 100644 (file)
@@ -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',
 });