[lxc-devel] [lxd/master] scripts/bash: Refresh list of commands

stgraber on Github lxc-bot at linuxcontainers.org
Tue Nov 19 22:19:41 UTC 2019


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 370 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20191119/8838fd46/attachment.bin>
-------------- next part --------------
From d082fd4b2ffd426c10a405370e6bb137b8c50ab3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgraber at ubuntu.com>
Date: Tue, 19 Nov 2019 17:18:57 -0500
Subject: [PATCH] scripts/bash: Refresh list of commands
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #6474

Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 scripts/bash/lxd-client | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/scripts/bash/lxd-client b/scripts/bash/lxd-client
index 533be32db6..6365a6f4b1 100644
--- a/scripts/bash/lxd-client
+++ b/scripts/bash/lxd-client
@@ -60,8 +60,9 @@ _have lxc && {
       return 0
     fi
 
-    lxc_cmds="config copy delete exec file finger help image info init launch \
-      list manpage monitor move network profile project publish query remote rename \
+    lxc_cmds="alias cluster config console copy delete exec export file \
+      help image import info init launch list manpage monitor move network \
+      operation pause profile project publish query remote rename \
       restart restore shell snapshot start stop storage version"
 
     global_keys="backups.compression_algorithm,


More information about the lxc-devel mailing list