Skip to content

Commit d7aaaa6

Browse files
docs: fix outdated codemie auth references in AUTHENTICATION.md (#216)
Co-authored-by: codemie-ai <codemie.ai@gmail.com>
1 parent f12a8cb commit d7aaaa6

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/AUTHENTICATION.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ If you need to authenticate separately or refresh your credentials:
3535

3636
```bash
3737
# Authenticate with AI/Run CodeMie SSO
38-
codemie auth login --url https://your-airun-codemie-instance.com
38+
codemie profile login --url https://your-airun-codemie-instance.com
3939

4040
# Check authentication status
41-
codemie auth status
41+
codemie profile status
4242

4343
# Refresh expired tokens
44-
codemie auth refresh
44+
codemie profile refresh
4545

4646
# Logout and clear credentials
47-
codemie auth logout
47+
codemie profile logout
4848
```
4949

5050
## Token Management
@@ -57,7 +57,7 @@ AI/Run CodeMie CLI automatically refreshes tokens when they expire. For manual r
5757

5858
```bash
5959
# Refresh SSO credentials (extends session)
60-
codemie auth refresh
60+
codemie profile refresh
6161
```
6262

6363
**When to refresh manually:**
@@ -71,7 +71,7 @@ codemie auth refresh
7171
Check your current authentication state:
7272

7373
```bash
74-
codemie auth status
74+
codemie profile status
7575
```
7676

7777
**Status information includes:**
@@ -86,15 +86,15 @@ Common authentication issues and solutions:
8686

8787
```bash
8888
# Token expired
89-
codemie auth refresh
89+
codemie profile refresh
9090

9191
# Connection issues
9292
codemie doctor # Full system diagnostics
93-
codemie auth status # Check auth-specific issues
93+
codemie profile status # Check auth-specific issues
9494

9595
# Complete re-authentication
96-
codemie auth logout
97-
codemie auth login --url https://your-airun-codemie-instance.com
96+
codemie profile logout
97+
codemie profile login --url https://your-airun-codemie-instance.com
9898

9999
# Reset all configuration
100100
codemie config reset

0 commit comments

Comments
 (0)