Open Closed

Abp Suite Cli - CRUD Page Generator #539


User avatar
0
prasad.gore created

Hi,

Is it possible to add/edit Entities/Properties/Navigation Properties using Abp Suite Cli ? i.e. Can we add/edit Entities/Properties/Navigation Properties without using a browser ?

Thanks - Prasad G!


2 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    yes you can generate your entities without using the browser. to do this; first run your Suite in the browser, open browser's developer tab and generate an entity. you'll see the XHR request. you can copy this request as a PowerShell command or cURL command

    you'll also see that all the metadata of an entity is being post as request payload. if you send the same structure of entity.json, you can generate your CRUD files without using a browser.

  • User Avatar
    0
    prasad.gore created

    Thanks.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on June 20, 2025, 11:20