Created
April 5, 2022 19:18
-
-
Save jewelsjacobs/9860cbef66673ef76f5227bbf2f10836 to your computer and use it in GitHub Desktop.
[Copy file to macOS clipboard from GCP vm] #gcp #vm #gcloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcloud compute ssh --zone [zone] --project [project] [vm-name] --command "cat [file]" | pbcopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment