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

Single JTAF binary proposal #6

Open
davedotdev opened this issue Jul 26, 2021 · 0 comments
Open

Single JTAF binary proposal #6

davedotdev opened this issue Jul 26, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@davedotdev
Copy link
Contributor

I propose a single JTAF binary which consumes both individual JTAF programs. This is mainly to make the user journey simpler and build steps.

Usage
Users would compile a single binary and instantiate it with flags which activate a code path. For example, to generate the YANG XPath expressions:

./jtaf -processYang -config ./config.toml

Similarly, to process the provider:

./jtaf -processProvider -config ./config.toml

It would be simple to create a single JTAF binary and add flags to control internal flow. The result would be a single application instead of two separate binaries.

Let's discuss here. I'm happy to take this on if there is agreement. This would also act as a foundation for other work as we add features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants