App Engine to Cloud Run

Helper tool to migrate an App Engine service to a Cloud Run service.

Data is never uploaded. All processing is happening client side in your browser. This tool is on GitHub, feel free to report issues.

This is not an officially supported Google product.

Your App Engine service

Select, Drag and drop or copy paste your App Engine app.yaml:

Migrating to Cloud Run

Create a file named service.yaml with the following content:

To build and deploy to Cloud Run, run the following command:

Contrary to App Engine, Cloud Run services are private by default. To make your new service public, you need to run the following command once: