Repository: incubator-taverna-language Updated Branches: refs/heads/master 70720f821 -> 7e65ca44f
Readme update Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/9a4f3355 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/9a4f3355 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/9a4f3355 Branch: refs/heads/master Commit: 9a4f3355d0528d4afbbefa69db7e28c93928a995 Parents: 70720f8 Author: Menaka Madushanka <[email protected]> Authored: Mon Jul 20 22:39:49 2015 +0530 Committer: Menaka Madushanka <[email protected]> Committed: Mon Jul 20 22:39:49 2015 +0530 ---------------------------------------------------------------------- taverna-language-commandline/README.md | 45 +++++++++++++++++++++++++++-- 1 file changed, 43 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/9a4f3355/taverna-language-commandline/README.md ---------------------------------------------------------------------- diff --git a/taverna-language-commandline/README.md b/taverna-language-commandline/README.md index 1c22526..31e3d42 100644 --- a/taverna-language-commandline/README.md +++ b/taverna-language-commandline/README.md @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> + # Apache Taverna Language Command Line @@ -92,7 +93,47 @@ To build, run: # Documentation -_TODO_ +Taverna language command line tool is for access the features of the Taverna language modules. +The tool has following functionalities. + +* Conversion +* Inspection +* Validation and Viewing workflow statistics. + +## Command line structure + + tavlang <command> <options> [arguments and parameters] + +Each command has it's own set of options. + +###Commands and Options +The tool has following major commands. + +* convert +* inspect +* validate +* stats + +##### Convert + + Usage: + tavlang convert <--output_fomat> <options> [arguments] + + Supported output formats are, + + * wfbundle + * iwir + * json + * robundle + * structure + +There are two usages of conversion command. + +1. Non-recursive method + + Usage: tavlang convert <--output_format> <options> [arguments] + + -* ... +2. Recursive method
