Abrir Fechadas

Abp Suite Cli - CRUD Page Generator #539


User avatar
0
prasad.gore criada

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 resposta (s)
  • User Avatar
    0
    alper criada
    Equipe de Apoio 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 criada

    Thanks.

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