]> git.proxmox.com Git - pve-manager.git/blob - bin/pvesh
update shipped appliance info index
[pve-manager.git] / bin / pvesh
1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use PVE::CLI::pvesh;
7
8 PVE::CLI::pvesh->run_cli_handler();