]> git.proxmox.com Git - pve-client.git/blobdiff - pveclient
Add start command
[pve-client.git] / pveclient
index 70db84a1b7b6bfd4fa5fd322c2009552b4d88bfa..8ef37a94b467ff7aae1601bf10a69cec3460c0f2 100755 (executable)
--- a/pveclient
+++ b/pveclient
@@ -19,6 +19,7 @@ use PVE::APIClient::Commands::remote;
 use PVE::APIClient::Commands::list;
 use PVE::APIClient::Commands::lxc;
 use PVE::APIClient::Commands::help;
+use PVE::APIClient::Commands::start;
 
 use JSON;
 
@@ -161,6 +162,8 @@ our $cmddef = {
     list => $PVE::APIClient::Commands::list::cmddef,
     lxc => $PVE::APIClient::Commands::lxc::cmddef,
     remote => $PVE::APIClient::Commands::remote::cmddef,
+    
+    start => $PVE::APIClient::Commands::start::cmddef,
 
     api => {
        get => [ __PACKAGE__, 'pveclient_get', ['remote', 'api_path']],