Skip to content

Commit

Permalink
fix: correct link in wiki to the anonymize code
Browse files Browse the repository at this point in the history
  • Loading branch information
tinect authored and shyim committed Dec 31, 2023
1 parent f20d879 commit a898540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/docs/commands/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Parameters:
* `--output` - Output file (default: `dump.sql`)
* `--clean` - Ignores content of following tables: `cart`, `customer_recovery`, `dead_message`, `enqueue`, `increment`, `elasticsearch_index_task`, `log_entry`, `message_queue_stats`, `notification`, `payment_token`, `refresh_token`, `version`, `version_commit`, `version_commit_data`, `webhook_event_log`
* `--skip-lock-tables` - Skips locking of tables
* `--anonymize` - Anonymize known user data tables. [See](https://github.com/FriendsOfShopware/shopware-cli/blob/main/cmd/project/project_dump.go#L61) for the list
* `--anonymize` - Anonymize known user data tables. [See](https://github.com/FriendsOfShopware/shopware-cli/blob/main/cmd/project/project_dump.go#L73) for the list
* `--gzip` - Create a gzip compressed file
* `--zstd` - Create a zstd compressed file

Expand Down

0 comments on commit a898540

Please sign in to comment.