I have created a shell script which has get of gcloud commands I want to execute that shell script on gcloud shell
On Monday, 30 March 2020 23:18:29 UTC+5:30, George (Cloud Platform Support) wrote: > > What would you like to accomplish by running this command? Does your > use-case ask specifically for the use of a gcloud command? > > In this particular case, the easiest and straightforward way to get the > desired information is an API call to method: instances.list > <https://cloud.google.com/compute/docs/reference/rest/v1/instances/list> > of the REST API, from your PHP script. To simplify calling the API, you > should use the Client Library > <https://cloud.google.com/compute/docs/api/libraries#google_apis_php_client_library> > . > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/1688335e-7ff9-44a4-af33-ecce06769780%40googlegroups.com.
