You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using copyfiles cli in my node.js project. But I'm facing issue while I'm trying to copy file with another name. command creates a folder with .env name & copy source file on that newly created folder. But I want to copy source file to destination folder (mentioned in command argument) with another name.
I'm trying following: npx copyfiles ./.env.template ./.env
Expected behavior: above command will create a new file with name .env & copy all the content of .env.template to it.
Please help me on:
copy file with another name is not supported.
it's supported & my syntax is wrong. If so, what would be the correct syntax.
it's a bug.
The text was updated successfully, but these errors were encountered:
I'm using copyfiles cli in my node.js project. But I'm facing issue while I'm trying to copy file with another name. command creates a folder with .env name & copy source file on that newly created folder. But I want to copy source file to destination folder (mentioned in command argument) with another name.
I'm trying following:
npx copyfiles ./.env.template ./.env
Please help me on:
The text was updated successfully, but these errors were encountered: