@@ -7,7 +7,6 @@ Create a new branch
7
7
8
8
Ensure that nothing is affected
9
9
$ $ {TURBO} ls -- affected
10
- WARNING ls command is experimental and may change in the future
11
10
0 no packages (npm)
12
11
13
12
@@ -35,7 +34,6 @@ Validate that we only run `my-app#build` with change not committed
35
34
36
35
Do the same thing with the `ls` command
37
36
$ $ {TURBO} ls -- affected
38
- WARNING ls command is experimental and may change in the future
39
37
1 package (npm)
40
38
41
39
my-app apps[\/ \\]my-app (re )
@@ -118,7 +116,6 @@ Validate that we only run `my-app#build` with change not committed
118
116
119
117
Do the same thing with the `ls` command
120
118
$ $ {TURBO} ls -- affected
121
- WARNING ls command is experimental and may change in the future
122
119
1 package (npm)
123
120
124
121
my-app apps[\/ \\]my-app (re )
@@ -165,7 +162,6 @@ Validate that we only run `my-app#build` with change committed
165
162
166
163
Do the same thing with the `ls` command
167
164
$ $ {TURBO} ls -- affected
168
- WARNING ls command is experimental and may change in the future
169
165
1 package (npm)
170
166
171
167
my-app apps[\/ \\]my-app (re )
@@ -201,7 +197,6 @@ Override the SCM base to be HEAD, so nothing runs
201
197
202
198
Do the same thing with the `ls` command
203
199
$ TURBO_SCM_BASE= " HEAD" $ {TURBO} ls -- affected
204
- WARNING ls command is experimental and may change in the future
205
200
0 no packages (npm)
206
201
207
202
@@ -232,7 +227,6 @@ Override the SCM head to be main, so nothing runs
232
227
233
228
Do the same thing with the `ls` command
234
229
$ TURBO_SCM_HEAD= " main" $ {TURBO} ls -- affected
235
- WARNING ls command is experimental and may change in the future
236
230
0 no packages (npm)
237
231
238
232
@@ -276,7 +270,6 @@ Run the build and expect only `my-app` to be affected, since between
276
270
277
271
Do the same thing with the `ls` command
278
272
$ $ {TURBO} ls -- affected
279
- WARNING ls command is experimental and may change in the future
280
273
1 package (npm)
281
274
282
275
my-app apps[\/ \\]my-app (re )
@@ -316,7 +309,6 @@ Now try running `--affected` again, we should run all tasks
316
309
317
310
Do the same thing with the `ls` command
318
311
$ $ {TURBO} ls -- affected
319
- WARNING ls command is experimental and may change in the future
320
312
WARNING unable to detect git range, assuming all files have changed: Git error: fatal : no merge base found
321
313
322
314
3 packages (npm)
@@ -371,7 +363,6 @@ Now try running `--affected` again, we should run all tasks
371
363
372
364
Do the same thing with the `ls` command
373
365
$ $ {TURBO} ls -- affected
374
- WARNING ls command is experimental and may change in the future
375
366
WARNING unable to detect git range, assuming all files have changed: Git error: fatal : no merge base found
376
367
377
368
3 packages (npm)
0 commit comments