The following below list of CLI Command
Take Backup:
php bin/magento setup:backupRun cron jobs scheduled for setup application:
php bin/magento setup:cron:runInstall/Upgrade DB data:
php bin/magento setup:db-data:upgradeInstall/Upgrade DB schema:
php bin/magento setup:db-schema:upgradeCheck DB data/schema status:
php bin/magento setup:db:statusInstall store configuration:
php bin/magento setup:store-config:setSet deployment configuration:
php bin/magento setup:config:setUpgrade Magento application, db data and schema:
php bin/magento setup:upgradeCompile code:
Use the following command when you a single instance of Magento application:
php bin/magento setup:di:compileUse the following command when you have more than one independent instance of Magento application using one command Magento code base.
php bin/magento setup:di:compile-multi-tenantDeploying static view files:
php bin/magento setup:static-content:deployRollback codebase, media and database:
php bin/magento setup:rollbackPerformance testing data:
php bin/magento setup:perf:generate-fixturesUninstall Magento application:
php bin/magento setup:uninstallDeploy:
Manage deployment mode:
php bin/magento deploy:mode:{set|show}Module:
Manage modules:
php bin/magento module:{enable|disable|status|uninstall}Theme:
Uninstall:
php bin/magento theme:uninstallIndexer:
Manage Indexing and indexers:
php bin/magento setup:indexer:{status|info|reindex|show-mode|set-mode|reset}Cron:
Run cron jobs by schedule:
php bin/magento cron:runTranslation:
Create translation dictionary/package:
php bin/magento i18n:{collect-phrases|pack|uninstall}Maintenance:
Manage maintenance mode:
php bin/magento maintenance:{enable|disable|status|allow-ips}Info:
Display admin URI:
php bin/magento info:adminuriList backups:
php bin/magento info:backups:listList currency:
php bin/magento info:currency:listList language:
php bin/magento info:language:listList timezone:
php bin/magento info:timezone:listShow dependencies:
php bin/magento info:dependencies:{show-modules|show-framework|show-modules-circular}Dev:
Collect and publish source files for theme:
php bin/magento dev:source-theme:deployConvert layout XML (Extensible Markup Language) using XSL (Extensible Stylesheet Language) stylesheets:
php bin/magento dev:xml:convertRun dev tests:
php bin/magento dev:tests:runGenerate catalog of URNs to *.xsd mappings:
php bin/magento dev:urn-catalog:generateSampledata:
Install sample data:
php bin/magento sampledata:{deploy|remove|reset}Admin User:
Mange admin user:
php bin/magento admin:user{create|unlock}Customer:
Upgrade customer hash:
php bin/magento customer:hash:upgradeCatalog:
Create resized product images:
php bin/magento catalog:images:resizeRemove unused product attributes:
php bin/magento product:attributes:cleanupApp:
Create dump of application:
php bin/magento app:config:dump