Open Closed

How to custom modules to solution through cli? #4830


User avatar
0
Rajasekhar created

How can I add custom modules to solution through cli?


5 Answer(s)
  • User Avatar
    0
    masum.ulu created
    Support Team Angular Developer

    Hi Raja,

    Can you check here

  • User Avatar
    0
    Rajasekhar created

    adding ok.. how can i remove through cli?

  • User Avatar
    0
    masum.ulu created
    Support Team Angular Developer

    As far as I know there is no any CLI command for remove whole module you need to remove module manually, my other teammates can help better on this topic

  • User Avatar
    0
    Rajasekhar created

    ok and one more question .. can i get my custom module by using abp list-modules. if not how can I get my custom module

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    ok and one more question .. can i get my custom module by using abp list-modules. if not how can I get my custom module

    Sorry, the CLI doesn't support this, but it's open-source, you can custom it if you need.

    https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/ListModulesCommand.cs

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