]> git.proxmox.com Git - pve-docs.git/blobdiff - gen-qm.conf.5-opts.pl
rename vm.conf to qm.conf
[pve-docs.git] / gen-qm.conf.5-opts.pl
diff --git a/gen-qm.conf.5-opts.pl b/gen-qm.conf.5-opts.pl
new file mode 100755 (executable)
index 0000000..cb62d13
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/perl
+
+use lib '.';
+use strict;
+use warnings;
+use PVE::RESTHandler;
+use PVE::QemuServer;
+
+my $prop = PVE::QemuServer::json_config_properties();
+
+print PVE::RESTHandler::dump_properties($prop);