From a8c8283125260665f141503a10a832dcebd7fc9d Mon Sep 17 00:00:00 2001 From: Stavros Kolometsos Date: Tue, 2 Nov 2021 16:31:11 +0200 Subject: [PATCH] typo fix on pipeline commands --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 302ca37..018eee1 100644 --- a/README.rst +++ b/README.rst @@ -234,21 +234,21 @@ Examples of usage .. code-block:: console - $ evolved5g run_pipeline --mode build --repo REPOSITORY_NAME + $ evolved5g run-pipeline --mode build --repo REPOSITORY_NAME .. code-block:: console - $ evolved5g run_pipeline --mode deploy --repo REPOSITORY_NAME + $ evolved5g run-pipeline --mode deploy --repo REPOSITORY_NAME .. code-block:: console - $ evolved5g run_pipeline --mode destroy --repo REPOSITORY_NAME + $ evolved5g run-pipeline --mode destroy --repo REPOSITORY_NAME .. code-block:: console - $ evolved5g check_pipeline --id YOUR_ID + $ evolved5g check-pipeline --id YOUR_ID The pipelines build, deploy or destroy will return an **ID** which can be used with the command *check_pipeline* to see how the NetApp is performing.