egrep -rw --include app.py 'name = |package = ' /var/www/tethys/apps/'
egrep -rw --include app.py 'name = |package = ' /var/www/tethys/apps/
--
You received this message because you are subscribed to the Google Groups "Tethys Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tethysplatform+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tethysplatform/ef230532-e484-4853-8adc-5354e4323c96%40googlegroups.com.
does "pip list" show the all installed apps?
On Fri, Sep 9, 2016 at 3:07 PM, shawncrawley <shawnc...@gmail.com> wrote:
This is becoming embarrassing, but I just found the issue. For the most part the package name is the directory name, but not in every case. There was one case where they were different, and that is the one that originally had me hung up. So it still stands, in my opinion, that a tethys function to list all of the app package names would be helpful.
On Friday, September 9, 2016 at 3:04:05 PM UTC-6, shawncrawley wrote:I just realized that the package name is the directory name... I don't know why it was causing me problems before. Unless anyone has anything to say, it seems that there is no more need for discussion here.
On Friday, September 9, 2016 at 2:53:27 PM UTC-6, shawncrawley wrote:I have been put in charge of uninstalling a number of apps on a server. The command "tethys uninstall" requires the app name to be specified. I assumed the app name would match the directory name where the app code is stored, but that is not the case. Is there a tethys command to list all of the installed apps? It would be helpful if it also showed their display name. In the meantime, I used the following (which actually worked quite well):
egrep -rw --include app.py 'name = |package = ' /var/www/tethys/apps/'
--
You received this message because you are subscribed to the Google Groups "Tethys Platform" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tethysplatfor...@googlegroups.com.