ubicloud/spec/routes/api/cli
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/api-key Add cli ai api-key commands 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
golden-file-commands Test for case where name in name to id lookup contains slash 2025-08-27 04:12:30 +09:00
golden-files Allow disconnecting from postgres private subnets in the api/cli/sdk 2025-09-15 11:54:52 -07:00
kc Update k8s tests so we won't have to update tests on version releases 2025-08-29 10:59:43 +02: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
golden_files_spec.rb Move dns_zone helper to PostgresResource model 2025-09-15 14:41:18 +02:00
help_spec.rb Have cli vm create command check public key format and provide specific error message 2025-04-26 05:34:41 +09:00
options_spec.rb Change CLI --version option to version command 2025-03-19 14:08:49 -07:00
spec_helper.rb Use ubi-pgpassword response header for cli psql/pg_dump/pg_dumpall, if client is 1.1.0+ 2025-08-06 02:10:02 +09:00