You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Atmos is not able to match the path of the subdir and it vendors all the files under pepe2 dir
it is also not possible to templatize the exclude or include paths, which is helpful when you have automated pipelines that can expose the names of dirs you want to exclude.
- "**/stacks/**/${exclude_me}"
That will be nice to have.
Atmos 1.110.0
Expected Behavior
Atmos should support regexes fully for the exclude and include paths
Steps to Reproduce
atmos vendor pull
Screenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
osterman
changed the title
Vendor pull do not support subdir regex for exclusion or templating on the include/exclude list
Vendor pull do not support subdir double-star glob for exclusion or templating on the include/exclude list
Dec 9, 2024
osterman
changed the title
Vendor pull do not support subdir double-star glob for exclusion or templating on the include/exclude list
Vendor pull does not support double-star glob for exclusions or templating on the include/exclude list
Dec 9, 2024
@jamengual in this example, I'm a little bit confused by this: ${exclude_me} as that's not Go templating syntax and not sure what you would be referring to.
@jamengual in this example, I'm a little bit confused by this: ${exclude_me} as that's not Go templating syntax and not sure what you would be referring to.
Describe the Bug
atmos vendor pull can't exclude subdirs.
If I have :
and vendor yaml with :
Atmos is not able to match the path of the subdir and it vendors all the files under
pepe2
dirit is also not possible to templatize the exclude or include paths, which is helpful when you have automated pipelines that can expose the names of dirs you want to exclude.
- "**/stacks/**/${exclude_me}"
That will be nice to have.
Atmos 1.110.0
Expected Behavior
Atmos should support regexes fully for the exclude and include paths
Steps to Reproduce
atmos vendor pull
Screenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: