Can we write gcloud command based scripts inside inside the function as code or it only support python, .net,java etc.
Hi @gcloudLearning,
Welcome to the Google Cloud Community!
Cloud Functions is a serverless execution environment to build and connect cloud services.
gcloud commands is part of the Google Cloud SDK, which also requires it to run gcloud commands.
In Google Cloud functions, It doesn't have the Google Cloud SDK. This means that you can't issue gcloud commands inside a cloud function.
You can read into this Stack Overflow post as you might have the same concern.
Let me know if it helped, thanks!