Skip to content

honor symbolic links in templates #75

@solaegis

Description

@solaegis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions