Commands

Console Scripts

fedmsg provides a number of console scripts for use with random shell scripts.

fedmsg-logger

fedmsg.commands.logger.logger()

fedmsg-tail

fedmsg.commands.tail.tail()

fedmsg-collectd

fedmsg.commands.collectd.collectd()

Service Daemons

fedmsg-hub

fedmsg.commands.hub.hub()

fedmsg-relay

fedmsg.commands.relay.relay()

fedmsg-irc

fedmsg.commands.ircbot.ircbot()

fedmsg-tweet

fedmsg-gateway

fedmsg.commands.gateway.gateway()

Writing your own fedmsg commands

The fedmsg.commands module provides a @command decorator to help simplify this.

class fedmsg.commands.BaseCommand

Bases: object

daemonizable = False
execute()
extra_args = None
get_config()

fedmsg

Previous topic

Deployment

Next topic

Python API: Emitting Messages

Edit this document

Go to Commands on GitHub.

Use the web interface to fork the repo, edit the file, and send a pull request.

Your changes will be queued for review under project's Pull requests tab on Github.

Fork me on GitHub