Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

Can I use import in Azkfile and have multiple Azkfiles? #704

Open
srghma opened this issue Dec 25, 2017 · 0 comments
Open

Can I use import in Azkfile and have multiple Azkfiles? #704

srghma opened this issue Dec 25, 2017 · 0 comments

Comments

@srghma
Copy link

srghma commented Dec 25, 2017

I came here from this issue moby/moby#31101 looking for a better tool to orchestrate projects. My requirements is similar to Yajo requirements (project)

I want to have config files Azkfile.common.js, Azkfile.test.js and others.
And be able to import configuration from common to others

something like this would work perfectly:

// Azkfile.common.js
export default {
  be: {....},
  redis: { .. },
}
// Azkfile.test.js
import common from ...

system({
  ...common,
  be: {
    extends : common.be,
    ....
  },
})
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant