anyone know of how to remove templates (that were ...
# prisma-whats-new
t
anyone know of how to remove templates (that were added using the CLI 'add-template <template>' command)? I cannot delete the files due to a permission error
e
sudo rm -rf your-folder-name
🙂
t
Thanks. Just wanted to check there was no official way due to anything being left behind in some other folder
besides the stuff in the yml file
Worth saying to anyone who might not know that reads this suggestion, be careful to apply ^^^ on the right folder as Eugene shows, it will Recursively delete with Force (no prompt -just chews through things).
👍 1
💯 1