Create Drush aliases for the provided project and environments.
public createAliases ( Platformsh\Client\Model\Project $project, string $projectRoot, Platformsh\Client\Model\Environment[] $environments, string $original = null, boolean $merge = true ) : boolean | ||
$project | Platformsh\Client\Model\Project | The project |
$projectRoot | string | The project root |
$environments | Platformsh\Client\Model\Environment[] | The environments |
$original | string | The original group name |
$merge | boolean | Whether to merge existing alias settings |
return | boolean | Whether any aliases have been created. |