What problem does this address?
It is tedious to find the file from temp dir, and then move it to where you want it to be. Needs a lot of steps which I don't feel should be there.
What is your proposed solution?
Add a cli option, say --output=<output>, to make the file in a custom location.
What alternatives have you considered?
Shell scripts and other automation. But it is inconvenient when I need a file quick or am debugging in the cli. Doesn't make for a good DX.
Additional Context
No response
What problem does this address?
It is tedious to find the file from temp dir, and then move it to where you want it to be. Needs a lot of steps which I don't feel should be there.
What is your proposed solution?
Add a cli option, say
--output=<output>, to make the file in a custom location.What alternatives have you considered?
Shell scripts and other automation. But it is inconvenient when I need a file quick or am debugging in the cli. Doesn't make for a good DX.
Additional Context
No response