-
-
20 Oct 2013 23:32:37 UTC
- Distribution: padconsole
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (5 / 0 / 0)
- Kwalitee
- License: unknown
- Activity
24 month- Tools
- Download (13.37KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
and 1 contributors-
Luc Didry
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
padconsole - manage your etherpad from the console
SYNOPSIS
padconsole [OPTION]
DESCRIPTION
Provides a console to manage an etherpad instance. Get infos about pads, delete them, etc.
--help prints a help message and exit --version prints version and exit -e http://pad.example.com URL of the etherpad instance -k secretPadApiKey API key for the etherpad instance -u padUserLogin username for the etherpad instance, if needed -p padUserPassword password for the etherpad instance -c /path/to/config/file use a different config file than \$XDG_HOME_DIR/padconsolerc or ~/.config/padconsolerc
COMMANDS
Once the padconsole is launched, you can use this commands:
help : print this message exit : exit program count : print the number of existing pads list : list all the existing pads (20 items per page) search <PATTERN> : print the list of the pads which name matches the pattern (Perl regex) (20 items per page) delete <pad1> <pad2> : delete the pads pad1 pad2 (have to be separated by space) text <pad> [rev] : print the pad content, at the revision [rev] if defined revcount <pad> : print the number of revisions of a pad authors <pad> : print the name of the differents authors who wrote on the pad infos <pad> : print multiple informations about the pad writeconf : write the configuration to $config_file use <alias> : change connection to the etherpad instance which alias is <alias> alist : print all the configured etherpads aliases current : print configuration informations about the current etherpad instance
BUGS and SUPPORT
You can find documentation for this module with the perldoc command. perldoc padconsole Bugs and feature requests will be tracked at github: https://github.com/ldidry/padconsole/issues/ The latest source code can be browsed and fetched at: https://github.com/ldidry/padconsole git clone git://github.com/ldidry/padconsole.git You can also look for information at: RT: CPAN's request tracker http://rt.cpan.org/NoAuth/Bugs.html?Dist=padconsole AnnoCPAN: Annotated CPAN documentation http://annocpan.org/dist/padconsole CPAN Ratings http://cpanratings.perl.org/d/padconsole Search CPAN http://search.cpan.org/dist/padconsole
AUTHOR
Luc DIDRY CPAN ID: LDIDRY ldidry@cpan.org http://www.fiat-tux.fr/
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
L<Etherpad::API>, L<https://github.com/ldidry/etherpad-admin>
Module Install Instructions
To install padconsole, copy and paste the appropriate command in to your terminal.
cpanm padconsole
perl -MCPAN -e shell install padconsole
For more information on module installation, please visit the detailed CPAN module installation guide.