How to rebuild an app

Hi everyone,
I am trying to develop a custom app which needed some server-side scripting in python. However, changes won’t get applied until I do ‘bench update’ which update all apps and sites. Is there a command in bench that will rebuild a specific app?

Thanks
Dhaifallah Alwadani

If you did changes in a single app then you don’t need to do bench update. Just go to respective app directory and take pull - > e.g. git pull upstream master

1 Like

@dalwadani After you make git pull do this :
bench --site site1.local migrate

4 Likes

Thanks. This was what I am looking for.

You are most welcome :slightly_smiling_face: