ubicloud/spec/routes/api/cli
Jeremy Evans 5e67c45687 Allow creating a PostgreSQL database without firewall rules in api/sdk/cli
The reason for allowing this is it allows you to create a locked-down
PostgreSQL database without parsing output of previous commands.
Previously, to create a locked-down database, you needed to create the
database, then remove the default firewall rules for it, then add your
own. Using this, you add the database without rules, and then add the
rules you need.
2025-09-03 02:23:35 +09: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 creating a PostgreSQL database without firewall rules in api/sdk/cli 2025-09-03 02:23:35 +09: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 Allow creating a PostgreSQL database without firewall rules in api/sdk/cli 2025-09-03 02:23:35 +09:00
ps Fix nondeterministic failure in ps connect/disconnect cli spec 2025-08-28 03:02:32 +09: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 Support IPv6 connections to PostgreSQL databases by default 2025-09-03 02:09:02 +09: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