From 8a7265a848b9d588e48893a3ab758c3e85284afd Mon Sep 17 00:00:00 2001 From: Alexandra Primakina Date: Thu, 16 Jul 2026 17:57:47 +0200 Subject: [PATCH 1/2] docs: add db save-password and create role to README command list Co-Authored-By: Claude Opus 4.8 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8250d472..8cebb3b9 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,8 @@ Tiger CLI provides the following commands: - `connection-string` - Get connection string for a service - `test-connection` - Test database connectivity - `schema` - Display database schema information (tables, views, indexes, functions, TimescaleDB hypertables, and more) + - `save-password` - Save a database password to configured password storage (keyring, pgpass, or none) + - `create role` - Create a new database role, with optional read-only enforcement, inherited grants (`--from`), and statement timeout - `tiger config` - Configuration management - `show` - Show current configuration - `set` - Set configuration value From 6ef8cf1a6281b6f0a9790b459bc8f1a8519da74d Mon Sep 17 00:00:00 2001 From: Alexandra Primakina Date: Thu, 16 Jul 2026 18:02:25 +0200 Subject: [PATCH 2/2] docs: clarify read replica handling for db save-password and create role Co-Authored-By: Claude Opus 4.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cebb3b9..28447959 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Tiger CLI provides the following commands: - `delete` - Delete a service - `update-password` - Update service master password - `logs` - View service logs -- `tiger db` - Database operations (each command below also accepts a read replica set ID) +- `tiger db` - Database operations - `connect` - Connect to a database with psql (in an interactive terminal, if the service has read replicas, offers to connect to one of them; use `--no-replica-prompt` to skip) - `connection-string` - Get connection string for a service - `test-connection` - Test database connectivity