Skip to content

feat(build-project): adding an option to set a custom temp path to use during project-build

Compare
Choose a tag to compare
@DavidVujic DavidVujic released this 17 Nov 20:15
· 6 commits to main since this release
40bf40c

Adding an option --custom-temp-path to be able to set the temporary path that is used building a project.

A custom temporary path to use for reading, writing and deleting project content during the project build. This option is useful for environments with restrictions on where scripts are allowed to store content.

NOTE: The default temp path will be created as a sibling to the project to build as before, and is the recommended way in most cases.

Details in #67