【发布时间】:2023-04-03 16:35:01
【问题描述】:
我知道这个gcloud functions deploy hello --entry-point helloworld --runtime python37 --trigger-http 只会部署hello 函数。
但我的项目中有多个功能
是否有一个像 firebase 这样的命令来部署像 firebase deploy --only functions -P default 这样的所有功能
【问题讨论】:
标签: node.js firebase google-app-engine google-cloud-platform gcloud