JSPM

@mcshovel/esp-runner

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q25627F
  • License MIT

Command line utility to launch or debug Google's Extensible Service Proxy

Package Exports

  • @mcshovel/esp-runner

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mcshovel/esp-runner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

esp-runner

A small utility for running esp in docker.

Usage:

esp-runner (command) -arg=value (-arg=value )+

Commands:

start, run, debug

Arguments:

-endpoint=[service-name].endpoints.[google-project].cloud.goog
-keyfile=serviceaccount.json # service account json key
-esp-port=8000  # Port number for esp to listen on
-app-port=8080  # Port number your application is listening on
-protocol=grpc|http|https

Example:

esp-runner run -endpoint=[service-name].endpoints.[google-project].cloud.goog \\
    -keyfile=serviceaccount.json -esp-port=8000 -app-port=8080 -protocol=grpc