ubicloud/cli-commands
Jeremy Evans f930ca132a Allow disconnecting from postgres private subnets in the api/cli/sdk
Similar to connecting, this uses a separate option. Rather than copying
the connect route code to disconnect and modify it, since the majority
of the route code is the same, this combines the private subnet connect
and disconnect routes using a private_subnet_connection_action helper
method.

In order to tell the difference between postgres and private subnet
ids, we need to keep in ubid format so we can check the first two
characters. Add ubid typecast param and symbol matcher to support that.
2025-09-15 11:54:52 -07:00
..
ai Use API instead of api/Api in user visible text when refering to inference API keys 2025-05-03 03:33:32 +09:00
fw Allow fw detach-subnet cli to accept ps-name for ps-id 2025-08-27 04:12:30 +09:00
kc Add support for renaming objects to api/sdk/cli 2025-08-26 02:54:13 +09:00
lb Allow lb create cli private subnet id argument to accept private subnet name 2025-08-27 04:12:30 +09:00
pg Support creating a postgres database attached to a private subnet in the api/sdk/cli 2025-09-15 11:52:59 -07:00
ps Allow disconnecting from postgres private subnets in the api/cli/sdk 2025-09-15 11:54:52 -07:00
vm Allow vm create cli -p option to accept private subnet name 2025-08-27 04:12:30 +09:00
ai.rb Add cli ai api-key commands 2025-05-03 03:33:32 +09:00
fw.rb Minor CLI help improvements 2025-03-13 09:20:15 -07:00
help.rb Improve display of option values in CLI 2025-03-19 14:08:49 -07:00
kc.rb Add create command to KubernetesCluster CLI 2025-07-02 10:34:03 +02:00
lb.rb Minor CLI help improvements 2025-03-13 09:20:15 -07:00
pg.rb Minor CLI help improvements 2025-03-13 09:20:15 -07:00
ps.rb Minor CLI help improvements 2025-03-13 09:20:15 -07:00
version.rb Change CLI --version option to version command 2025-03-19 14:08:49 -07:00
vm.rb Minor CLI help improvements 2025-03-13 09:20:15 -07:00