File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 11### Start login flow
22
3+ You can authenticate the CLI in two ways:
4+ 1 . User credentials
5+ 2 . Project API key
6+
7+ ### Option 1: User credentials (default)
8+
39Run the command:
410
511```
@@ -8,6 +14,16 @@ goliothctl login
814
915This will redirect you to your default browser where you can login or create an account on our system.
1016
11- ### Create account or login with an existing one
17+ #### Create account or login with an existing one
1218
1319After successfully authenticating into our system, you should be redirected to a success page and the CLI will be authenticated properly.
20+
21+ ### Option 2: Project API key
22+
23+ Run the command:
24+
25+ ```
26+ goliothctl login --apiKey <api_key>
27+ ```
28+
29+ This method skips the browser flow and authenticates the CLI directly.
You can’t perform that action at this time.
0 commit comments