feat: full database clone feature in api-cli

This commit is contained in:
2023-10-20 15:07:52 +02:00
parent 06b8ca109e
commit f618725598
3 changed files with 45 additions and 28 deletions

View File

@@ -20,6 +20,12 @@ npm run build
node ./lib/cli.js e2e http://localhost:3000
```
Example to clone the full database
```shell
node app.js copy "*" https://mobile.app.uni-frankfurt.de http://localhost:3000 100
```
### Program arguments
```shell