sourcegraph/dev/scaletesting/codehostcopy/README.md

18 lines
354 B
Markdown
Raw Permalink Normal View History

# CodeHost Copy
A small tool to copy all repos from a given user on GitHub to GitLab or Bitbucket.
State is persisted in a SQLite database to enable to resume the copy if it was interrupted.
2022-10-27 09:02:53 +00:00
## Usage
```
codehostcopy --config my-config.cue --state my-config.db
```
2022-10-27 09:02:53 +00:00
To get an example config, you can do:
```
codehostcopy example > my-config.cue
```