Skip to content

Releases: cloudwm/cloudcli-server

v0.1.8

15 Dec 13:22

Choose a tag to compare

v0.1.7

10 Dec 14:44

Choose a tag to compare

  • server options command: fix for --ram option to take into account cpu type

v0.1.6

25 Nov 20:15

Choose a tag to compare

v0.1.5

24 Sep 12:06

Choose a tag to compare

v0.1.4

22 Aug 17:38

Choose a tag to compare

  • 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

21 Jul 16:43

Choose a tag to compare

  • add server info command
  • add support for handling wait command errors
  • modify schema to not auto sort server create flags + fix flags order
  • add server reboot command
  • add server attach command

v0.1.1

20 May 17:07

Choose a tag to compare

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 --wait flag 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 list
    • queue 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_at attribute 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