Provided by: python-fedmsg_0.7.1-1_all bug

NAME

       fedmsg-tail - Manpages for the fedmsg suite

DESCRIPTION

       usage: debian/tmp/usr/bin/fedmsg-tail [-h] [--io-threads IO_THREADS]

              [--topic-prefix       TOPIC_PREFIX]       [--post-init-sleep       POST_INIT_SLEEP]
              [--config-filename   CONFIG_FILENAME]    [--print-config]    [--timeout    TIMEOUT]
              [--high-water-mark   HIGH_WATER_MARK]   [--linger   ZMQ_LINGER]   [--topic   TOPIC]
              [--pretty]       [--really-pretty]       [--gource]        [--gource-user-image-dir
              GOURCE_USER_IMAGE_DIR]  [--terse]  [--exclude  REGEXP]  [--include REGEXP] [--users
              USERS] [--packages PACKAGES]

       Watch all endpoints on the bus and print each message to stdout.

   optional arguments:
       -h, --help
              show this help message and exit

       --io-threads IO_THREADS
              Number of io threads for 0mq to use

       --topic-prefix TOPIC_PREFIX
              Prefix for the topic of each message sent.

       --post-init-sleep POST_INIT_SLEEP
              Number of seconds to sleep after initializing.

       --config-filename CONFIG_FILENAME
              Config file to use.

       --print-config
              Simply print out the configuration and exit. No action taken.

       --timeout TIMEOUT
              Timeout in seconds for any blocking zmq operations.

       --high-water-mark HIGH_WATER_MARK
              Limit on the number of messages in the queue before blocking.

       --linger ZMQ_LINGER
              Number of milliseconds to wait before timing out connections.

       --topic TOPIC
              The topic pattern to listen for. Everything by default.

       --pretty
              Pretty print the JSON messages.

       --really-pretty
              Extra-pretty print the JSON messages.

       --gource
              Print a live "git log" of the bus suitable for piping into the "gource" tool.

       --gource-user-image-dir GOURCE_USER_IMAGE_DIR
              Directory to store user avatar images for --gource

       --terse
              Print "english" representations of messages only.

       --exclude REGEXP
              Only show topics that do not match the supplied regexp.

       --include REGEXP
              Only show topics that match the supplied regexp.

       --users USERS
              A comma-separated list of usernames. Show only messagesrelated to these users.

       --packages PACKAGES
              A comma-separated list of packages. Show only messagesrelated to these packages.

SEE ALSO

       The full documentation for fedmsg-tail is maintained as a Texinfo manual.  If the info and
       fedmsg-tail programs are properly installed at your site, the command

              info fedmsg-tail

       should give you access to the complete manual.