From b6dc90084c09b59d51b467cd605a601df580c167 Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 2 Apr 2025 14:53:23 +0800 Subject: [PATCH 1/3] Update CLI document to add `password` login option. https://github.com/volosoft/abp-studio/pull/2880 --- 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 38503b73be..b599399ebf 100644 --- a/docs/en/cli/index.md +++ b/docs/en/cli/index.md @@ -888,6 +888,7 @@ Some features of the CLI requires to be logged in to ABP Platform. The login com ```bash abp login # Opens a default browser to log in to ABP Platform via abp.io abp login --device # Use device login flow +abp login --password # Use password login, abp login [username] -p ****** --password ``` A new login with an already active session overwrites the previous session. From 0b8fe4679a52e2a3f301e933ea0e8cc557c910a2 Mon Sep 17 00:00:00 2001 From: maliming Date: Wed, 2 Apr 2025 15:55:56 +0800 Subject: [PATCH 2/3] Update index.md --- docs/en/cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/cli/index.md b/docs/en/cli/index.md index b599399ebf..d195c842b8 100644 --- a/docs/en/cli/index.md +++ b/docs/en/cli/index.md @@ -888,7 +888,7 @@ Some features of the CLI requires to be logged in to ABP Platform. The login com ```bash abp login # Opens a default browser to log in to ABP Platform via abp.io abp login --device # Use device login flow -abp login --password # Use password login, abp login [username] -p ****** --password +abp login username -p ****** --password # Use userp password login ``` A new login with an already active session overwrites the previous session. From 6188d0cdce989a45fe26d59dbae40f9fe3ed2f47 Mon Sep 17 00:00:00 2001 From: Berkan Sasmaz Date: Wed, 2 Apr 2025 10:58:08 +0300 Subject: [PATCH 3/3] Update index.md --- docs/en/cli/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/cli/index.md b/docs/en/cli/index.md index d195c842b8..44cab0caa4 100644 --- a/docs/en/cli/index.md +++ b/docs/en/cli/index.md @@ -888,7 +888,7 @@ Some features of the CLI requires to be logged in to ABP Platform. The login com ```bash abp login # Opens a default browser to log in to ABP Platform via abp.io abp login --device # Use device login flow -abp login username -p ****** --password # Use userp password login +abp login username -p ****** --password # Use user password login ``` A new login with an already active session overwrites the previous session.