ubicloud/spec/routes/api/cli/vm
Jeremy Evans c2f09f7f45 Support creating a VM using a registered SSH public key in the api/sdk/cli
Since a registered SSH public key name can never be a valid SSH public key,
as an SSH public key must include a space, and a registered SSH public key
name cannot include a space, if a public key name without a space is given,
assume it can be a registered SSH public key name, and look up the public
key.

This required removing the public key validity checks from the cli. To
still provide nice error messages, recognize invalid public key error
messages, and provide a better explanation when displaying the error.
2025-10-04 01:36:33 +09:00
..
create_spec.rb Support creating a VM using a registered SSH public key in the api/sdk/cli 2025-10-04 01:36:33 +09:00
destroy_spec.rb Validate Vm#public_key when saving 2025-04-26 05:34:41 +09:00
list_spec.rb Improve error output for invalid CLI option arguments 2025-07-02 05:02:05 +09:00
rename_spec.rb Add support for renaming objects to api/sdk/cli 2025-08-26 02:54:13 +09:00
restart_spec.rb Validate Vm#public_key when saving 2025-04-26 05:34:41 +09:00
scp_spec.rb Ensure cli response bodies end with newline 2025-02-21 09:32:10 -08:00
sftp_spec.rb Revert the backout of the CLI support 2025-02-11 16:09:46 -08:00
show_spec.rb Nest firewall rules when displaying 2025-02-19 10:25:42 -08:00
ssh_spec.rb Support swapping the reference and post subcommand arguments in the cli 2025-08-06 03:55:02 +09:00