summaryrefslogtreecommitdiff
path: root/docs/man/ufo-runjson.1.txt
blob: 7449cd5b5588e8640269bb93b301148dbb938972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
ufo-runjson(1)
==============

NAME
----
ufo-runjson - Run UFO workflows defined as JSON


SYNOPSIS
--------
[verse]
'ufo-runjson' [-t] [-a] [-s dynamic|fixed] [-v] 'FILE.json'


DESCRIPTION
-----------

Execute the workflow defined in 'FILE.json'.


OPTIONS
-------
*--trace*::
*-t*::
        Output execution profiles that can be analysed with ufo-prof.

*--address*::
*-a*::
        Host address of one or more ufod instances.

*--scheduler*::
*-s*::
        Choose a scheduler other than the default dynamic scheduler.

*--version*::
        Output version number.