Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,13 @@ 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
- `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
Expand Down
Loading