1FUNC-TRANSMIT(1)                 func-transmit                FUNC-TRANSMIT(1)
2
3
4

NAME

6       Func-transmit -- cross-language func adapter
7

SYNOPSIS

9       func-transmit [-h|--help] [-j|--json] [-y|--yaml] < data_in > data_out
10

DESCRIPTION

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

FORMATS AND USAGE

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

EXIT_STATUS

29       Generally func-transmit should always return 0 if loading is
30       successful.  Return data is then expressed in the output stream, to be
31       interpreted by a JSON or YAML  module at the other end of the pipe.
32       Non-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

ADDITONAL RESOURCES

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

AUTHOR

44       Various. See https://fedorahosted.org/func/
45
46
47
48                                  2009-07-08                  FUNC-TRANSMIT(1)
Impressum