Skip to content

Commit

Permalink
Merge pull request #1179 from verenaroe/doc-fix
Browse files Browse the repository at this point in the history
fixed command from init to purge
  • Loading branch information
tobias-kuendig authored Oct 10, 2024
2 parents 8bf3b49 + 44b02c6 commit a719bcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/development/core/console-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ This will erase all shop data and reset all settings! Do not run this command if
installation.
:::

## `mall:init`
## `mall:purge`

The `php artisan mall:init` command will remove all order and customer data from
The `php artisan mall:purge` command will remove all order and customer data from
your installation. Products, Variants and your Settings will remain untouched.
This command essentially brings the installation back to the
state it had before the first customer created an account.
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/usage/going-live.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use the checklist on this page to make sure everything is running smoothly.

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

Expand Down

0 comments on commit a719bcc

Please sign in to comment.