NAME

LibreCat::Cmd::file_store - manage librecat file stores

SYNOPSIS

    librecat file_store list [recursive]
    librecat file_store get <key> [<file>]
    librecat file_store add <key> <file>
    librecat file_store delete <key> <file>
    librecat file_store purge <key>
    librecat file_store export <key> <zip>
    librecat file_store import <key> <zip>

    librecat store thumbnail <key> <file>

    options:
        --store=...       - Store name
        --file_store=...  - LibreCat::FileStore class
        --file_opt=...    - LibreCat::FileStore option
        --tmp_dir=...     - Temporary directory
        --zip=...         - Zip program
        --unzip=...       - Unzip program