From d34c9505419f8f47c215962709921aebd5bc9991 Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Tue, 24 May 2022 17:45:16 +0800 Subject: [PATCH 1/5] Remove build command options --- docs/en/CLI.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/en/CLI.md b/docs/en/CLI.md index 01f7a92b2f..3af84af6be 100644 --- a/docs/en/CLI.md +++ b/docs/en/CLI.md @@ -475,16 +475,6 @@ Logs you out by removing the session token from your computer. abp logout ``` -#### Options - -* ```--working-directory``` or ```-wd```: Specifies the working directory. This option is useful when the command is executed outside of a GIT repository or when executing directory doesn't contain a .NET solution file. -* ```--build-name``` or ```-n```: Specifies a name for the build. This option is useful when same repository is used for more than one different builds. -* ```--dotnet-build-arguments``` or ```-a```: Arguments to pass ```dotnet build``` when building project files. This parameter must be passed like ```"\"{params}\""``` . -* ```--force``` or ```-f```: Forces to build projects even they are not changed from the last successful build. - -For more details, see [build command documentation](CLI-BuildCommand.md). - - ### bundle This command generates script and style references for an ABP Blazor WebAssembly project and updates the **index.html** file. It helps developers to manage dependencies required by ABP modules easily. In order ```bundle``` command to work, its **executing directory** or passed ```--working-directory``` parameter's directory must contain a Blazor project file(*.csproj). From 61672b60bf49f48b585fb592b8838b0ce16b18e8 Mon Sep 17 00:00:00 2001 From: Engincan VESKE <43685404+EngincanV@users.noreply.github.com> Date: Tue, 24 May 2022 13:12:09 +0300 Subject: [PATCH 2/5] Update CLI.md --- docs/en/CLI.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/en/CLI.md b/docs/en/CLI.md index 3af84af6be..d5af601f22 100644 --- a/docs/en/CLI.md +++ b/docs/en/CLI.md @@ -41,6 +41,7 @@ Here, is the list of all available commands before explaining their details: * **`switch-to-stable`**: Switches to the latest stable versions of the ABP related packages on a solution. * **`translate`**: Simplifies to translate localization files when you have multiple JSON [localization](Localization.md) files in a source control repository. * **`login`**: Authenticates on your computer with your [abp.io](https://abp.io/) username and password. +* **`login-info`**: Shows the current user's login information. * **`logout`**: Logouts from your computer if you've authenticated before. * **`bundle`**: Generates script and style references for an ABP Blazor project. * **`install-libs`**: Install NPM Packages for MVC / Razor Pages and Blazor Server UI types. @@ -467,11 +468,19 @@ abp login -p -o # You can enter both your A new login with an already active session overwrites the previous session. +### login-info + +Shows your login information such as **Name**, **Surname**, **Username**, **Email Address** and **Organization**. + +```bash +abp login-info +``` + ### logout Logs you out by removing the session token from your computer. -``` +```bash abp logout ``` From 7ca5f75dc6f4c72f382b65f7c55313ddf4fe16bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 24 May 2022 13:13:59 +0300 Subject: [PATCH 3/5] Update Road-Map.md --- docs/en/Road-Map.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/Road-Map.md b/docs/en/Road-Map.md index 55a99be8b7..d7fb13a9a8 100644 --- a/docs/en/Road-Map.md +++ b/docs/en/Road-Map.md @@ -4,18 +4,18 @@ This document provides a road map, release schedule and planned features for the ## Next Versions -### v5.4 +### v6.0 -In [5.4 milestone](https://github.com/abpframework/abp/milestone/67), we will be mostly working on the following topics: +In [6.0 milestone](https://github.com/abpframework/abp/milestone/61), we will be mostly working on the following topics: * Providing an OpenIddict integration to replace current IdentityServer4 integration. * Maturing and documenting the [eShopOnAbp](https://github.com/abpframework/eShopOnAbp) project, writing a free e-book that explains the solution. * Working on the [LeptonX](https://blog.abp.io/abp/LeptonX-Theme-for-ABP-Framework-Alpha-Release) theme and making it as the default theme for the ABP Framework UI options. * Improvements on the existing features and providing more guides. -The planned release date for v5.4 is **July, 2022**. +The planned stable release date for v6.0 is **July, 2022**. -> After the version 5.4, we will be working for 6.0 which will be released in the end of 2022 based on .NET 7.0. +> After the version 6.0, we will be working for ABP 7.0 which will be released in the end of 2022 based on .NET 7.0. ## Backlog Items From ab36db23d95089507f19e5fa7f0ba54574f3b888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 24 May 2022 13:38:52 +0300 Subject: [PATCH 4/5] Added info for the abp update command --- docs/en/CLI.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/en/CLI.md b/docs/en/CLI.md index 3af84af6be..74dbe785c4 100644 --- a/docs/en/CLI.md +++ b/docs/en/CLI.md @@ -137,7 +137,7 @@ See some [examples for the new command](CLI-New-Command-Samples.md) here. ### update -Updating all ABP related packages can be tedious since there are many packages of the framework and modules. This command automatically updates all ABP related NuGet and NPM packages in a solution or project to the latest versions. +Updating all ABP related packages can be tedious since there are many packages of the framework and modules. This command automatically updates all ABP related NuGet and NPM packages in a solution or project to the latest versions. You can run it in the root folder of your solutions. Usage: @@ -145,8 +145,11 @@ Usage: abp update [options] ```` -* If you run in a directory with a .sln file, it updates all ABP related packages of the all projects of the solution to the latest versions. * If you run in a directory with a .csproj file, it updates all ABP related packages of the project to the latest versions. +* If you run in a directory with a .sln file, it updates all ABP related packages of the all projects of the solution to the latest versions. +* If you run in a directory that contains multiple solutions in sub-folders, it can update all the solutions, including Angular projects. + +Note that this command can upgrade your solution from a previous version, and also can upgrade it from a preview release to the stable release of the same version. #### Options From 0b4baed18f536de56a1bb8523cc8a2ab9baeacdf Mon Sep 17 00:00:00 2001 From: liangshiwei Date: Tue, 24 May 2022 20:13:08 +0800 Subject: [PATCH 5/5] Update CLI.md --- docs/zh-Hans/CLI.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/zh-Hans/CLI.md b/docs/zh-Hans/CLI.md index 5ff00c5501..dcdf6c2303 100644 --- a/docs/zh-Hans/CLI.md +++ b/docs/zh-Hans/CLI.md @@ -39,6 +39,7 @@ dotnet tool update -g Volo.Abp.Cli * **`switch-to-stable`**: 切换解决方案所有ABP相关包为最新的稳定版本. * **`translate`**: 当源代码控制存储库中有多个JSON[本地化](Localization.md文件时,可简化翻译本地化文件的过程. * **`login`**: 使用你在[abp.io](https://abp.io/)的用户名和密码在你的计算机上认证. +* **`login-info`**: 展示当前登录用户信息. * **`logout`**: 在你的计算机注销认证. * **`install-libs`**: 为 MVC / Razor Pages 和 Blazor Server UI 类型安装NPM包. @@ -385,6 +386,14 @@ abp login -p -o # You can enter both your 请注意,新的登录将终止先前的会话并创建一个新的会话. +### login-info + +展示你的登录信息, 如 **名称** , **用户名** , **地址** 和 **组织**. + +```bash +abp login-info +``` + ### logout 通过从计算机中删除会话令牌来注销. @@ -407,4 +416,4 @@ abp install-libs [options] #### Options -* ```--working-directory``` 或 ```-wd```: 指定工作目录, 当执行目录不包含项目文件时会很有用. \ No newline at end of file +* ```--working-directory``` 或 ```-wd```: 指定工作目录, 当执行目录不包含项目文件时会很有用.