documentation updates and updates to json arg

This commit is contained in:
CocoByte 2023-11-08 16:08:34 -06:00
parent e7a3124112
commit 638493a6e2
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 17 additions and 14 deletions

View file

@ -243,7 +243,7 @@ Run the following command, making sure the file paths point to the right locatio
##### LOCAL COMMAND
```shell
docker-compose exec app ./manage.py load_transition_domain migrationFilepaths.json --directory /app/tmp --debug
docker-compose exec app ./manage.py load_transition_domain migrationFilepaths.json --directory /app/tmp/ --debug --limitParse 10
```
##### SANDBOX COMMAND
```shell