Open Closed

how to add local module to abp application use abo cli cmd? #1680


User avatar
0
zsanhong created

for example, I create a standalone module ZSHTech.DataDictionary in E:\abp商业版开发软件\模块\数据字典

and I also create ZSHTech.IPMS application use abp suite in E:\abp商业版开发软件\基建项目管理软件

and I want to use my own standalone module ZSHTech.DataDictionary in my application ZSHTech.IPMS,

so I enter the folder E:\abp商业版开发软件\基建项目管理软件 and run cmd:

abp add-module ZSHTech.DataDictionary -s ..\模块\数据字典\src\ZSHTech.DataDictionary.Web\ZSHTech.DataDictionary.Web.csproj

but I got a wrong msg:

ERROR: 'ZSHTech.DataDictionary' module could not be found!

my question is : how to add local module to abp application use abo cli cmd? thanks


3 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Sorry, CLI does not support this feature yet, you need to add it manually.

  • User Avatar
    0
    zsanhong created

    please add this feature in the next version,thanks

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    We will consider it, thanks.

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