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
+22-10Lines changed: 22 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,38 +119,50 @@ To install the Cycode CLI application on your local machine, perform the followi
119
119
### Using the Configure Command
120
120
121
121
> :memo:**Note**<br/>
122
-
> If you already set up your Cycode client ID and client secret through the Linux or Windows environment variables, those credentials will take precedent over this method.
122
+
> If you already set up your Cycode Client ID and Client Secret through the Linux or Windows environment variables, those credentials will take precedent over this method.
123
123
124
124
1. Type the following command into your terminal/command line window:
125
125
126
126
`cycode configure`
127
127
128
-
You will see the following appear:
128
+
2. Enter your Cycode API URL value (you can leave blank to use default value).
129
129
130
130
```bash
131
-
Update credentials in file (/Users/travislloyd/.cycode/credentials.yaml)
132
-
cycode client id []:
131
+
Cycode API URL [https://api.cycode.com]: https://api.onpremise.com
133
132
```
134
133
135
-
2. Enter your Cycode client ID value.
134
+
3. Enter your Cycode APP URL value (you can leave blank to use default value).
136
135
137
136
```bash
138
-
cycode client id []: 7fe5346b-xxxx-xxxx-xxxx-55157625c72d
6. If the values were entered successfully, you'll see the following message:
148
153
149
154
```bash
150
155
Successfully configured CLI credentials!
151
156
```
152
157
153
-
If you go into the `.cycode` folder under your user folder, you'll find these credentials were created and placed in the `credentials.yaml` file in that folder.
158
+
or/and
159
+
160
+
```bash
161
+
Successfully configured Cycode URLs!
162
+
```
163
+
164
+
If you go into the `.cycode` folder under your user folder, you'll find these credentials were created and placed in the `credentials.yaml` file in that folder.
165
+
And the URLs were placed in the `config.yaml` file in that folder.
0 commit comments