Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 585 Bytes

File metadata and controls

13 lines (8 loc) · 585 Bytes

Cloud Run System Package Sample

This sample shows how to use a CLI tool installed as a system package as part of a web service.

Use it with the Using system packages tutorial.

For more details on how to work with this sample read the Google Cloud Run Node.js Samples README.

Dependencies

  • express: Web server framework.
  • mocha: [development] Test running framework.
  • supertest: [development] HTTP assertion test client.