GCP Display Serial Port in Shell May 27, 2021 • Ulysses How to display serial port in GCP Cloud Shell. <pre lang="bash"> gcloud compute instances get-serial-port-output instance-name \ --zone=us-central1-a \ --project=your-project-id