https://github.com/goose97/cakecloud-cli
https://github.com/goose97/cakecloud-cli
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goose97/cakecloud-cli
- Owner: Goose97
- Created: 2020-02-20T11:36:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-22T08:06:20.000Z (over 6 years ago)
- Last Synced: 2025-03-27T18:19:51.568Z (over 1 year ago)
- Language: Go
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cakecloud-cli
How to use cakecloud CLI
1.Install package
```
git clone
cd cakecloud-cli
make
```
2.Log in with your cakecloud username and password
```
cakecloud login
```
2.Start SSH with VM name
```
cakecloud ssh $VM_NAME
```
3.Autocomplete
To enable autocomplete, follow instruction below:
- Open your ~/.zshrc file and add cakecloud as a plugins
```
Example: plugins=(git) ---> plugins=(git cakecloud)
```
- Run update to fetch list of instance name
```
cakecloud update
```