microsoft / vsts-cloudfoundry

Azure DevOps Extension for Cloud Foundry
MIT License
20 stars 23 forks source link

No option to leave current routes when pushing #29

Open rWardy opened 5 years ago

rWardy commented 5 years ago

When pushing an update to an existing app using manual method there is no option to leave the current routes intact. You either have to specify the route, or all the existing routes are unbound.

All the other options such as memory etc are ignored if there is no value. Maybe this could be done for the domain field as well.

e.g. Use Route is set to true, but then Domain can be left blank. This would then not pass either of the -d or --no-route parameters to the push command