Skip to content

Commit 90ed3a6

Browse files
aprimakinaclaude
andcommitted
docs: clarify read replica handling for db save-password and create role
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 8a7265a commit 90ed3a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ Tiger CLI provides the following commands:
110110
- `delete` - Delete a service
111111
- `update-password` - Update service master password
112112
- `logs` - View service logs
113-
- `tiger db` - Database operations (each command below also accepts a read replica set ID)
113+
- `tiger db` - Database operations (most commands also accept a read replica set ID)
114114
- `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)
115115
- `connection-string` - Get connection string for a service
116116
- `test-connection` - Test database connectivity
117117
- `schema` - Display database schema information (tables, views, indexes, functions, TimescaleDB hypertables, and more)
118-
- `save-password` - Save a database password to configured password storage (keyring, pgpass, or none)
119-
- `create role` - Create a new database role, with optional read-only enforcement, inherited grants (`--from`), and statement timeout
118+
- `save-password` - Save a database password to configured password storage (keyring, pgpass, or none); a replica ID saves against its primary, since replicas share credentials
119+
- `create role` - Create a new database role, with optional read-only enforcement, inherited grants (`--from`), and statement timeout (must target the primary; replica IDs are rejected)
120120
- `tiger config` - Configuration management
121121
- `show` - Show current configuration
122122
- `set` - Set configuration value

0 commit comments

Comments
 (0)