You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/stackit_auth_login.md
+1
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ Logs in to the STACKIT CLI
5
5
### Synopsis
6
6
7
7
Logs in to the STACKIT CLI using a user account.
8
+
The authentication is done via a web-based authorization flow, where the command will open a browser window in which you can login to your STACKIT account.
Long: "Logs in to the STACKIT CLI using a user account.",
19
-
Args: args.NoArgs,
18
+
Long: fmt.Sprintf("%s\n%s",
19
+
"Logs in to the STACKIT CLI using a user account.",
20
+
"The authentication is done via a web-based authorization flow, where the command will open a browser window in which you can login to your STACKIT account."),
21
+
Args: args.NoArgs,
20
22
Example: examples.Build(
21
23
examples.NewExample(
22
24
`Login to the STACKIT CLI. This command will open a browser window where you can login to your STACKIT account`,
"Starting on July 9 2024, the new STACKIT Identity Provider (IDP) will be available.",
28
-
"On this date, we will release a new version of the STACKIT CLI that will use the new IDP for user authentication.",
29
-
"This also means that the user authentication on STACKIT CLI versions released before July 9 2024 is no longer guaranteed to work for all services.",
30
-
"Please make sure to update your STACKIT CLI to the latest version after July 9 2024 to ensure that you can continue to use all STACKIT services.",
31
-
"You can find more information regarding the new IDP at https://docs.stackit.cloud/stackit/en/release-notes-23101442.html#ReleaseNotes-2024-06-21-identity-provider",
0 commit comments