We can run shell commands from PHP using shell_exec() command. When i try
to runshell_exec('ls')
it gives the list of files and folders.
I want to use shell_exec to get list of instances in the Google Cloud.
I am usingshell_exec('gcloud compute instances list')
it does not produce any result. When i run the same command 'gcloud compute
instances list' on terminal, it shows all the instances under the project.
Can anyone please tell me how to achieve this?
--
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/684d6e8b-87ea-4b98-a17b-86ea792516a5%40googlegroups.com.