martinhaintz/File List
lists all config files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | directory to look through | no | "" |
| file_extension | file extension filter. (e.g., "txt","yml") | no | "" |
| only_files_starts_with | use only files which starts with. list is allowed (e.g., "prod_,dev") | no | "" |
| only_files_starts_with_delimiter | delimiter for the only files list (default: ",") | no | , |
| ignore_files_starts_with | files start with are ignored. list is allowed (e.g., "ingore_,default") | no | "" |
| ignore_files_starts_with_delimiter | delimiter for the ingored files list (default: ",") | no | , |
Outputs
| name | description |
|---|---|
| files | All files as json list |
| file_names | All file names without extension as json list |