From f2ac0311edd3420fdb2d0cdf0d0c6a26d399aa1c Mon Sep 17 00:00:00 2001 From: Mahmut Gundogdu Date: Fri, 26 May 2023 14:38:00 +0300 Subject: [PATCH 1/2] 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`. From 6544619828190aa4b56a7adcd8ac158f87594381 Mon Sep 17 00:00:00 2001 From: Hamza Albreem <94292623+braim23@users.noreply.github.com> Date: Fri, 26 May 2023 15:51:13 +0300 Subject: [PATCH 2/2] Quick Fix for the CLI Doc --- docs/en/CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/CLI.md b/docs/en/CLI.md index c7f5735585..04dff4da9c 100644 --- a/docs/en/CLI.md +++ b/docs/en/CLI.md @@ -361,7 +361,7 @@ abp generate-proxy -t csharp -url https://localhost:44302/ * `--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. + * `--entry-point`: Targets the 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).