ubicloud/cli-commands/pg/post
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
..
add-config-entries.rb DRY up pg add-config-entries/show-config/show-pgbouncer-config code 2025-08-26 02:42:03 +09:00
add-firewall-rule.rb Support creating postgres firewall rules with descriptions in the cli/sdk 2025-08-26 02:42:03 +09:00
add-metric-destination.rb Reimplement CLI processing using the Ruby SDK 2025-03-28 16:25:47 -07:00
add-pgbouncer-config-entries.rb Add pg add-pgbouncer-config-entries to the cli/sdk 2025-08-26 02:42:03 +09:00
ca-certificates.rb Add pg ca-certificates to the cli 2025-08-26 02:42:03 +09:00
create-read-replica.rb Add pg create-read-replica to the cli/sdk 2025-08-26 02:42:03 +09:00
create.rb Allow creating a PostgreSQL database without firewall rules in api/sdk/cli 2025-09-03 02:23:35 +09:00
delete-firewall-rule.rb Improve error output for invalid CLI option arguments 2025-07-02 05:02:05 +09:00
delete-metric-destination.rb Improve error output for invalid CLI option arguments 2025-07-02 05:02:05 +09:00
destroy.rb Fix capitalization in destroy confirm/error messages 2025-02-19 10:25:42 -08:00
modify-firewall-rule.rb Add pg modify-firewall-rule to the cli/sdk 2025-08-26 02:42:03 +09:00
modify.rb DRY up and handle errors for incorrect pg tag format on cli 2025-08-26 02:42:03 +09:00
pg_dump.rb Restructure CLI help to support command descriptions 2025-03-13 09:20:15 -07:00
pg_dumpall.rb Restructure CLI help to support command descriptions 2025-03-13 09:20:15 -07:00
promote-read-replica.rb Add pg promote-read-replica to the cli/sdk 2025-08-26 02:42:03 +09:00
psql.rb Restructure CLI help to support command descriptions 2025-03-13 09:20:15 -07:00
remove-config-entries.rb Add pg remove-config-entries to the cli 2025-08-26 02:42:03 +09:00
remove-pgbouncer-config-entries.rb Add pg remove-pgbouncer-config-entries to the cli 2025-08-26 02:42:03 +09:00
rename.rb Add support for renaming objects to api/sdk/cli 2025-08-26 02:54:13 +09:00
reset-superuser-password.rb Reimplement CLI processing using the Ruby SDK 2025-03-28 16:25:47 -07:00
restart.rb Reimplement CLI processing using the Ruby SDK 2025-03-28 16:25:47 -07:00
restore.rb Reimplement CLI processing using the Ruby SDK 2025-03-28 16:25:47 -07:00
set-maintenance-window.rb Add pg set-maintenance-window to cli/sdk 2025-08-26 02:42:03 +09:00
show-config.rb DRY up pg add-config-entries/show-config/show-pgbouncer-config code 2025-08-26 02:42:03 +09:00
show-pgbouncer-config.rb DRY up pg add-config-entries/show-config/show-pgbouncer-config code 2025-08-26 02:42:03 +09:00
show.rb Add more fields to pg show cli 2025-08-26 02:42:03 +09:00