viash-io / viash

script + metadata = standalone component
https://viash.io
GNU General Public License v3.0
39 stars 2 forks source link

[FEATURE] Add option to disable randomized folders during test building #677

Closed Grifs closed 7 months ago

Grifs commented 7 months ago

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

Grifs commented 7 months ago

@tverbeiren fyi

Grifs commented 7 months ago

Continuation of #665

Grifs commented 7 months ago

Implemented in Viash 0.8.6