From 39e5438f498b61c40e477e728f2928fee5b69d51 Mon Sep 17 00:00:00 2001 From: lautou Date: Thu, 22 Mar 2018 11:20:32 +0100 Subject: [PATCH] Pre-built CLI directory layout update --- cloudslang/cloudslang_cli.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cloudslang/cloudslang_cli.rst b/cloudslang/cloudslang_cli.rst index 3b2a387..86be03c 100644 --- a/cloudslang/cloudslang_cli.rst +++ b/cloudslang/cloudslang_cli.rst @@ -12,10 +12,10 @@ higher is required. 1. `Download `__ the CLI with content zip file. 2. Locate the downloaded file and unzip the archive. - The decompressed file contains: + The decompressed file contains a **cslang-cli** folder containing itself : - - A folder named **cslang-cli** with the CLI tool and its necessary - dependencies. + - A folder named **bin** with the CLI tool binary. + - A folder named **lib** with CLI's necessary dependencies. - A folder named **content** with ready-made CloudSlang flows and operations. - A folder named **python-lib**. @@ -24,7 +24,7 @@ higher is required. 4. Run the executable: - For Windows : ``cslang.bat``. - - For Linux : ``bash cslang``. + - For Linux : ``bash cslang`` or ``./cslang``. Download, Build and Run CLI ===========================