Source for file Channels-init.php
Documentation is available at Channels-init.php
// quick-load, small memory footprint command configuration
'list-channels' => array (
'summary' => 'List Available Channels',
List all available channels for installation.
'update-channels' => array (
'summary' => 'Update the Channel List',
'function' => 'doUpdateAll',
List all installed packages in all channels.
'channel-delete' => array (
'summary' => 'Remove a Channel From the List',
'function' => 'doDelete',
Delete a channel from the registry. You may not
remove any channel that has installed packages.
'summary' => 'Add a Channel',
Add a private channel to the channel list. Note that all
public channels should be synced using "update-channels".
Parameter may be either a local file or remote URL to a
'channel-update' => array (
'summary' => 'Update an Existing Channel',
'function' => 'doUpdate',
'doc' => 'will force download of new channel.xml if an existing channel name is used',
'doc' => 'will force download of new channel.xml if an existing channel name is used',
'doc' => '[<channel.xml>|<channel name>]
Update a channel in the channel list directly. Note that all
public channels can be synced using "update-channels".
Parameter may be a local or remote channel.xml, or the name of
'summary' => 'Retrieve Information on a Channel',
List the files in an installed package.
'channel-alias' => array (
'summary' => 'Specify an alias to a channel name',
'doc' => '<channel> <alias>
Specify a specific alias to use for a channel name.
The alias may not be an existing channel name or
'channel-discover' => array (
'summary' => 'Initialize a Channel from its server',
'function' => 'doDiscover',
List the files in an installed package.
Documentation generated on Mon, 11 Mar 2019 14:15:31 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.
|