[UG] [CLI] Add new fuel2 commands

This patch adds the following commands and their
description to the Fuel commands table:

fuel2 graph delete
fuel2 health list
fuel2 health start
fuel2 health stop
fuel2 health restart
fuel2 health status list
fuel2 health status show

Change-Id: I674d57243d8b7cdff6da26cc50b2ed837f129639
Closes-Bug: #1628621
Partial-Bug: #1633773
This commit is contained in:
Olena Logvinova 2016-11-10 14:55:26 +02:00
parent 54c259fc60
commit 772aca643b
1 changed files with 7 additions and 0 deletions

View File

@ -48,10 +48,17 @@ new ``fuel2`` commands and their alternatives in the ``fuel`` CLI.
``fuel2 env stop-deployment``, Stop deployment process for a specific environment, ``fuel stop``
``fuel2 env update``, Change given attributes for an environment, ``fuel env --set``
``fuel2 fuel-version``, Show the current version of Fuel, ``fuel --fuel-version``
``fuel2 graph delete``, Delete a deployment graph, None
``fuel2 graph download``, Download a deployment graph configuration, ``fuel env --deployment-tasks --download``
``fuel2 graph execute``, Start a deployment with a given graph type, None
``fuel2 graph list``, List deployment graphs, None
``fuel2 graph upload``, Upload a deployment graph configuration, ``fuel env --deployment-tasks --upload``
``fuel2 health list``, List all available test sets for a given environment, ``fuel health --list``
``fuel2 health restart``, Restart a test set with a given ID, None
``fuel2 health start``, Run specified test sets for a given environment, ``fuel health --check``
``fuel2 health status list``, Show a list of statuses of all test sets that have ever been executed, None
``fuel2 health status show``, Show status of a test set with a given ID, None
``fuel2 health stop``, Stop executing a test set with a given ID, None
``fuel2 network-group create``, Create a new network group, ``fuel network-group --create``
``fuel2 network-group delete``, Delete a specified network group, ``fuel network-group --delete``
``fuel2 network-group list``, List all network groups, ``fuel network-group``