We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The command alias feature was added with n98-magerun version 1.46.0
Register new alias in your configuration file (see Config).
Example:
commands: aliases: - "db:dump:time": "db:dump --add-time" - "ccc": "cache:clean config" - "cf": "cache:flush" - "fe-cache-off": "cache:disable view_files_preprocessing view_files_fallback full_page layout block_html" - "fe-cache-on": "cache:enable view_files_preprocessing view_files_fallback full_page layout block_html"