From acd416856b52d088f80acb16142e1f4fb909a339 Mon Sep 17 00:00:00 2001 From: Yunus Emre Kalkan Date: Thu, 29 Aug 2024 10:33:05 +0300 Subject: [PATCH] Update docs for bundle command --- docs/en/cli/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/cli/index.md b/docs/en/cli/index.md index bb1a6ec4f6..8e3649e386 100644 --- a/docs/en/cli/index.md +++ b/docs/en/cli/index.md @@ -914,6 +914,7 @@ abp bundle [options] * ```--project-type``` or ```-t```: Specifies the project type. Default type is `webassembly`. Available types: * `webassembly` * `maui-blazor` +* `--version` or `-v`: Specifies the ABP Framework version that the project is using. This is helpful for those who use central package management. `bundle` command reads the `appsettings.json` file inside the Blazor and MAUI Blazor project for bundling options. For more details about managing style and script references in Blazor or MAUI Blazor apps, see [Managing Global Scripts & Styles](../framework/ui/blazor/global-scripts-styles.md)