Skip to content

Commit

Permalink
Merge pull request #3040 from abpframework/maliming/cli-patch
Browse files Browse the repository at this point in the history
Update cli documentation(--with-source-code).
  • Loading branch information
ismcagdas authored Mar 10, 2020
2 parents 225b578 + 5bc1591 commit 9fff1aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/cs/CLI.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP CLI
# ABP CLI

ABP CLI (Command Line Interface) je nástroj v příkazovém řádku k provádění některých běžných úkonů v řešeních založených na ABP.

Expand Down Expand Up @@ -109,6 +109,7 @@ abp add-module Volo.Blogging
* `--solution` nebo `-s`: Určuje cestu k řešení (.sln). Pokud není zadáno, CLI se pokusí najít soubor .sln v aktuálním adresáři.
* `--skip-db-migrations`: Pro poskytovatele databáze EF Core automaticky přidá nový kód první migrace (`Add-Migration`) a v případě potřeby aktualizuje databázi (`Update-Database`). Tuto možnost určete k vynechání této operace.
* `-sp` nebo `--startup-project`: Relativní cesta ke složce spouštěcího projektu. Výchozí hodnota je aktuální adresář.
* `--with-source-code`: Místo balíčků NuGet/NPM přidejte zdrojový kód modulu.

### update

Expand Down
1 change: 1 addition & 0 deletions docs/en/CLI.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ abp add-module Volo.Blogging
* `--solution` or `-s`: Specifies the solution (.sln) file path. If not specified, CLI tries to find a .sln file in the current directory.
* `--skip-db-migrations`: For EF Core database provider, it automatically adds a new code first migration (`Add-Migration`) and updates the database (`Update-Database`) if necessary. Specify this option to skip this operation.
* `-sp` or `--startup-project`: Relative path to the project folder of the startup project. Default value is the current folder.
* `--with-source-code`: Add source code of the module instead of NuGet/NPM packages.

### update

Expand Down
3 changes: 2 additions & 1 deletion docs/zh-Hans/CLI.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ABP CLI
# ABP CLI

ABP CLI (命令行接口) 是一个命令行工具,用来执行基于ABP解决方案的一些常见操作.

Expand Down Expand Up @@ -109,6 +109,7 @@ abp add-module Volo.Blogging
* `--solution``-s`: 指定解决方案 (.sln) 路径. 如果未指定,CLI会尝试在当前目录中寻找.sln文件.
* `--skip-db-migrations`: 对于EF Core 数据库提供程序,它会自动添加新代码的第一次迁移 (`Add-Migration`) 并且在需要时更新数据库 (`Update-Database`). 指定此选项可跳过此操作.
* `-sp``--startup-project`: 启动项目的项目文件夹的相对路径. 默认值是当前文件夹.
* `--with-source-code`: 添加模块的源代码,而不是NuGet/NPM软件包.

### update

Expand Down

0 comments on commit 9fff1aa

Please sign in to comment.