From f2ac0311edd3420fdb2d0cdf0d0c6a26d399aa1c Mon Sep 17 00:00:00 2001 From: Mahmut Gundogdu Date: Fri, 26 May 2023 14:38:00 +0300 Subject: [PATCH] Update generate proxy document --- docs/en/CLI.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/en/CLI.md b/docs/en/CLI.md index 5950590428..c7f5735585 100644 --- a/docs/en/CLI.md +++ b/docs/en/CLI.md @@ -360,8 +360,11 @@ abp generate-proxy -t csharp -url https://localhost:44302/ * `--api-name` or `-a`: The name of the API endpoint defined in the `/src/environments/environment.ts`. Default value: `default`. * `--source` or `-s`: Specifies the Angular project name to resolve the root namespace & API definition URL from. Default value: `defaultProject`. * `--target`: Specifies the Angular project name to place generated code in. Default value: `defaultProject`. + * `--module`: Backend module name. Default value: `app`. + * `--entry-point`: Target Angular project to place the generated code. * `--url`: Specifies api definition url. Default value is API Name's url in environment file. * `--prompt` or `-p`: Asks the options from the command line prompt (for the unspecified options). + * `js`: JavaScript. work in the `*.Web` project directory. There are some additional options for this client: * `--output` or `-o`: JavaScript file path or folder to place generated code in. * `--module` or `-m`: Specifies the name of the backend module you wish to generate proxies for. Default value: `app`.