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

honor symbolic links in templates #75

Open
solaegis opened this issue Aug 21, 2019 · 0 comments
Open

honor symbolic links in templates #75

solaegis opened this issue Aug 21, 2019 · 0 comments

Comments

@solaegis
Copy link

I'd like to suggest an enhancement that would allow boilr to support symbolic links between files. Where Name and Author are defined in project.json, this tree would be properly handled when saved as a template:

.
├── project.json
└── template
    └── {{Name}}
        ├── env.tf
        ├── global-{{Name}}
        └── {{Author}}
            ├── env.tf -> ../env.tf
            └── globals.tf -> ../global-{{Name}}

and would result in the following when used

.
├── project.json
└── template
    └── MyName
        ├── SolAegis
        │   ├── env.tf -> ../env.tf
        │   └── globals.tf -> ../global-MyName
        ├── env.tf
        └── global-MyName

where MyName is supplied for Name and SolAegis is supplied for Author

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