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

Add ability to restrict modifications to an isolated portion of a yaml file #42

Closed
alechenninger opened this issue May 27, 2016 · 2 comments

Comments

@alechenninger
Copy link
Owner

This will help interaction with YAML files that are partially human edited, and partially managed by monarch.

For example, the YAML might look like:

# human comments
human::managed::key: value

# --- Begin generated by monarch
monarch::managed::key: value
# --- End generated by monarch

# more human comments
another::human::managed::key: value
@alechenninger
Copy link
Owner Author

alechenninger commented May 27, 2016

This is a similar goal but different solution to #15

The benefit here is that this can keep all non-monarch managed portions perfectly intact as long as the comments are not messed with and it is simpler to implement than writing a round trip parser/dumper in java or porting to python

@alechenninger
Copy link
Owner Author

Related: #44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant