]> git.proxmox.com Git - pve-docs.git/blob - gen-datacenter.cfg.5-opts.pl
generate wiki output file mappings automatically
[pve-docs.git] / gen-datacenter.cfg.5-opts.pl
1 #!/usr/bin/perl
2
3 use lib '.';
4 use strict;
5 use warnings;
6 use PVE::Cluster;
7 use PVE::RESTHandler;
8
9 my $schema = PVE::Cluster::get_datacenter_schema();
10
11 print PVE::RESTHandler::dump_properties($schema->{properties});