Skip to content

Command Reference

Usage
_____ _ _ _ _____ _____ _ _ _
/ ___| (_)| | | ||_ _| / __ \| |(_) | |
\ `--. ___ _ | | | | | | _ __ | / \/| | _ ___ _ __ | |_
`--. \ / __|| || |/\| | | | | '_ \ | | | || | / _ \| '_ \ | __|
/\__/ /| (__ | |\ /\ / _| |_| | | | | \__/\| || || __/| | | || |_
\____/ \___||_| \/ \/ \___/|_| |_| \____/|_||_| \___||_| |_| \__|
Client tool for Scientific Workflow Infrastructure (SciWIn)
Documentation: https://fairagro.github.io/m4.4_sciwin_client/
Version: 1.0.0
Usage: s4n <COMMAND>
Commands:
init Initializes project folder structure and repository
create Creates a new CWL File or Workflow
list Lists either all CWL Files or details to a given file [aliases: ls]
remove Removes a CWL File from the workflows Directory [aliases: rm]
connect Connects a workflow node
disconnect Disconnects a workflow node
visualize Visualizes a workflow
save Saves a workflow
install Installs a workflow as submodule [aliases: i]
uninstall Removes an installed workflow
execute Execution of CWL Files locally or on remote servers [aliases: ex]
annotate Annotate CWL files
completions Generate shell completions
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version

Shell completions are available using the s4n completions command

Usage
Generate shell completions
Usage: s4n completions <SHELL>
Arguments:
<SHELL> [possible values: bash, elvish, fish, powershell, zsh]
Options:
-h, --help Print help

The command can be used to generate the shell completions for several shells.

Terminal window
s4n completions bash > completions.sh