Repository: incubator-taverna-language Updated Branches: refs/heads/master 45659818a -> 0e9bffebc
Readme 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/95087e7d Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/95087e7d Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/95087e7d Branch: refs/heads/master Commit: 95087e7d6899e574cec6b90f9783af67c812bf48 Parents: 9a4f335 Author: Menaka Madushanka <[email protected]> Authored: Sat Jul 25 21:36:32 2015 +0530 Committer: Menaka Madushanka <[email protected]> Committed: Sat Jul 25 21:36:32 2015 +0530 ---------------------------------------------------------------------- taverna-language-commandline/README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/95087e7d/taverna-language-commandline/README.md ---------------------------------------------------------------------- diff --git a/taverna-language-commandline/README.md b/taverna-language-commandline/README.md index 31e3d42..2b09bdb 100644 --- a/taverna-language-commandline/README.md +++ b/taverna-language-commandline/README.md @@ -129,11 +129,28 @@ The tool has following major commands. There are two usages of conversion command. -1. Non-recursive method +###### 1. Non-recursive method Usage: tavlang convert <--output_format> <options> [arguments] +####### Example 1: Without specifying any options + + $tavlang convert --structure /helloworld.t2flow + +Convert the helloworld.t2flow into helloworld.structure format and store in /converted directory +###### Example 2: Convert multiple workflows + + $tavlang convert --json /helloworld.t2flow /hello.t2flow + +Convert both workflow files and store them in /converted directory -2. Recursive method +###### Example 3: with options and arguments + $tavlang convert --wfbundle /helloworld.t2flow -o /output/workflows + +Convert the workflow file/s and store them in the specified output directory + +###### 2. Recursive method + + Usage: tavlang convert -r <--output_format> -i <workflow_src_dir> <options> [arguments]
