vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Fix fetching g/w https port in CLI #758

Closed neosab closed 5 years ago

neosab commented 5 years ago

API G/W port is not displayed correctly in the CLI output as we fail to unmarshal correctly from dispatch config (Viper uses mapstructure tag)

Also, skip adding 443 to https URL's as that's the standard port.


This change is Reviewable