Source for file Remote-init.php
Documentation is available at Remote-init.php
// quick-load, small memory footprint command configuration
'summary' => 'Information About Remote Packages',
'function' => 'doRemoteInfo',
Get details on a package from the server.',
'list-upgrades' => array (
'summary' => 'List Available Upgrades',
'function' => 'doListUpgrades',
'doc' => '[preferred_state]
List releases on the server of packages you have installed where
a newer version is available with the same release state (stable etc.)
or the state passed as the second parameter.'
'summary' => 'List Remote Packages',
'function' => 'doRemoteList',
'doc' => 'specify a channel other than the default channel',
Lists the packages available on the configured server along with the
latest stable release of each package.',
'summary' => 'Search remote package database',
'function' => 'doSearch',
'doc' => 'specify a channel other than the default channel',
'doc' => '[packagename] [packageinfo]
Lists all packages which match the search parameters. The first
parameter is a fragment of a packagename. The default channel
will be used unless explicitly overridden. The second parameter
will be used to match any portion of the summary/description',
'summary' => 'List All Packages',
'function' => 'doListAll',
'doc' => 'specify a channel other than the default channel',
Lists the packages available on the configured server along with the
latest stable release of each package.',
'summary' => 'Download Package',
'function' => 'doDownload',
'doc' => 'download an uncompressed (.tar) file',
Download package tarballs. The files will be named as suggested by the
server, for example if you download the DB package and the latest stable
version of DB is 1.6.5, the downloaded file will be DB-1.6.5.tgz.',
'summary' => 'Clear XML-RPC Cache',
'function' => 'doClearCache',
Clear the XML-RPC cache. See also the cache_ttl configuration
Documentation generated on Mon, 11 Mar 2019 14:15:33 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|