The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

hipchat-send

VERSION

version 0.2001

SYNOPSIS

hipchat-send [OPTIONS] <message>

Examples:

hipchat-send --help

hipchat-send --room=Foo hello world

echo hello world | hipchat-send -r Foo

hipchat-send -r Foo
<type stuff><ENTER>

OPTIONS

-r, --room
    Required. The id or name of the room to send the message to.

-a, --auth-token
    Required unless $HIPCHAT_AUTH_TOKEN env var exists.

-b, --base-url
    Optional. Overrides $HIPCHAT_BASE_URL env var.

-c, --color
    Optional. The background color for the message.

-f, --msg-format
    Optional. [text|html]. The message format.

-n, --notify
    Optional. Notify the room of message.

-h, --help

AUTHOR

Naveed Massjouni <naveed@vt.edu>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Naveed Massjouni.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.