Deprecation: #94902 - Deprecate lowerCamelCase options of EXT:impexp commands
See forge#94902
Description
The CLI commands impexp:
and impexp:
offered
lowerCamelCased options, while the other TYPO3 Core commands offer lowercase
options only. The lowercase option aliases were introduced in both commands and
the lowerCamelCased options were marked as deprecated and will be removed in
TYPO3 v12.
Impact
If the CLI commands impexp:
or impexp:
are
executed with lowerCamelCased options, a PHP E_
error is
raised.
Affected Installations
Any TYPO3 installation using lowerCamelCased options with commands
impexp:
or impexp:
.
Migration
Switch to the lower-cased option aliases:
impexp:
=>export -- include Related impexp:
export -- include- related impexp:
=>export -- include Static impexp:
export -- include- static impexp:
=>export -- exclude Disabled Records impexp:
export -- exclude- disabled- records impexp:
=>export -- exclude Html Css impexp:
export -- exclude- html- css impexp:
=>export -- save Files Outside Export File impexp:
export -- save- files- outside- export- file impexp:
=>import -- update Records impexp:
import -- update- records impexp:
=>import -- ignore Pid impexp:
import -- ignore- pid impexp:
=>import -- force Uid impexp:
import -- force- uid impexp:
=>import -- import Mode impexp:
import -- import- mode impexp:
=>import -- enable Log impexp:
import -- enable- log