mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-30 11:45:05 +08:00
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
# Check project status
|
|
gcutil getproject --project=<ProjectName> --cache_flag_values
|
|
|
|
# Start an instance
|
|
gcutil addinstance <instanceName>
|
|
|
|
# Log in
|
|
gcutil ssh <instanceName>
|
|
|
|
# Shut down
|
|
gcutil deleteinstance <instanceName> |