Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to use stdout #63

Merged
merged 2 commits into from
Nov 10, 2024
Merged

Add option to use stdout #63

merged 2 commits into from
Nov 10, 2024

Conversation

KarnerTh
Copy link
Owner

@KarnerTh KarnerTh commented Nov 10, 2024

Fix #62

Adds --outputMode option - which supports file(default) and stdout

if stdout is used we reduce the logging/visuals to a minimum

example usage:

mermerd -c "postgresql://user:password@localhost:5432/mermerd_test" -s public --useAllTables --outputMode stdout

@KarnerTh KarnerTh marked this pull request as ready for review November 10, 2024 13:34
@KarnerTh KarnerTh merged commit 6658482 into master Nov 10, 2024
1 check passed
@KarnerTh KarnerTh deleted the feature/stdout branch November 10, 2024 13:35
cpkurotori pushed a commit to cpkurotori/mermerd that referenced this pull request Dec 18, 2024
* add option to use stdout

* update readme and changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Option to write to standard output
1 participant