tiktok-sparo/apps/website/docs/pages/ci_commands/sparo-ci_clone.md

19 lines
645 B
Markdown
Raw Normal View History

2024-03-01 03:19:27 -05:00
---
title: sparo-ci clone
---
```
sparo-ci 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]
```