| 140 | Command line tools : |
| 141 | |
| 142 | pkipplib currently includes the following command line tools : |
| 143 | |
| 144 | - pksubscribe : can create or delete IPP subscriptions. |
| 145 | See pksubscribe --help for details. |
| 146 | |
| 147 | examples : |
| 148 | |
| 149 | $ pksubscribe --cups http://localhost:631 \ |
| 150 | --events printer-added,printer-deleted \ |
| 151 | --recipient mynotifier \ |
| 152 | --duration 0 |
| 153 | |
| 154 | $ pksubscribe --username root \ |
| 155 | --password HacKMe \ |
| 156 | --delete 34 58 98 |
| 157 | |
| 158 | In the future more command line tools will be included. |
| 159 | |
| 160 | ======================================================================= |
| 161 | |