File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ pgxport [command] [flags]
183183| ` --compression ` | ` -z ` | Compression (none, gzip, zip) | ` none ` | No |
184184| ` --dsn ` | - | Database connection string | - | No |
185185| ` --verbose ` | ` -v ` | Enable verbose output with detailed debug information | ` false ` | No |
186+ | ` --quiet ` | ` -q ` | Suppress all output except errors | ` false ` | No |
186187| ` --help ` | ` -h ` | Show help message | - | No |
187188| ` --host ` | - | Database host | ` localhost ` | No* |
188189| ` --port ` | - | Database port | ` 5432 ` | No* |
@@ -210,6 +211,7 @@ _* Either `--sql` or `--sqlfile` must be provided (but not both)_
210211- ` --time-zone ` - Timezone conversion
211212- ` --fail-on-empty ` - Fail if query returns 0 rows
212213- ` --verbose ` - Detailed logging
214+ - ` --quiet ` - Suppress all output except errors
213215
214216### Format-Specific Flags
215217
@@ -995,7 +997,9 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
995997- Streaming + compression
996998- Fail-on-empty mode
997999- Batch SQL inserts
998- - Individual connection flags
1000+ - Individual connection flags
1001+ - Quiet mode
1002+
9991003
10001004### 🚧 Planned
10011005- [ ] Excel (XLSX) export
You can’t perform that action at this time.
0 commit comments