From 81f15e39c42a2d86d590bbf1622bbd32434ad584 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 12 Oct 2017 19:30:55 +0530 Subject: Optimize version option output Issue-Id: CLI-66 Change-Id: Ia64adb3e32de0dafc124ce1dbaf0204b43e9ffaf Signed-off-by: Kanagaraj Manickam k00365106 --- framework/src/main/resources/version.info | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 framework/src/main/resources/version.info (limited to 'framework/src/main/resources') diff --git a/framework/src/main/resources/version.info b/framework/src/main/resources/version.info new file mode 100644 index 00000000..34f4d969 --- /dev/null +++ b/framework/src/main/resources/version.info @@ -0,0 +1,7 @@ +CLI version : __VERSION__ +Available products: __AVAILABLE_PRODUCT_VERSIONS__ +Enabled product : __ENABLED_PRODUCT_VERSIONS__ + +To enable a product , use one of following methods: +1. In scripting mode, Set environment variable OPEN_CLI_PRODUCT_IN_USE +2. In interactive mode, set the directive 'use ' -- cgit 1.2.3-korg