Replies: 1 comment
-
There now is a glob testing command.
docs for it are https://www.statiq.dev/guide/execution/files |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My Scenario
I have created a basic generator but I have added settings to modify the input and output directories and file patterns using the globbing syntax.
My Problem
I do not know which files are going to be ingested and which are excluded. This is probably because I am not an expert on globbing syntax.
The Proposal
A feature (possibly a command line option) where I would be able to specify a "no output" mode where my generator would only spit out the logging messages so I can visualize which folders and files are going to be processed.
I have seen this feature in build tools where one can visualize the execution without actually producing outputs.
Beta Was this translation helpful? Give feedback.
All reactions