[Enhancement] KCL builtin file system package #1049
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Feature Request
Is your feature request related to a problem? Please describe:
There are no methods for interacting with the file system in KCL's builtin functions.
Describe the feature you'd like:
Provides a set of predefined methods for interacting with the file system
Describe alternatives you've considered:
The Filesystem Functions in Terraform: https://developer.hashicorp.com/terraform/language/functions/abspath
The Filesystem Functions in Helm: https://helm.sh/docs/chart_template_guide/accessing_files/
Teachability, Documentation, Adoption, Migration Strategy:
The methods to be implemented are listed here, in descending order of priority from top to bottom
Some basic functions:
pattern
feat: add builtin io function glob() #1051Some advanced functions:
Bug fix:
Docs:
The text was updated successfully, but these errors were encountered: