We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed8884 commit df4eac6Copy full SHA for df4eac6
2 files changed
docs/login/index.md
@@ -58,6 +58,9 @@ appcircle login api-key --name "my-api-key" --secret "my-secret" --organization-
58
In interactive mode (`appcircle -i`), authentication options are grouped under "Authentication (Login/Logout)" menu:
59
- Select "Authentication (Login/Logout)" from the main menu
60
- Choose "Login" or "Logout" from the submenu
61
+ - When choosing **Login**, you can authenticate using:
62
+ - **API Key**
63
+ - **Personal Access Token (PAT)**
64
- Use "⬅ Back" to navigate between menus
65
66
## Options inherited from parent commands
docs/logout/index.md
@@ -3,7 +3,7 @@
3
Log out from your Appcircle account and clear your stored authentication token.
4
5
```plaintext
6
-appcircle logout [options]
+appcircle logout
7
```
8
9
## Description
0 commit comments