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
@@ -79,7 +79,32 @@ set PROJECT_NAME="Required Project Name"
79
79
> If you specify a project name that doesn't already exist, a new project will be created by the user whose authentication is added in the environment.
80
80
81
81
82
-
## 1. Setting the Baseline Branch
82
+
## 2: Set your Project Token
83
+
84
+
Setup your project token show in the **SmartUI** app after, creating your project.
@@ -98,7 +123,7 @@ set BASELINE_BRANCH="Required branch"
98
123
</TabItem>
99
124
</Tabs>
100
125
101
-
## 2. Setting the current branch
126
+
## 4. Setting the current branch
102
127
103
128
Set the current branch for `CLI` projects:
104
129
@@ -117,7 +142,7 @@ set CURRENT_BRANCH="Required branch"
117
142
</TabItem>
118
143
</Tabs>
119
144
120
-
## 3. Setting proxies
145
+
## 5. Setting proxies
121
146
122
147
In case you are accessing your network using corporate proxies, set the proxies in the environment variables as follows
123
148
@@ -159,7 +184,7 @@ set HTTPS_PROXY="Required branch"
159
184
160
185
> **NOTE :** In most cases setting only HTTP_PROXY should be enough, but if you have different proxies for HTTP and HTTPS, you can set both.The format for proxy’s is `http[s]://<username>:<password>@<domain.com>:<port>/`[username and password is optional].
161
186
162
-
## 4. Enabling Debug mode
187
+
## 6. Enabling Debug mode
163
188
164
189
To enable SmartUI CLI Debug mode, use the following environment variable.
165
190
@@ -178,7 +203,7 @@ set LT_SDK_DEBUG=true
178
203
</TabItem>
179
204
</Tabs>
180
205
181
-
## 5. Ignoring captured cookies
206
+
## 7. Ignoring captured cookies
182
207
183
208
Set the following variable to true, to stop the use of cookies captured automatically. The default is set to `false`.
0 commit comments