Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:

Usage

This page will give you an overview on how to use kiara via its command-line interface.

For a more walk-through introduction, have a look at the Getting started page.

Subcommands

Sub-command specific information can be found on the following pages:

  • run: run a workflow from the command-line
  • module: get information about modules and pipelines
  • data: get information about data in the kiara data store

Getting help

To get information for the kiara command itself use the --help flag:

{{ cli("kiara", "--help") }}

The same goes for any of the sub (or sub-sub...) commands:

{{ cli("kiara", "module", "--help") }}

Complex inputs

TBD