pub async fn select_repository(
client: &PlatformApiClient,
project_id: &str,
project_path: &Path,
) -> RepositorySelectionResultExpand description
Select repository for deployment
Smart repository selection with connection flow:
- Check for GitHub App installations
- Fetch connected and available repositories
- Detect local git remote and match against repos
- Offer to connect if local repo available but not connected
- Fall back to manual selection from available repos