mchirico / agil

Golang GraphQL Query of Github Projects
Apache License 2.0
0 stars 0 forks source link

Common Bash Commands #85

Open mchirico opened 3 years ago

mchirico commented 3 years ago
# gcloud compute ssh worker -- -L 38211:localhost:38211 -L 32793:localhost:32793 -L 37999:localhost:37999   -fN
# gcloud compute config-ssh
# gcloud compute instances list

# gcloud compute instances stop worker
# gcloud compute instances start worker
# tmux attach
alias sworker='gcloud compute instances start worker'
tacomonkautobot[bot] commented 3 years ago

mchirico, Thanks for opening this issue!