Add ability to restrict modifications to an isolated portion of a yaml file #42
Closed
Description
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