https://github.com/wei/cloudcone-cli
Cloudcone commandline tool
https://github.com/wei/cloudcone-cli
Last synced: about 1 year ago
JSON representation
Cloudcone commandline tool
- Host: GitHub
- URL: https://github.com/wei/cloudcone-cli
- Owner: wei
- License: mit
- Created: 2017-09-30T04:40:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T13:16:54.000Z (over 8 years ago)
- Last Synced: 2025-03-31T23:39:08.913Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloudcone-cli
Cloudcone commandline tool. Wrapper for https://api.cloudcone.com.
## Installation
```
$ curl -sSLO https://prod.download/cloudcone-cli
$ chmod +x cloudcone-cli
```
## Usage
First set `CC_KEY` and `CC_HASH` environment variables, or run `CC_KEY=[...] CC_HASH=[...] cloudcone-cli [...]`.
```text
Usage:
cloudcone-cli [action] [id] [option ...]
Available actions:
boot
graphs
info
reboot
shutdown
status
Actions available for compute instances only:
list
list-os
create --payload
reinstall-os --payload
reset-password --payload
resize --payload
Options:
-C, --compute Compute instance (Default)
-D, --dedicated Dedicated instance
-d, --payload Payload to send with request
-h, --help Display this usage message and exit
-v, --version Prints version and exit
```
Omit `--payload` for an interactive form.
For prettier json outputs, pipe it to `| python -m json.tool` or other json beautify programs.
## Author
Wei He *github@weispot.com*
## License
[MIT](LICENSE)