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

[proposal] config file versioning #264

Closed
mirceanis opened this issue Nov 17, 2020 · 0 comments
Closed

[proposal] config file versioning #264

mirceanis opened this issue Nov 17, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mirceanis
Copy link
Member

In daf 7, the cli has an option of instantiating an agent based on a config yml file.
There should be a versioning scheme processed by the config parser to allow iteration of the configuration syntax.

It could be as simple as a top level entry:

version: "1.0"

or, nested under a known static entry that signals that this is a daf config:

daf-config:
  version: "1.0"

It is unclear at this point how the parser handles older/newer versions of what it can parse.

@mirceanis mirceanis added the enhancement New feature or request label Nov 17, 2020
@mirceanis mirceanis added this to the DAF 7.0 milestone Nov 17, 2020
simonas-notcat added a commit that referenced this issue Dec 16, 2020
mirceanis pushed a commit that referenced this issue Dec 17, 2020
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