Advertisement
Guest User

php bin/magento

a guest
Jun 23rd, 2016
1,782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. Magento CLI version 2.0.7
  2.  
  3. Usage:
  4. command [options] [arguments]
  5.  
  6. Options:
  7. --help (-h) Display this help message
  8. --quiet (-q) Do not output any message
  9. --verbose (-v|vv|vvv) Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
  10. --version (-V) Display this application version
  11. --ansi Force ANSI output
  12. --no-ansi Disable ANSI output
  13. --no-interaction (-n) Do not ask any interactive question
  14.  
  15. Available commands:
  16. help Displays help for a command
  17. list Lists commands
  18. admin
  19. admin:user:create Creates an administrator
  20. i18n
  21. i18n:collect-phrases Discovers phrases in the codebase
  22. i18n:pack Saves language package
  23. info
  24. info:adminuri Displays the Magento Admin URI
  25. info:backups:list Prints list of available backup files
  26. info:currency:list Displays the list of available currencies
  27. info:dependencies:show-framework Shows number of dependencies on Magento framework
  28. info:dependencies:show-modules Shows number of dependencies between modules
  29. info:dependencies:show-modules-circular Shows number of circular dependencies between modules
  30. info:language:list Displays the list of available language locales
  31. info:timezone:list Displays the list of available timezones
  32. maintenance
  33. maintenance:allow-ips Sets maintenance mode exempt IPs
  34. maintenance:disable Disables maintenance mode
  35. maintenance:enable Enables maintenance mode
  36. maintenance:status Displays maintenance mode status
  37. module
  38. module:disable Disables specified modules
  39. module:enable Enables specified modules
  40. module:status Displays status of modules
  41. module:uninstall Uninstalls modules installed by composer
  42. sampledata
  43. sampledata:deploy Deploy sample data modules
  44. sampledata:remove Remove all sample data packages from composer.json
  45. setup
  46. setup:backup Takes backup of Magento Application code base, media and database
  47. setup:config:set Creates or modifies the deployment configuration
  48. setup:cron:run Runs cron job scheduled for setup application
  49. setup:db-data:upgrade Installs and upgrades data in the DB
  50. setup:db-schema:upgrade Installs and upgrades the DB schema
  51. setup:db:status Checks if DB schema or data requires upgrade
  52. setup:di:compile Generates DI configuration and all non-existing interceptors and factories
  53. setup:di:compile-multi-tenant Generates all non-existing proxies and factories, and pre-compile class definitions, inheritance information and plugin definitions
  54. setup:install Installs the Magento application
  55. setup:performance:generate-fixtures Generates fixtures
  56. setup:rollback Rolls back Magento Application codebase, media and database
  57. setup:store-config:set Installs the store configuration
  58. setup:uninstall Uninstalls the Magento application
  59. setup:upgrade Upgrades the Magento application, DB data, and schema
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement