Files
deb-python-fuelclient/fuelclient/objects/notifications.py
Przemyslaw Kaminski 3355e188ee Add 'notifications' argument
This can be used for displaying and sending notifications to Fuel.

Send an error message:
fuel notify -m This is wrong --topic error
fuel notifications --send Hello world

List all unread notifications:
fuel notifications

List all notifications:
fuel notifications -a

Mark messages as read:
fuel notifications -r 1 2

Mark all messages as read:
fuel notifications -r '*'

DocImpact
Related-Bug: #1371757
Change-Id: I6a5f05febf8f5a01a7b9415546ef56c11aedefce
2015-02-02 15:51:26 +01:00

2.0 KiB