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

Keppler configuration file support #68

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

Conversation

lafusew
Copy link

@lafusew lafusew commented Jun 26, 2022

Use of a json config file instead of command line parameters as asked in #66

Features & Behavior

Added --config param for specifying the JSON config file path.

As the config param is defaulted to .kepplerrc it silently try to read a config file, if found: read the configuration.

Configuration file should be a JSON with key-values following documented parameters rules. e.g:

{
  "name": "My project",
  "host": "localhost",
  "port": "8080",
  "open": true,
  "debug": 1
}

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.

1 participant