When I run the following command:
yiic webapp main /home/david123/domains/david123.servehttp.com/public_html/main
It waits for my answer:
Create a Web application under '/home/david123/domains/david123.servehttp.com/public_html/main'? [Yes|No]
Rather than entering Yes/No each time I run this command, I would like to pre-supply the answer to the command. What should I append to my original command?
yiic webapp main /home/david123/domains/david123.servehttp.com/public_html/main
You should prepend an invocation of
yes
.