From b970b0236dc4f8919f8970c3aed306fd19859ce5 Mon Sep 17 00:00:00 2001 From: Erik Skultety Date: Thu, 18 May 2023 15:24:41 +0200 Subject: commandline: Expose another install strategy choice - 'template' Enable usage of user provided base image templates on the CLI. Signed-off-by: Erik Skultety --- lcitool/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcitool/commandline.py b/lcitool/commandline.py index 0b774ed..ee12102 100644 --- a/lcitool/commandline.py +++ b/lcitool/commandline.py @@ -108,7 +108,7 @@ class CommandLine: installstrategyopt = argparse.ArgumentParser(add_help=False) installstrategyopt.add_argument( "--strategy", - choices=["url", "cloud"], + choices=["url", "cloud", "template"], default="url", help="where to install from (URL tree, latest cloud image)" ) -- cgit v1.1