Blame SOURCES/pear.1

04b387
.TH PEAR 1 "2013" "The PEAR Group" "User commands"
04b387
.SH NAME
04b387
pear, pecl, peardev \- PEAR installer
04b387
04b387
.SH SYNOPSIS
04b387
.B pear
04b387
[ options ] command [command-options] <parameters>
04b387
.LP
04b387
.B pecl
04b387
[ options ] command [command-options] <parameters>
04b387
.LP
04b387
.B peardev
04b387
[ options ] command [command-options] <parameters>
04b387
.LP
04b387
04b387
.SH DESCRIPTION
04b387
\fBPEAR\fP is the PHP Extension and Application Repository, found at
04b387
.B http://pear.php.net.
04b387
.P
04b387
.P
04b387
The \fBpear\fP command is used to install PEAR extensions.
04b387
.P
04b387
The \fBpecl\fP command is used to install PECL extensions.
04b387
.P
04b387
The \fBpeardev\fP command is a wrapper for the \fBpear\fP command which
04b387
removes the normal configured memory limit.
04b387
04b387
.SH OPTIONS
04b387
.TP 15
04b387
.B \-v
04b387
increase verbosity level (default 1)
04b387
.TP
04b387
.B \-q
04b387
be quiet, decrease verbosity level
04b387
.TP
04b387
.B \-c \fIfile\fP
04b387
find user configuration in \fBfile\fP
04b387
.TP
04b387
.B \-C \fIfile\fP
04b387
find system configuration in \fBfile\fP
04b387
.TP
04b387
.B \-d \fIfoo=bar\fP
04b387
set user config variable \fBfoo\fP to \fBbar\fP
04b387
.TP
04b387
.B \-D \fIfoo=bar\fP
04b387
set system config variable \fBfoo\fP to \fBbar\fP
04b387
.TP
04b387
.B \-G
04b387
start in graphical (Gtk) mode
04b387
.TP
04b387
.B \-S
04b387
store system configuration
04b387
.TP
04b387
.B \-s
04b387
store user configuration
04b387
.TP
04b387
.B \-y \fIfoo\fP
04b387
unset
04b387
.B foo
04b387
in the user configuration
04b387
.TP
04b387
.B \-V
04b387
version information
04b387
.TP
04b387
.PD 0
04b387
.B \-h
04b387
.TP
04b387
.PD 1
04b387
.B \-?
04b387
display help/usage
04b387
04b387
.SH COMMANDS
04b387
.TP 15
04b387
.B build
04b387
Build an Extension From C Source
04b387
.TP
04b387
.B bundle
04b387
Unpacks a Pecl Package
04b387
.TP
04b387
.B channel-add
04b387
Add a Channel
04b387
.TP
04b387
.B channel-alias
04b387
Specify an alias to a channel name
04b387
.TP
04b387
.B channel-delete
04b387
Remove a Channel From the List
04b387
.TP
04b387
.B channel-discover
04b387
Initialize a Channel from its server
04b387
.TP
04b387
.B channel-info
04b387
Retrieve Information on a Channel
04b387
.TP
04b387
.TP
04b387
.B channel-login
04b387
Connects and authenticates to remote channel server
04b387
.TP
04b387
.B channel-logout
04b387
Logs out from the remote channel server
04b387
.TP
04b387
.B channel-update
04b387
Update an Existing Channel
04b387
.TP
04b387
.B clear-cache
04b387
Clear Web Services Cache
04b387
.TP
04b387
.B config-create
04b387
Create a Default configuration file
04b387
.TP
04b387
.B config-get
04b387
Show One Setting
04b387
.TP
04b387
.B config-help
04b387
Show Information About Setting
04b387
.TP
04b387
.B config-set
04b387
Change Setting
04b387
.TP
04b387
.B config-show
04b387
Show All Settings
04b387
.TP
04b387
.B convert
04b387
Convert a package.xml 1.0 to package.xml 2.0 format
04b387
.TP
04b387
.B cvsdiff
04b387
Run a "cvs diff" for all files in a package
04b387
.TP
04b387
.B cvstag
04b387
Set CVS Release Tag
04b387
.TP
04b387
.B download
04b387
Download Package
04b387
.TP
04b387
.B download-all
04b387
Downloads each available package from the default channel
04b387
.TP
04b387
.B info
04b387
Display information about a package
04b387
.TP
04b387
.B install
04b387
Install Package
04b387
.TP
04b387
.B list
04b387
List Installed Packages In The Default Channel
04b387
.TP
04b387
.B list-all
04b387
List All Packages
04b387
.TP
04b387
.B list-channels
04b387
List Available Channels
04b387
.TP
04b387
.B list-files
04b387
List Files In Installed Package
04b387
.TP
04b387
.B list-upgrades
04b387
List Available Upgrades
04b387
.TP
04b387
.B login
04b387
Connects and authenticates to remote server [Deprecated in favor of channel-login]
04b387
.TP
04b387
.B logout
04b387
Logs out from the remote server [Deprecated in favor of channel-logout]
04b387
.TP
04b387
.B make-rpm-spec
04b387
Builds an RPM spec file from a PEAR package
04b387
.TP
04b387
.B makerpm
04b387
Builds an RPM spec file from a PEAR package
04b387
.TP
04b387
.B package
04b387
Build Package
04b387
.TP
04b387
.B package-dependencies
04b387
Show package dependencies
04b387
.TP
04b387
.B package-validate
04b387
Validate Package Consistency
04b387
.TP
04b387
.B pickle
04b387
Build PECL Package
04b387
.TP
04b387
.B remote-info
04b387
Information About Remote Packages
04b387
.TP
04b387
.B remote-list
04b387
List Remote Packages
04b387
.TP
04b387
.B run-scripts
04b387
Run Post-Install Scripts bundled with a package
04b387
.TP
04b387
.B run-tests
04b387
Run Regression Tests
04b387
.TP
04b387
.B search
04b387
Search remote package database
04b387
.TP
04b387
.B shell-test
04b387
Shell Script Test
04b387
.TP
04b387
.B sign
04b387
Sign a package distribution file
04b387
.TP
04b387
.B svntag
04b387
Set SVN Release Tag
04b387
.TP
04b387
.B uninstall
04b387
Un-install Package
04b387
.TP
04b387
.B update-channels
04b387
Update the Channel List
04b387
.TP
04b387
.B upgrade
04b387
Upgrade Package
04b387
.TP
04b387
.B upgrade-all
04b387
Upgrade All Packages [Deprecated in favor of calling upgrade with no parameters]
04b387
04b387
.SH FILES
04b387
.TP 15
04b387
.B /etc/pear.conf
04b387
The system configuration file.
04b387
.TP
04b387
.B $HOME/.pearrc
04b387
The user configuration.
04b387
04b387
.SH SEE ALSO
04b387
.TP
04b387
To list all options, use
04b387
.PS
04b387
pear help options
04b387
.TP
04b387
To list all command shortcuts, use
04b387
.PS
04b387
pear help shortcuts
04b387
.TP
04b387
to get the help for the specified command, use
04b387
.PS
04b387
pear help \fIcommand\fP
04b387
.TP
04b387
Documentation for PEAR can be found at 
04b387
.PD 0
04b387
.P
04b387
.B http://pear.php.net/manual/
04b387
04b387
.SH COPYRIGHT
04b387
Copyright \(co 1997\-2009
04b387
Stig Bakken,
04b387
Gregory Beaver,
04b387
Helgi Þormar Þorbjörnsson,
04b387
Tomas V.V.Cox,
04b387
Martin Jansen.
04b387
.P
04b387
All rights reserved.
04b387
.P
04b387
Redistribution and use in source and binary forms, with or without
04b387
modification, are permitted provided that the following conditions are met:
04b387
.P
04b387
* Redistributions of source code must retain the above copyright notice,
04b387
this list of conditions and the following disclaimer.
04b387
.P
04b387
* Redistributions in binary form must reproduce the above copyright
04b387
notice, this list of conditions and the following disclaimer in the
04b387
documentation and/or other materials provided with the distribution.
04b387
04b387
.SH BUGS
04b387
You can view the list of known bugs or report any new bug you found at:
04b387
.PD 0
04b387
.P
04b387
.B http://pear.php.net/bugs/
04b387