]> git.proxmox.com Git - pve-client.git/blobdiff - pveclient
Add spice command
[pve-client.git] / pveclient
index 4abe7b73a6a2b4020df28c58dc2bed617d222bcc..01cb74b6e575dcab861322ef3ea9349a1dbf2aa8 100755 (executable)
--- a/pveclient
+++ b/pveclient
@@ -161,7 +161,8 @@ our $cmddef = {
     list => $PVE::APIClient::Commands::list::cmddef,
     lxc => $PVE::APIClient::Commands::lxc::cmddef,
     remote => $PVE::APIClient::Commands::remote::cmddef,
-    
+
+    spice => [ 'PVE::APIClient::Commands::GuestStatus', 'spice', ['remote', 'vmid']],
     start => [ 'PVE::APIClient::Commands::GuestStatus', 'start', ['remote', 'vmid']],
     stop => [ 'PVE::APIClient::Commands::GuestStatus', 'stop', ['remote', 'vmid']],