Closed Grifs closed 7 months ago
For usage in CI, it would be nice to be able to have deterministic behaviour where the build folder is easily to predict.
Add option to the CLI to disable adding a random suffix to the build folder.
It prevents needing to parse the generated output for finding which folder was created, or alternatively, doing a find in the temp folder.
find
No response
@tverbeiren fyi
Continuation of #665
Implemented in Viash 0.8.6
Feature summary
For usage in CI, it would be nice to be able to have deterministic behaviour where the build folder is easily to predict.
Feature description
Add option to the CLI to disable adding a random suffix to the build folder.
Why is this feature beneficial?
It prevents needing to parse the generated output for finding which folder was created, or alternatively, doing a
find
in the temp folder.Alternatives considered
No response
Possible solution
No response
Confirmation