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

feat: added config file support #400

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Conversation

Dionid
Copy link

@Dionid Dionid commented Sep 29, 2023

Added support for using config file.

File can be like this:

# /config.yaml

verbose: true
schema: public
out: ./somewhere
exclude:
  - user

And using will be like:

xo --config ./config.yaml schema "postgres://postgres:postgres@localhost:5441/db"

If you like this, i will complete config file with all supported cli flags.

@Dionid Dionid marked this pull request as ready for review January 25, 2024 10:37
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.

None yet

1 participant