Error: No such option: --site

run-adm@destek:~/frappe-bench$ bench get-app helpdeskbench new-site helpdesk.testbench --site helpdesk.test install-app helpdeskbench --site helpdesk.test add-to-hosts

Usage: bench get-app [OPTIONS] [NAME]… GIT_URL
Try ‘bench get-app --help’ for help.

Error: No such option: --site

why do you think I’m getting this error?

The error is giving you the correct usage

bench get-app helpdesk GIT_URL

You will need to enter the URL then;

bench new-site helpdesk.test

https://frappeframework.com/docs/user/en/bench/resources/bench-commands-cheatsheet

see here

I’m sorry, I didn’t quite understand. I will run this command first;

bench new-site helpdesk.test

then I will run this command ;

bench get-app helpdeskbench new-site helpdesk.testbench --site helpdesk.test install-app helpdeskbench --site helpdesk.test add-to-hosts

Unfortunately I don’t understand these issues because I’m a windows guy :slight_smile:

also, do I need to write something instead of add-to-host at the end of the command?