cloud-pipeline
cloud-pipeline copied to clipboard
issue #1723 allow to run pipeline run with friendly-url with domain name
This PR solve problem when friendly domain specified with pipe run command was recognized as friendly-path
e.g.
old behavior:
command pipe run ... --friendly-url mydomain.com
result endpoint-url: https://<cloud-pipe-ip>:<cloud-pipe-port>/mydomain.com
current behavior:
command pipe run ... --friendly-url mydomain.com
result endpoint-url: https://mydomain.com:<cloud-pipe-port>