From 865125918ef14b1108cdfc332995c0a06c25ade7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alper=20Ebi=C3=A7o=C4=9Flu?= <9526587+ebicoglu@users.noreply.github.com> Date: Thu, 7 Jul 2022 18:23:12 +0300 Subject: [PATCH] add public website parameter --- docs/en/CLI-New-Command-Samples.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/en/CLI-New-Command-Samples.md b/docs/en/CLI-New-Command-Samples.md index 430ac01064..24d8f314f3 100644 --- a/docs/en/CLI-New-Command-Samples.md +++ b/docs/en/CLI-New-Command-Samples.md @@ -64,6 +64,14 @@ The following commands are for creating MVC UI projects: abp new Acme.BookStore -u mvc --tiered --database-provider mongodb -csf ``` +* **Public Website**, Entity Framework Core, no mobile app, creates the project in a new folder: + + ```bash + abp new Acme.BookStore -t app -u mvc --mobile none --database-provider ef -csf --with-public-website + ``` + + _Note that Public Website is only included in PRO templates._ + ## Blazor