You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,13 +110,13 @@ Tiger CLI provides the following commands:
110
110
-`delete` - Delete a service
111
111
-`update-password` - Update service master password
112
112
-`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)
114
114
-`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)
115
115
-`connection-string` - Get connection string for a service
116
116
-`test-connection` - Test database connectivity
117
117
-`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)
0 commit comments