The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

bpmengine-push - Push documents from the filesystem to the BPM::Engine database

SYNOPSIS

  bpmengine-push [OPTION]... <XPDL_FILE>... <DATABASE_FILE>

Options:

  -h, --help            This help message
  -v, --verbose         Verbose output
  -f, --force           Overwrite package that already exists

Saving an XPDL file to the SQLite database t/var/bpmengine.db:

  bpmengine-push t/var/01-basic.xpdl t/var/bpmengine.db

DESCRIPTION

This script will take an XPDL file and publish it to a BPM::Engine database.

SEE ALSO

BPM::Engine

AUTHOR

Peter de Vos, <sitetech at cpan.org>

COPYRIGHT AND LICENSE

Copyright 2010, 2011 Peter de Vos, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.