Skip to content

Commit

Permalink
typo fix on pipeline commands
Browse files Browse the repository at this point in the history
  • Loading branch information
stkolome authored Nov 2, 2021
1 parent 21c81e8 commit a8c8283
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a8c8283

Please sign in to comment.