Download the PHP package linkorb/extractor-cli without Composer
On this page you can find all versions of the php package linkorb/extractor-cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download linkorb/extractor-cli
More information about linkorb/extractor-cli
Files in linkorb/extractor-cli
Package extractor-cli
Short Description Extractor CLI
License MIT
Homepage https://github.com/linkorb/extractor-cli
Informations about the package extractor-cli
Extractor CLI
Command-line interface for Extractor
Installation
To install extractor-cli
on your system, run:
composer global require linkorb/extractor-cli
You can now run extractor
from any directory.
If you only need extractor in a specific project, add linkorb/extractor-cli
to the require
or require-dev
sections of your composer.json
file.
Usage
extractor run path/to/my-extractor.yaml mysql://user:pass@localhost/my-db -i color=red
Use the -i
(or --input
) flag to pass inputs into the extractor. You pass this flag multiple times if your extractor file requires multiple inputs.
Instead of passing the database connection string on the command-line, you can also ommit it, and define a PDO
environment variable instead.
For more information about Extractor, please refer to the library's README.md.
License
MIT (see LICENSE.md)
Brought to you by the LinkORB Engineering team
Check out our other projects at linkorb.com/engineering.
Btw, we're hiring!
All versions of extractor-cli with dependencies
linkorb/connector Version ^1.0
symfony/yaml Version ^4.0
symfony/console Version ^4.0