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

Reverse Merge #26

Open
fcastanheira opened this issue Apr 17, 2020 · 0 comments
Open

Reverse Merge #26

fcastanheira opened this issue Apr 17, 2020 · 0 comments

Comments

@fcastanheira
Copy link

Hi,
when i'm doing the merge of one yml fill to another one with another properties the yml file will always import in the end.
ex:
customer.yml
type: customer
name: John
age: 30

users.yml
$include: ./customer-yml
api:
server_url: xpto.api.com

the output of users.inc.yml will be:

api:
server_url: xpto.api.com
type: customer
name: John
age: 30

so is inverse to the place were i put the include.

How can i include for the order that i want?

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

No branches or pull requests

1 participant