Skip to content

Commit a719bcc

Browse files
Merge pull request OFFLINE-GmbH#1179 from verenaroe/doc-fix
fixed command from init to purge
2 parents 8bf3b49 + 44b02c6 commit a719bcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/development/core/console-commands.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ This will erase all shop data and reset all settings! Do not run this command if
1717
installation.
1818
:::
1919

20-
## `mall:init`
20+
## `mall:purge`
2121

22-
The `php artisan mall:init` command will remove all order and customer data from
22+
The `php artisan mall:purge` command will remove all order and customer data from
2323
your installation. Products, Variants and your Settings will remain untouched.
2424
This command essentially brings the installation back to the
2525
state it had before the first customer created an account.

docs/guide/usage/going-live.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use the checklist on this page to make sure everything is running smoothly.
77

88
::: tip
99
If you want to reset your installation back to a clean slate after verifying it in production, simply
10-
run [`php artisan mall:init`](/development/core/console-commands#mall-init) to remove your test accounts and
10+
run [`php artisan mall:purge`](/development/core/console-commands#mall-purge) to remove your test accounts and
1111
test orders.
1212
:::
1313

0 commit comments

Comments
 (0)