Andras Salamon created OOZIE-3341:
-------------------------------------
Summary: Fix difference between command line help and command line
documentation
Key: OOZIE-3341
URL: https://issues.apache.org/jira/browse/OOZIE-3341
Project: Oozie
Issue Type: Improvement
Reporter: Andras Salamon
Assignee: Andras Salamon
The {{help}} command of the oozie CLI prints out usage information. It is also
possible to print out only for the specified command, for instance:
{noformat}
oozie help job{noformat}
This information is also available in the
[twiki|https://github.com/apache/oozie/blob/master/docs/src/site/twiki/DG_CommandLineTool.twiki]
documentation and in the generated HTML.
There are several differences, the twiki (HTML) looks outdated. For instance
for {{job}} command lists the fluent job options as {{apijarcheck}},
{{apijarsubmit}}, and {{apijarrun}} but these options has been renamed to
{{validatejar}}, {{submitjar}}, and {{runjar}}. The CLI help shows the correct
names.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)