Skip to content

Commit 92f472e

Browse files
aprimakinaclaude
andauthored
docs: add db save-password and create role to README command list (#178)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 377b0e6 commit 92f472e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,11 +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
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
118120
- `tiger config` - Configuration management
119121
- `show` - Show current configuration
120122
- `set` - Set configuration value

0 commit comments

Comments
 (0)