File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
7171Check 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
9292codemie 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
100100codemie config reset
You can’t perform that action at this time.
0 commit comments