justabill
prefect work-pool create
CLI command to automatically configure your GCP project and set up your Prefect workspace to use a new Cloud Run push pool immediately.
You can create a new Cloud Run push work pool and configure your project with the following command:
prefect work-pool create --type cloud-run:push --provision-infra my-pool
See the following pull request for implementation details: — #11204