Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louchenyao/gcp
https://github.com/louchenyao/gcp
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/louchenyao/gcp
- Owner: louchenyao
- Created: 2020-10-09T09:15:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-16T05:09:35.000Z (about 4 years ago)
- Last Synced: 2024-12-26T16:42:28.806Z (25 days ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gcp
A cli for Google Cloud Platform. It supports commands: `ls`, `start`, `stop`, `ssh`, and `gpu`.
`ssh` and `gpu` commands are especially useful. `ssh` will update `.ssh/config` for your instances. `gpu` can set the gpu type.
## Install
Please refer to the [Official Doc](https://cloud.google.com/compute/docs/tutorials/python-guide#before-you-begin) for installing python sdk and setup the credentials.