The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxd/pull/6475
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Closes #6474 Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From d082fd4b2ffd426c10a405370e6bb137b8c50ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@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 <stgra...@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,
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel