$aliases
$aliases : array
Command factory used when you need to provide aliases to commands
$client : \Guzzle\Service\ClientInterface
__construct(\Guzzle\Service\ClientInterface $client, array $aliases)
\Guzzle\Service\ClientInterface | $client | Client used to retry with the alias |
array | $aliases | Associative array mapping aliases to the alias |
factory(string $name, array $args = array()) : \Guzzle\Service\Command\CommandInterface|null
Create a command by name
string | $name | Command to create |
array | $args | Command arguments |