You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Fedor Malchikov (Jira)" <ji...@apache.org> on 2020/12/28 17:40:00 UTC

[jira] [Created] (IGNITE-13924) The help does not contain a description of the required parameters.

Fedor Malchikov  created IGNITE-13924:
-----------------------------------------

             Summary: The help does not contain a description of the required parameters.
                 Key: IGNITE-13924
                 URL: https://issues.apache.org/jira/browse/IGNITE-13924
             Project: Ignite
          Issue Type: Bug
            Reporter: Fedor Malchikov 


{code:java}
Type ignite <COMMAND> --help to get help for any command.+----------------+----------------------------------------------------------------------+
| COMMANDS                                                                              |
+----------------+----------------------------------------------------------------------+
| init           | Installs Ignite core modules locally.                                |
+----------------+----------------------------------------------------------------------+
| module list    | Shows the list of Ignite modules and Maven dependencies.             |
+----------------+----------------------------------------------------------------------+
| module add     | Adds an optional Ignite module or an additional Maven dependency.    |
+----------------+----------------------------------------------------------------------+
| module remove  | Removes an optional Ignite module or an additional Maven dependency. |
+----------------+----------------------------------------------------------------------+
| node start     | Starts an Ignite node locally.                                       |
+----------------+----------------------------------------------------------------------+
| node stop      | Stops a locally running Ignite node.                                 |
+----------------+----------------------------------------------------------------------+
| node classpath | Shows the current classpath used by the Ignite nodes.                |
+----------------+----------------------------------------------------------------------+
| node list      | Shows the list of currently running local Ignite nodes.              |
+----------------+----------------------------------------------------------------------+
| config get     | Gets current Ignite cluster configuration values.                    |
+----------------+----------------------------------------------------------------------+
| config set     | Updates Ignite cluster configuration values.                         |
+----------------+----------------------------------------------------------------------+{code}
{code:java}
test@test-pc:~/ignite-cli-test$ ./ignite node start
[ERROR] Missing required parameter: 'consistent-id'. Please see usage information below.
{code}
 

I think this is a usability problem, as it leads to the need for double runs of certain commands.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)