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

41 lines
1.7 KiB
Text
Raw Normal View History

2024-03-11 19:36:33 -04:00
Running "sparo clone https://github.com/tiktok/sparo.git --branch build-test":
2024-03-06 20:25:24 -05:00
Sparo accelerator for Git __VERSION__ - https://tiktok.github.io/sparo/
Node.js version is __VERSION__ (LTS)
Git version is __VERSION__
Initializing working directory...
--[ git clone ]----------------------------------------------------------------
-------------------------------------------------------------------------------
Checking out and updating core files...
--[ git sparse-checkout ]------------------------------------------------------
-------------------------------------------------------------------------------
Checking out skeleton...
--[ git sparse-checkout ]------------------------------------------------------
-------------------------------------------------------------------------------
Applying recommended configuration...
--[ git maintenance ]----------------------------------------------------------
-------------------------------------------------------------------------------
Success: Working directory "sparo" was prepared in __DURATION__.
2024-03-06 20:25:24 -05:00
Don't forget to change your shell path:
cd sparo
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:
sparo list-profiles
To checkout and set profile:
sparo checkout --profile <profile_name>
To checkout and add profile:
sparo checkout --add-profile <profile_name>
To create a new profile:
sparo init-profile --profile <profile_name>