2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-28 03:49:20 +00:00

Invoke docs (#8373)

* Add separate docs page for invoke

* More info on available tasks

* More info

* Strict mode is strict
This commit is contained in:
Oliver
2024-10-27 10:51:51 +11:00
committed by GitHub
parent 9fd882f95e
commit 21ab1a184d
8 changed files with 147 additions and 49 deletions
+2 -2
View File
@@ -33,7 +33,7 @@ The source data used in the demo instance can be found on our [GitHub page](http
### Local Setup
If you wish to install the demo dataset locally (for initial testing), you can run the following command:
If you wish to install the demo dataset locally (for initial testing), you can run the following command (via [invoke](./start/invoke.md)):
```bash
invoke dev.setup-test -i
@@ -48,7 +48,7 @@ This will install the demo dataset into your local InvenTree instance.
### Clear Data
To clear demo data from your instance, and start afresh with a clean database, you can run the following command:
To clear demo data from your instance, and start afresh with a clean database, you can run the following command (via [invoke](./start/invoke.md)):
```bash
invoke dev.delete-data