Skip to content

Commit

Permalink
updated commands documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pgodel committed Aug 6, 2013
1 parent 5ba368c commit 2b5ef59
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,14 @@ $hipChat = $this->container->get('hipchat');

```

The bundle also provides a command to send messages from the command:
The bundle also provides the following commands:

# send messages from the command
$ app/console hipchat:send:message --room='Room name' 'Message content' 'Sender name' --color=red

# set the room topic
$ app/console hipchat:set:room:topic 'Room name' 'new topic' 'Sender name'

$ app/console hipchat:send:message 'Room name' 'Message content' 'Sender name' --color=red


# Further reading
Expand Down

0 comments on commit 2b5ef59

Please sign in to comment.