From c3d644c990b8984ba9d5db15de2478bf1018bfb0 Mon Sep 17 00:00:00 2001 From: Evgeny Konstantinov Date: Thu, 20 Apr 2017 12:13:52 +0300 Subject: [PATCH] Add the plugin install/remove commands to docs Closes-Bug: #1683656 Change-Id: I7a5ecc663bafbc3515c56192e361640ce517c055 --- userdocs/fuel-user-guide/cli/cli_comparison_matrix.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/userdocs/fuel-user-guide/cli/cli_comparison_matrix.rst b/userdocs/fuel-user-guide/cli/cli_comparison_matrix.rst index a6ce5084c..2fc00f83a 100644 --- a/userdocs/fuel-user-guide/cli/cli_comparison_matrix.rst +++ b/userdocs/fuel-user-guide/cli/cli_comparison_matrix.rst @@ -90,7 +90,9 @@ new ``fuel2`` commands and their alternatives in the ``fuel`` CLI. ``fuel2 openstack-config execute``, Execute an OpenStack configuration deployment, ``fuel openstack-config --execute`` ``fuel2 openstack-config list``, List all OpenStack configurations, ``fuel openstack-config --list`` ``fuel2 openstack-config upload``, Upload a new OpenStack configuration from file, ``fuel openstack-config --upload`` + ``fuel2 plugins install``, Install a plugin. Provide an installation path after the ``install`` parameter, None ``fuel2 plugins list``, Show a list of all available plugins, ``fuel plugins --list`` + ``fuel2 plugins remove``, Remove a plugin. Provide a plugin name and version after the ``remove`` parameter, None ``fuel2 plugins sync``, Synchronize plugins on a file system with plugins in the API service, ``fuel plugins --sync`` ``fuel2 release component list``, Show a list of components for a given release, None ``fuel2 release list``, Show a list of all available releases, ``fuel release``