How to Clone Apps from Frappe Cloud to Local Bench after ssh

Hello everyone,

I have several apps installed on my Frappe Bench, which hosts various sites. I would like to clone some of these apps to my local machine directly from Frappe Cloud, bypassing GitHub. I already have SSH access to my bench environment.

My current setup:

  • Apps are hosted on Frappe Cloud.
  • Local bench is set up with SSH access to the cloud environment.

Goal:

  • Clone apps directly from the Frappe Cloud to my local machine without using GitHub.

Steps I’ve taken so far:

  1. SSH into my local bench.
  2. Navigated to the app directory.

Question: Is there a command or method in bench that allows me to clone the apps directly from the Frappe Cloud? For example, something like bench clone <app-name> when I’m in the app directory?

Any guidance or step-by-step instructions would be greatly appreciated. Thank you.