Commit graph

2 commits

Author SHA1 Message Date
Blake Ridgway
106b08a507 (feat): Generate random URLs for different server types
Allows users to select a server type (PostgreSQL, Redis, RabbitMQ,
Sandbox, Staging) and generates a random URL with a prefix
corresponding to the server type. The script loops until the user enters
'q' to quit or indicates they do not need another URL.

* Introduces interactive menu for server type selection.
* Implements URL generation based on chosen server prefix.
* Adds loop to generate multiple URLs until user quits.
* Handles invalid input and prompts the user again.
2025-04-19 01:36:51 +00:00
Blake Ridgway
c55faa80f2 first commit 2025-02-12 20:58:25 -06:00