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

The CLI should include the hostname when listing API endpoints #609

Closed berndtj closed 5 years ago

berndtj commented 6 years ago

Feature Request

Currently the CLI only lists out the path associated with an API endpoint. This requires the user to know the hostname of the API gateway. It's very likely that the user does not know this. While the user can inspect the context/config to get the dispatch API hostname, this is different than the API gateway hostname.

Detailed Description

Context

Possible Implementation

Complexity