tiktok-sparo/build-tests/sparo-real-repo-test/etc/clone.txt

41 lines
1.8 KiB
Text
Raw Normal View History

Running "sparo clone https://github.com/tiktok/sparo.git --branch test-artifacts/sparo-real-repo-test":
2024-03-06 20:25:24 -05:00
[bold]Sparo accelerator for Git __VERSION__ -[normal][cyan] https://tiktok.github.io/sparo/[default]
2024-03-06 20:25:24 -05:00
Node.js version is __VERSION__ (LTS)
Git version is __VERSION__
Initializing working directory...
[gray]--[[default] [bold]git clone[normal] [gray]]----------------------------------------------------------------[default]
[gray]-------------------------------------------------------------------------------[default]
2024-03-06 20:25:24 -05:00
Checking out and updating core files...
[gray]--[[default] [bold]git sparse-checkout[normal] [gray]]------------------------------------------------------[default]
[gray]-------------------------------------------------------------------------------[default]
2024-03-06 20:25:24 -05:00
Checking out skeleton...
[gray]--[[default] [bold]git sparse-checkout[normal] [gray]]------------------------------------------------------[default]
[gray]-------------------------------------------------------------------------------[default]
2024-03-06 20:25:24 -05:00
Applying recommended configuration...
[gray]--[[default] [bold]git maintenance[normal] [gray]]----------------------------------------------------------[default]
[gray]-------------------------------------------------------------------------------[default]
2024-03-06 20:25:24 -05:00
[green]Success: Working directory "sparo" was prepared in __DURATION__.[default]
2024-03-06 20:25:24 -05:00
Don't forget to change your shell path:
[cyan]cd sparo[default]
2024-03-06 20:25:24 -05:00
Your next step is to choose a Sparo profile for checkout.
To see available profiles in this repo:
[cyan]sparo list-profiles[default]
2024-03-06 20:25:24 -05:00
To checkout and set profile:
[cyan]sparo checkout --profile <profile_name>[default]
2024-03-06 20:25:24 -05:00
To checkout and add profile:
[cyan]sparo checkout --add-profile <profile_name>[default]
2024-03-06 20:25:24 -05:00
To create a new profile:
[cyan]sparo init-profile --profile <profile_name>[default]