Diego

Results 7 issues of Diego

## Summary This PR implements automatic daily log rotation and improves the default log location for pgcli. ## Changes ### 1. Daily Log Rotation - Implements automatic log rotation at...

## Summary This PR enables PostgreSQL's `.pgpass` file to work seamlessly with SSH tunnel connections. Previously, when using `--ssh-tunnel`, the `.pgpass` file was not consulted because pgcli was connecting to...

## Summary This PR implements the `-t`/`--tuples-only` option, similar to psql's `-t` flag, which prints query results without status messages or timing information. This is useful for scripting and piping...

## Summary This PR adds support for the `-y`/`--yes` option to pgcli, allowing users to bypass destructive command confirmation prompts. This is particularly useful for automated scripts and CI/CD pipelines....

## Summary This PR adds support for the `-f`/`--file` option to pgcli, implementing psql-compatible behavior for executing SQL commands from files. ## Features - **Single file execution**: `pgcli -f file.sql`...

## Summary This PR adds support for the `-c`/`--command` option to pgcli, implementing psql-compatible behavior for executing SQL commands or internal commands from the command line. This is PR #1530,...