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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,8 +64,8 @@ npx copilot-api@latest auth
64
64
65
65
Copilot API now uses a subcommand structure with two main commands:
66
66
67
-
-`start`: Start the Copilot API server (default command)
68
-
-`auth`: Run GitHub authentication flow without starting the server
67
+
-`start`: Start the Copilot API server (default command). This command will also handle authentication if needed.
68
+
-`auth`: Run GitHub authentication flow without starting the server. This is typically used if you need to generate a token for use with the `--github-token` option, especially in non-interactive environments.
0 commit comments