mirror of
https://github.com/tiktok/sparo.git
synced 2024-12-04 21:01:03 -05:00
18 lines
567 B
Markdown
18 lines
567 B
Markdown
|
---
|
||
|
title: sparo-ci checkout
|
||
|
---
|
||
|
|
||
|
```
|
||
|
sparo-ci checkout
|
||
|
|
||
|
Special checkout command for CI. It only accepts project selector such as --to
|
||
|
and --from now.
|
||
|
|
||
|
Options:
|
||
|
--help Show help [boolean]
|
||
|
-t, --to See https://rushjs.io/pages/developer/selecting_subsets/#--to for
|
||
|
more details. [array]
|
||
|
-f, --from See https://rushjs.io/pages/developer/selecting_subsets/#--from
|
||
|
for more details. [array]
|
||
|
```
|