1FUNC-TRANSMIT(1) func-transmit FUNC-TRANSMIT(1)
2
3
4
6 Func-transmit -- cross-language func adapter
7
9 func-transmit [-h⎪--help] [-j⎪--json] [-y⎪--yaml] < data_in > data_out
10
12 Func includes a powerful Python API for addressing the overlord via
13 software. When writing an app in a language other than Python, func-
14 transmit can be used to operate the overlord and recieve structured
15 results from it.
16
17 This tool, func-transmit, is intended to be called using pipes, sending
18 formatted data into stdin and recieving return codes via stdout. It
19 also can be invoked using the shell.
20
22 The input and output format is either JSON or YAML 1.0. The default is
23 JSON. The [--yaml] option enables YAML support.
24
25 The data formats used by Func transmit are described in more detail
26 (with examples) at https://fedorahosted.org/func/wiki/FuncTransmit
27
29 Generally func-transmit should always return 0 if loading is success‐
30 ful. Return data is then expressed in the output stream, to be inter‐
31 preted by a JSON or YAML module at the other end of the pipe. Non-
32 zero return codes indicate more serious setup problems.
33
34 Func-transmit will exit after every command issued to the overlord, it
35 does not await further input on the pipes.
36
38 See https://fedorahosted.org/func/ for more information.
39
40 See also the manpages for "func-inventory", "funcd", "certmaster", and
41 "certmaster-ca".
42
44 Various. See https://fedorahosted.org/func/
45
46
47
48 2012-10-15 FUNC-TRANSMIT(1)