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
Eugene Godun
02/16/2018, 3:05 PM
sudo rm -rf your-folder-name
🙂
t
typeofgraphic
02/16/2018, 3:13 PM
Thanks. Just wanted to check there was no official way due to anything being left behind in some other folder
typeofgraphic
02/16/2018, 3:14 PM
besides the stuff in the yml file
typeofgraphic
02/17/2018, 10:01 AM
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).