Skip to content

Instantly share code, notes, and snippets.

@joekolade
Created March 14, 2023 14:52
Show Gist options
  • Select an option

  • Save joekolade/7c3bf896f116359c9531379891407dd0 to your computer and use it in GitHub Desktop.

Select an option

Save joekolade/7c3bf896f116359c9531379891407dd0 to your computer and use it in GitHub Desktop.
[TYPO3 lowlevel cleanup] #refactor
###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_refindex -e
###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner orphan_records -r ###--dryrun|--AUTOFIX###
###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner versions -r ###--dryrun|--AUTOFIX###
# Run multiple times
###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner tx_templavoila_unusedce -r ###--dryrun|--AUTOFIX###
###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner double_files -r ###--dryrun|--AUTOFIX###
###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner deleted -r ###--dryrun|--AUTOFIX###
# Run multiple times
###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner missing_relations -r ###--dryrun|--AUTOFIX###
###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner cleanflexform -r ###--dryrun|--AUTOFIX###
###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner rte_images -r ###--dryrun|--AUTOFIX###
# EXECUTED ANYTIME
###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner missing_files -r ###--dryrun|--AUTOFIX###
###php_cli### ./typo3/cli_dispatch.phpsh lowlevel_cleaner lost_files -r ###--dryrun|--AUTOFIX###
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment