Open Closed

Unable to create solution with web.public project using cli #2613


User avatar
0
zalak created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v4.4.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:``
  • Steps to reproduce the issue:"

I want to create a solution of abp version 4.4.0 consisting web.public project as well. However, if I create a solution using abp suite, I am unable to choose the version 4.4.0 and am getting latest version solution. Thereafter, if I create a solution using CLI, I can set the version but don't have any command for including web.public project in the solution.


1 Answer(s)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @zalak,

    There are two parameters that are not listed in CLI document:

    --with-public-website --without-cms-kit

    example command: abp new Acme.BookStore --with-public-website -v 4.4.0

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11