1
0
mirror of https://github.com/jordansissel/fpm synced 2025-04-20 13:28:00 +02:00
fpm/docs/packages/cli/pear.rst
Jordan Sissel e8fb21d725 Move generated cli docs to packages/cli/{type}.rst
I'm hoping this makes it easier to find files in the docs/packages
directory.
2021-11-09 15:44:37 -08:00

16 lines
647 B
ReStructuredText

* ``--[no-]pear-channel-update``
- call 'pear channel-update' prior to installation
* ``--pear-bin-dir BIN_DIR``
- Directory to put binaries in
* ``--pear-channel CHANNEL_URL``
- The pear channel url to use instead of the default.
* ``--pear-data-dir DATA_DIR``
- Specify php dir relative to prefix if differs from pear default (pear/data)
* ``--pear-package-name-prefix PREFIX``
- Name prefix for pear package
* ``--pear-php-bin PHP_BIN``
- Specify php executable path if differs from the os used for packaging
* ``--pear-php-dir PHP_DIR``
- Specify php dir relative to prefix if differs from pear default (pear/php)