Browse Source

Merge pull request #7018 from abpframework/auto-merge/rel-4-0/37

Merge branch rel-4.1 with refs/heads/rel-4.0
pull/7021/head
maliming 6 years ago
committed by GitHub
parent
commit
fe28f0ea1d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      docs/en/CLI.md

3
docs/en/CLI.md

@ -219,7 +219,7 @@ abp get-source Volo.Blogging --local-framework-ref --abp-path D:\GitHub\abp
* `--output-folder` or `-o`: Specifies the directory that source code will be downloaded in. If not specified, current directory is used.
* `--version` or `-v`: Specifies the version of the source code that will be downloaded. If not specified, latest version is used.
* `--preview`: If no version option is specified, this option specifies if latest [preview version](Previews.md) will be used instead of latest stable version.
* `-- local-framework-ref --abp-path`: Path of [ABP Framework GitHub repository](https://github.com/abpframework/abp) in your computer. This will be used for converting project references to your local system. If this is not specified, project references will be converted to NuGet references.
* `--local-framework-ref --abp-path`: Path of [ABP Framework GitHub repository](https://github.com/abpframework/abp) in your computer. This will be used for converting project references to your local system. If this is not specified, project references will be converted to NuGet references.
### generate-proxy
@ -420,3 +420,4 @@ abp bundle [options]
* ```--force``` or ```-f```: Forces to build project before generating references.
`bundle` command reads the `appsettings.json` file inside the Blazor project for bundling options. For more details about managing style and script references in Blazor apps, see [Managing Global Scripts & Styles](UI/Blazor/Global-Scripts-Styles.md)

Loading…
Cancel
Save