ubicloud/cli-commands
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 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 Allow creating a PostgreSQL database without firewall rules in api/sdk/cli 2025-09-03 02:23:35 +09:00
ps Allow ps create cli -f option to accept firewall name 2025-08-27 04:12:30 +09: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