platformsh / platformsh-client-php

Platform.sh API client for PHP
https://platform.sh
MIT License
25 stars 27 forks source link

Find the correct app's SSH URL when no instance or default is given #76

Open pjcdawkins opened 1 year ago

pjcdawkins commented 1 year ago

This uses the instance-based SSH URL if an app default URL is not available and the $instance is not provided. So it avoids falling back to the environment's default SSH URL in more cases.

pjcdawkins commented 1 year ago

Merged to 1.x