I have a custom Alexa skill that I made some time back which needed an update. Due to a recent hard drive crash I had to restore this project from an older backup. It appears that within my backup I can't deploy any updates to my skill using the ask-cli as it appears to be missing the .ask/ directory. The actual error I get from `ask deploy` that I get is;
"[Error]: Failed to deploy. Please ensure current working directory is the root of your skill project that contains the project config in the hidden .ask folder."
Is there a way I can manually recreate this file in an attempt to get the ask-cli working again?
Thank you