Skip to main content
This command creates a new gRPC Endpoint.

Synopsis

Examples

In all the examples below, $SERVICE represents the name of a Service for the app you add an Endpoint to.
📘 If your app is using an Implicit Service, the service name is always cmd.

Create a new Endpoint using custom Container Ports and an existing Custom Certificate

In the example below, $CERTIFICATE_FINGERPRINT is the SHA-256 fingerprint of a Custom Certificate that exist in the same Environment as the App you are adding an Endpoint for.
📘 Tip: Use the Dashboard to easily locate the Certificate Fingerprint for a given Certificate.
❗️ Warning: Everything after the --ports argument is assumed to be part of the list of ports, so you need to pass it last.

More Examples

This command is fairly similar in usage to aptible endpoints:https:create. Review the examples there.