Property | Type | Description | |
---|---|---|---|
$form | Platformsh\ConsoleForm\Form |
Method | Description | |
---|---|---|
isEnabled ( ) |
Method | Description | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
getAvailablePlans ( ) : string[] | Return a list of plans. | |
getEstimate ( string $plan, integer $storage, integer $environments ) : array | false | Get a cost estimate for the new project. | |
getFields ( ) : Platformsh\ConsoleForm\Field\Field[] | Returns a list of ConsoleForm form fields for this command. |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |
protected getAvailablePlans ( ) : string[] | ||
return | string[] |
protected getFields ( ) : Platformsh\ConsoleForm\Field\Field[] | ||
return | Platformsh\ConsoleForm\Field\Field[] |