Usage
setup.sh [OPTIONS]
OPTIONS
--help, -h prints the command usage
--name, -n <name of vm> specify the name of this workstation
--gcp-project, -p <gcp-project> name of gcp project to place the vm in
--service-account-json, -s <path/to/service/account/json> path to gcp service account json to authenticate with
$ ./setup.sh -n my-vm -p my-gcp-project -s /tmp/my-gcp-service-account-key.json
list.sh [OPTIONS]
OPTIONS
--help, -h prints the command usage
--service-account-json, -s <path/to/service/account/json> path to gcp service account json to authenticate with
$ ./list.sh -s /tmp/my-gcp-service-account-key.json
ssh.sh [OPTIONS]
OPTIONS
--help, -h prints the command usage
--name, -n <name of vm> specify the name of this workstation
--service-account-json, -s <path/to/service/account/json> path to gcp service account json to authenticate with
$ ./ssh.sh -n my-vm -s /tmp/my-gcp-service-account-key.json