This seems to be an odd question, I have not found anything in the docs (maybe it is too obvious?).
How can one delete a form, and make it no longer available in the CHT app, using the command line?
This seems to be an odd question, I have not found anything in the docs (maybe it is too obvious?).
How can one delete a form, and make it no longer available in the CHT app, using the command line?
There might be other ways to do it, but I use the delete-forms
action in cht-conf.
So, to delete a form on my local development instance I run: cht --local delete-forms -- *my_form_name*
There is also a delete_all_forms
action if you want to just clear everything out and start over…
Thank you very much @jkuester
I could have found that by looking into the cht
help
menu.
Sorry for that!