You can check the list of available curren cies in magento 2 by using command line:
php bin/magento info:currency:list
Sees more details this command line [...]
You can check list of available backup files in magento 2 by using command line:
php bin/magento info:backups:list
Sees more details the command line [...]
You can check the Magento Admin URI in magento 2 by using command line:
php bin/magento info:adminuri
Sees more details the command line info:adminuri by [...]
You can check status of Indexer in magento 2 by using command line:
php bin/magento indexer:status
You also check status of some indexers in magento 2 by [...]
You can show Index Mode in magento 2 by using command line:
php bin/magento indexer:show-mode
You also can check index mode of some indexer by using [...]
You can set index mode type in magento 2 by using command line:
php bin/magento indexer:set-mode schedule
or
php bin/magento indexer:set-mode realtime [...]
You can reset indexers status to invalid in magento 2 by using command line:
php bin/magento indexer:reset
You also can reset some indexers status to invalid [...]
You can reindexe Data in magento 2 by using command line:
php bin/magento indexer:reindex
If there are many products and categories, you can use option -d [...]
You can show allowed Indexers in magento 2 by using command line:
php bin/magento indexer:info
The results all indexers in core magento:
design_config_grid [...]
You can uninstall language packages in magento 2 by using command line i18n:uninstall:
Usage:
php bin/magento i18n:uninstall [-b|--backup-code] package1 [...]