-
Notifications
You must be signed in to change notification settings - Fork 215
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 app config file support #7
Comments
I am working on this feature and came across same issue as pointed here: It looks like it is a bug and still open |
Hi @jreyeshdez, we might want to merge those issues @avive ? Edit:
I'm thinking maybe we should drop using the cli for that and load a config file by ourself then apply it to flags. to make sure all types are working and everything is consistent without relying on the cli package. Have any thoughts or ideas ? @jreyeshdez @avive |
@y0sher - looking into this today |
@y0sher - do you mind opening a PR from your forked code so I can have a look and comment? Just please mark it as WIP |
Thanks @y0sher for the good work on getting this done! |
Implement support for app configuration via a config file, and write tests for app configs using a file.
Choose TOML or YAML as file format and integrate with cli1.v1
The text was updated successfully, but these errors were encountered: