Recording commands I can use in gcloud CLI so that I can operate in the cloud with my local command line.
Setting Config For Project
gcloud auth application-default set-quota-project {project-name}
gcloud config set project {project-name}
Login to Compute Engine From Local CLI SSH
gcloud compute ssh {username}@{compute_engine_instance_name} --zone={zone} --command "cd root"