Skip to content

Commit df4eac6

Browse files
committed
docs: update login and logout command documentation to clarify usage of authentication methods and streamline command syntax
1 parent 7ed8884 commit df4eac6

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/login/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ appcircle login api-key --name "my-api-key" --secret "my-secret" --organization-
5858
In interactive mode (`appcircle -i`), authentication options are grouped under "Authentication (Login/Logout)" menu:
5959
- Select "Authentication (Login/Logout)" from the main menu
6060
- Choose "Login" or "Logout" from the submenu
61+
- When choosing **Login**, you can authenticate using:
62+
- **API Key**
63+
- **Personal Access Token (PAT)**
6164
- Use "⬅ Back" to navigate between menus
6265

6366
## Options inherited from parent commands

docs/logout/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Log out from your Appcircle account and clear your stored authentication token.
44

55
```plaintext
6-
appcircle logout [options]
6+
appcircle logout
77
```
88

99
## Description

0 commit comments

Comments
 (0)