1 Answers
I believe once you leave a playground session, the project and its resources are wiped. They do this to save money when your resources are not being used. What you could do, if your using the command line, you could save each gcloud command into a local ‘.sh’ file. Then when you start a new playground session you could run the ‘.sh’ script you made and it would run all the gcloud commands you put into the ‘.sh’ file. This is just a workaround to your problem though.