mirror of
https://github.com/tiktok/sparo.git
synced 2024-12-04 21:01:03 -05:00
25 lines
1.3 KiB
Text
25 lines
1.3 KiB
Text
Running "sparo clone --help":
|
||
|
||
[1mSparo accelerator for Git __VERSION__ -[22m[36m https://tiktok.github.io/sparo/[39m
|
||
Node.js version is __VERSION__ (LTS)
|
||
Git version is __VERSION__
|
||
|
||
sparo clone <repository> [directory]
|
||
|
||
Positionals:
|
||
repository The remote repository to clone from. [string] [required]
|
||
directory The name of a new directory to clone into. The "humanish" part of
|
||
the source repository is used if no directory is explicitly given
|
||
(repo for /path/to/repo.gitService and foo for
|
||
host.xz:foo/.gitService). Cloning into an existing directory is
|
||
only allowed if the directory is empty [string]
|
||
|
||
Options:
|
||
--help Show help [boolean]
|
||
-s, --skip-git-config By default, Sparo automatically configures the
|
||
recommended git settings for the repository you are
|
||
about to clone. If you prefer not to include this step,
|
||
you can use the input parameter --skip-git-config
|
||
[boolean] [default: false]
|
||
-b, --branch Specify a branch to clone [string]
|
||
--profile [array] [default: []]
|