Releases: cloudwm/cloudcli-server
Releases · cloudwm/cloudcli-server
v0.1.8
- remove password validation cloudwm/cloudcli#30
- fix clone server defaults cloudwm/cloudcli#27 cloudwm/cloudcli#29
v0.1.7
v0.1.6
- add server configure flags: dailybackup, managed, billingcycle, monthlypackage cloudwm/cloudcli#22
- add server history command cloudwm/cloudcli#17
- add server rename command cloudwm/cloudcli#18
- add server clone command cloudwm/cloudcli#19
- add server statistics command cloudwm/cloudcli#15
v0.1.5
- remove unused frontend dependencies, upgrade composer dependencies
- add server description command (cloudwm/cloudcli#13) + support for get/set type commands
- add server snapshot command - list, create, delete, revert snapshots (cloudwm/cloudcli#12)
- add server network command - list, add, disconnect, connect (cloudwm/cloudcli#11)
- add server disk commands (cloudwm/cloudcli#10)
- fix error response message (cloudwm/cloudcli#21)
- add server configure command with support for changing RAM and CPU only (cloudwm/cloudcli#9)
v0.1.4
- add support for interactive server create
- add datacenter configuration options API method
- add server password reset command
- add server sshkey command to add a public key to server authorized keys
- add support for setting ssh key on server create
- add support for connect with ssh key
v0.1.3
v0.1.1
Tested with cloudcli v0.1.1
Changelog
- refactor the cli schema json, making it easier to edit and reuse based on multiple json files rather then 1 big file which is hard to edit. Also supports basic templating.
- Add
--waitflag for all commands returning a command ID - it output the command log as it progresses and prints the command metadata when complete. - Add queue commands to get task progress and status:
queue listqueue detail--wait: waits for task to complete--log: output the task log
- Support new create server API + all flags.
- Support specifying image name and fetching ID from server options
- cli schema returned from cloudcli-server includes a
schema_generated_atattribute which is used by cloudcli to cache and refresh the schema. - log POST error responses (to internal server log)
- fix create server networking configurations
- add deployment docs