NAME
babble-cache - Babble cache manipulator
SYNOPSIS
babble-cache [options] files...
DESCRIPTION
The babble-cache script is a little wrapper around Babble::Cache. The primary goal of the tool is to make one able to convert between different storage types and to allow deleting various keys from the database.
OPTIONS
- --help
-
Display a help message and exit.
- --version
-
Print version information and exit.
- --show
-
Show database information. Not really useful yet.
- --convert type[:filename]
-
Convert the database from its native storage format to the specified one. If one also specifies a filename, the result will be saved there instead of the input file.
Not that when this key is used with a filename, only one database should be specified on the command-line, otherwise all of them will be saved to the output file.
- --prune key
-
Delete the key key of the cache. Most useful if one wants to prune the cached version of each items, so that babble will regenerate them with its next run.
This is most useful after Babble::Document or Babble::Document::Collection changes.
BUGS
There is no way to inspect the items under the primary keys, nor to delete or alter them.
AUTHOR
Gergely Nagy, algernon@bonehunter.rulez.org
Bugs should be reported at http://bugs.bonehunter.rulez.org/babble.
SEE ALSO
Babble::Cache, babble