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
Drop the redundant "in place of the service ID" and doubled "read replica"
wording from the db connection commands' help and the README, and remove the
read-only/lag aside from `db connect` help (kept in the MCP tool description).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ 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 in place of the service ID)
113
+
-`tiger db` - Database operations (each command below also accepts 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
0 commit comments