{"id":1155,"date":"2024-02-20T18:55:28","date_gmt":"2024-02-20T13:25:28","guid":{"rendered":"https:\/\/magecurious.com\/blog\/?p=1155"},"modified":"2024-02-20T18:55:29","modified_gmt":"2024-02-20T13:25:29","slug":"useful-command-list-for-beginners-in-magento-2","status":"publish","type":"post","link":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/","title":{"rendered":"Useful Command List For Beginners In Magento 2"},"content":{"rendered":"\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Hello Everyone,<\/p>\n\n\n\n<p>In this blog, we will learn about Magento 2 Useful Commands for beginners.<\/p>\n\n\n\n<p>It is not possible to keep all commands in mind when you just start a Magento 2.<\/p>\n\n\n\n<p>So we have created a list of useful commands for Magento 2.<\/p>\n\n\n\n<p>Without wasting your time, let us guide you straight away.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>LIST OF MAGENTO 2 USEFUL COMMANDS<\/strong><\/h2>\n\n\n\n<h2 class=\"wp-block-heading\">1. <strong>Setup Commands:<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento setup:upgrade<\/td><td>Upgrade the Magento Application, DB Schema and Data<\/td><\/tr><tr><td>php bin\/magento setup:di:compile<\/td><td>Generate DI Configuration and Missing Classes generated Automatically<\/td><\/tr><tr><td>php bin\/magento setup:static-content:deploy<\/td><td>Deploys the static view files<\/td><\/tr><tr><td>php bin\/magento setup:db-data:upgrade<\/td><td>Install and Update Data in the Database<\/td><\/tr><tr><td>php bin\/magento setup:db:status<\/td><td>Check of DB update required<\/td><\/tr><tr><td>php bin\/magento setup:backup<\/td><td>Take Backup of Magento Application, Code Base, and Media Directory<\/td><\/tr><tr><td>php bin\/magento setup:cron:run<\/td><td>Runs the scheduled cron job<\/td><\/tr><tr><td>php bin\/magento setup:performance:generate-fixtures<\/td><td>Generates fixtures<\/td><\/tr><tr><td>php bin\/magento setup:rollback<\/td><td>Rollback the Magento Application, Code Base, and Media Directory<\/td><\/tr><tr><td>php bin\/magento setup:config:set<\/td><td>Creates or Modifies the Deployment Configuration<\/td><\/tr><tr><td>php bin\/magento setup:store-config:set<\/td><td>Sets the Store Configuration<\/td><\/tr><tr><td>php bin\/magento setup:install<\/td><td>Install the Magento Application<\/td><\/tr><tr><td>php bin\/magento setup:uninstall<\/td><td>Uninstall the Magento Application<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">2. <strong>Cache Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento cache:clean<\/td><td>Clean the cache types<\/td><\/tr><tr><td>php bin\/magento cache:enable<\/td><td>Enable the cache types<\/td><\/tr><tr><td>php bin\/magento cache:disable<\/td><td>Disable the cache types<\/td><\/tr><tr><td>php bin\/magento cache:flush<\/td><td>Flush the cache storage<\/td><\/tr><tr><td>php bin\/magento cache:status<\/td><td>Display the cache status<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">3. <strong>Deploy Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento deploy:mode:set<\/td><td>Sets the Application mode<\/td><\/tr><tr><td>php bin\/magento deploy:mode:show<\/td><td>Shows the current Application mode<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:21px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">4. <strong>Indexers Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento indexer:info<\/td><td>Shows the available Indexers<\/td><\/tr><tr><td>php bin\/magento indexer:reindex<\/td><td>Reindex the Data<\/td><\/tr><tr><td>php bin\/magento indexer:reset<\/td><td>Reset Index Status to Invalid<\/td><\/tr><tr><td>php bin\/magento indexer:set-mode<\/td><td>Set Index Mode<\/td><\/tr><tr><td>php bin\/magento indexer:show-mode<\/td><td>Shows the Index Mode<\/td><\/tr><tr><td>php bin\/magento indexer:status<\/td><td>Shows the status of Indexer<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">5. <strong>Module Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento module:enable<\/td><td>Enable the specific Module<\/td><\/tr><tr><td>php bin\/magento module:disable<\/td><td>Disable the specific Module<\/td><\/tr><tr><td>php bin\/magento module:status<\/td><td>Shows the status of the Module<\/td><\/tr><tr><td>php bin\/magento module:uninstall<\/td><td>Uninstall the module that is Installed by Composer<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:21px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">6. <strong>Sample Data Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento sampledata:deploy<\/td><td>Deploy sample data module<\/td><\/tr><tr><td>php bin\/magento sampledata:remove<\/td><td>Remove sample data package from composer.json file<\/td><\/tr><tr><td>php bin\/magento sampledata:reset<\/td><td>Reset the sample data module for re-installation<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">7. <strong>i18n Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento i18n:collect-phrases<\/td><td>Collects the phrases in the codebase<\/td><\/tr><tr><td>php bin\/magento i18n:pack<\/td><td>Saves language pack<\/td><\/tr><tr><td>php bin\/magento i18n:uninstall<\/td><td>Uninstalls the language pack<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">8. <strong>Catalog Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento catalog:images:resize<\/td><td>Create resized product images<\/td><\/tr><tr><td>php bin\/magento catalog:product:attributes:cleanup<\/td><td>Clear unused product attributes<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">9. <strong>Maintenance Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento maintenance:enable<\/td><td>Enable the maintenance mode<\/td><\/tr><tr><td>php bin\/magento maintenance:disable<\/td><td>Disable the maintenance mode<\/td><\/tr><tr><td>php bin\/magento maintenance:status<\/td><td>Shows the status of maintenance mode<\/td><\/tr><tr><td>php bin\/magento maintenance:allow-ips<\/td><td>Sets the IP address for the maintenance mode<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:19px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">10. <strong>Admin Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento admin:user:create<\/td><td>Create an Admin User<\/td><\/tr><tr><td>php bin\/magento admin:user:unlock<\/td><td>Unlocks the Admin Account<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">11. <strong>Cron Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento cron:run<\/td><td>Runs the cron Job by Schedule<\/td><\/tr><tr><td>php bin\/magento cron:install<\/td><td>Generate and install crontab<\/td><\/tr><tr><td>php bin\/magento cron:remove<\/td><td>Removes tasks from crontab<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:21px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">12. <strong>Theme Command:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento theme:uninstall<\/td><td>Uninstall the theme<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">13. <strong>Info Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento info:adminuri<\/td><td>Display Magento Admin URL<\/td><\/tr><tr><td>php bin\/magento info:backups:list<\/td><td>Display Available Backups<\/td><\/tr><tr><td>php bin\/magento info:currency:list<\/td><td>Display Available Currencies<\/td><\/tr><tr><td>php bin\/magento info:dependencies:show-framework<\/td><td>Display the dependencies in the Magento<\/td><\/tr><tr><td>php bin\/magento info:dependencies:show-modules<\/td><td>Shows Dependencies between modules<\/td><\/tr><tr><td>php bin\/magento info:dependencies:show-modules-circular<\/td><td>Shows number of circular dependencies between modules<\/td><\/tr><tr><td>php bin\/magento info:language:list<\/td><td>Display the list of available language locale<\/td><\/tr><tr><td>php bin\/magento info:timezone:list<\/td><td>Display available timezone<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">14. <strong>Store Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento store:list<\/td><td>Shows the list of available stores<\/td><\/tr><tr><td>store:website:list<\/td><td>Shows the list of available websites<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">15. <strong>Dev Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento dev:source-theme:deploy<\/td><td>Collect and display source theme files<\/td><\/tr><tr><td>php bin\/magento dev:tests:run<\/td><td>Runs the test<\/td><\/tr><tr><td>php bin\/magento dev:urn-catalog:generate<\/td><td>Generate URN catalog&nbsp;<\/td><\/tr><tr><td>php bin\/magento dev:xml:convert<\/td><td>Convert XML files using XSL style sheets<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">16. <strong>Config Commands:<\/strong><\/h2>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Command<\/strong><\/td><td><strong>Description<\/strong><\/td><\/tr><tr><td>php bin\/magento config:sensitive:set<\/td><td>Sets the sensitive configuration value<\/td><\/tr><tr><td>php bin\/magento config:set<\/td><td>Change System Configuration<\/td><\/tr><tr><td>php bin\/magento config:show<\/td><td>Shows configuration value for the specified path<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Final Thoughts:<\/strong><\/h2>\n\n\n\n<p>So this was the easiest way which we have told you in this blog. Hope you liked the blog.<\/p>\n\n\n\n<p>So quickly go to the comment box and tell me how you like this blog?<\/p>\n\n\n\n<p><strong>Stay tuned with us on our site to get new updates of Magento.<\/strong><\/p>\n\n\n\n<p>Thanks for reading and visiting our site.<\/p>\n\n\n<!-- FeedbackWP Plugin --><div  class=\"rmp-widgets-container rmp-wp-plugin rmp-main-container js-rmp-widgets-container js-rmp-widgets-container--1155 \"  data-post-id=\"1155\">    <!-- Rating widget -->  <div class=\"rmp-rating-widget js-rmp-rating-widget\">          <p class=\"rmp-heading rmp-heading--title\">        How useful was this post?      <\/p>              <p class=\"rmp-heading rmp-heading--subtitle\">        Click on a star to rate it!      <\/p>        <div class=\"rmp-rating-widget__icons\">      <ul class=\"rmp-rating-widget__icons-list js-rmp-rating-icons-list\">                  <li class=\"rmp-rating-widget__icons-list__icon js-rmp-rating-item\" data-descriptive-rating=\"Not at all useful\" data-value=\"1\">              <i class=\"js-rmp-rating-icon rmp-icon rmp-icon--ratings rmp-icon--star rmp-icon--full-highlight\"><\/i>          <\/li>                  <li class=\"rmp-rating-widget__icons-list__icon js-rmp-rating-item\" data-descriptive-rating=\"Somewhat useful\" data-value=\"2\">              <i class=\"js-rmp-rating-icon rmp-icon rmp-icon--ratings rmp-icon--star rmp-icon--full-highlight\"><\/i>          <\/li>                  <li class=\"rmp-rating-widget__icons-list__icon js-rmp-rating-item\" data-descriptive-rating=\"Useful\" data-value=\"3\">              <i class=\"js-rmp-rating-icon rmp-icon rmp-icon--ratings rmp-icon--star rmp-icon--full-highlight\"><\/i>          <\/li>                  <li class=\"rmp-rating-widget__icons-list__icon js-rmp-rating-item\" data-descriptive-rating=\"Fairly useful\" data-value=\"4\">              <i class=\"js-rmp-rating-icon rmp-icon rmp-icon--ratings rmp-icon--star rmp-icon--full-highlight\"><\/i>          <\/li>                  <li class=\"rmp-rating-widget__icons-list__icon js-rmp-rating-item\" data-descriptive-rating=\"Very useful\" data-value=\"5\">              <i class=\"js-rmp-rating-icon rmp-icon rmp-icon--ratings rmp-icon--star rmp-icon--full-highlight\"><\/i>          <\/li>              <\/ul>    <\/div>    <p class=\"rmp-rating-widget__hover-text js-rmp-hover-text\"><\/p>        <button class=\"rmp-rating-widget__submit-btn rmp-btn js-submit-rating-btn\">      Submit Rating    <\/button>    <p class=\"rmp-rating-widget__results js-rmp-results \">      Average rating <span class=\"rmp-rating-widget__results__rating js-rmp-avg-rating\">5<\/span> \/ 5. Vote count: <span class=\"rmp-rating-widget__results__votes js-rmp-vote-count\">2<\/span>    <\/p>    <p class=\"rmp-rating-widget__not-rated js-rmp-not-rated rmp-rating-widget__not-rated--hidden\">      No votes so far! Be the first to rate this post.    <\/p>    <p class=\"rmp-rating-widget__msg js-rmp-msg\"><\/p>  <\/div>  <!--Structured data -->        <\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Hello Everyone, In this blog, we will learn about Magento 2 Useful Commands for beginners. It is not possible to keep all commands in mind when you just start a Magento 2. So we have created a list of useful commands for Magento 2. Without wasting your time, let us guide you straight away. LIST [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1157,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4],"tags":[],"class_list":["post-1155","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-magento-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Useful Command List For Beginners In Magento 2 - Magecurious<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Useful Command List For Beginners In Magento 2 - Magecurious\" \/>\n<meta property=\"og:description\" content=\"Hello Everyone, In this blog, we will learn about Magento 2 Useful Commands for beginners. It is not possible to keep all commands in mind when you just start a Magento 2. So we have created a list of useful commands for Magento 2. Without wasting your time, let us guide you straight away. LIST [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Magecurious\" \/>\n<meta property=\"article:published_time\" content=\"2024-02-20T13:25:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-20T13:25:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/magecurious.com\/blog\/wp-content\/uploads\/2024\/02\/COMMAND-LIST-.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"496\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Magecurious\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Magecurious\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Useful Command List For Beginners In Magento 2 - Magecurious","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/","og_locale":"en_US","og_type":"article","og_title":"Useful Command List For Beginners In Magento 2 - Magecurious","og_description":"Hello Everyone, In this blog, we will learn about Magento 2 Useful Commands for beginners. It is not possible to keep all commands in mind when you just start a Magento 2. So we have created a list of useful commands for Magento 2. Without wasting your time, let us guide you straight away. LIST [&hellip;]","og_url":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/","og_site_name":"Magecurious","article_published_time":"2024-02-20T13:25:28+00:00","article_modified_time":"2024-02-20T13:25:29+00:00","og_image":[{"width":1200,"height":496,"url":"https:\/\/magecurious.com\/blog\/wp-content\/uploads\/2024\/02\/COMMAND-LIST-.png","type":"image\/png"}],"author":"Magecurious","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Magecurious","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/#article","isPartOf":{"@id":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/"},"author":{"name":"Magecurious","@id":"https:\/\/magecurious.com\/blog\/#\/schema\/person\/6bced7da0991e7fbbd4550006a6494e2"},"headline":"Useful Command List For Beginners In Magento 2","datePublished":"2024-02-20T13:25:28+00:00","dateModified":"2024-02-20T13:25:29+00:00","mainEntityOfPage":{"@id":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/"},"wordCount":862,"commentCount":0,"publisher":{"@id":"https:\/\/magecurious.com\/blog\/#organization"},"image":{"@id":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/#primaryimage"},"thumbnailUrl":"https:\/\/magecurious.com\/blog\/wp-content\/uploads\/2024\/02\/COMMAND-LIST-.png","articleSection":["Magento 2 Blog"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/","url":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/","name":"Useful Command List For Beginners In Magento 2 - Magecurious","isPartOf":{"@id":"https:\/\/magecurious.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/#primaryimage"},"image":{"@id":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/#primaryimage"},"thumbnailUrl":"https:\/\/magecurious.com\/blog\/wp-content\/uploads\/2024\/02\/COMMAND-LIST-.png","datePublished":"2024-02-20T13:25:28+00:00","dateModified":"2024-02-20T13:25:29+00:00","breadcrumb":{"@id":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/#primaryimage","url":"https:\/\/magecurious.com\/blog\/wp-content\/uploads\/2024\/02\/COMMAND-LIST-.png","contentUrl":"https:\/\/magecurious.com\/blog\/wp-content\/uploads\/2024\/02\/COMMAND-LIST-.png","width":1200,"height":496},{"@type":"BreadcrumbList","@id":"https:\/\/magecurious.com\/blog\/useful-command-list-for-beginners-in-magento-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/magecurious.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Useful Command List For Beginners In Magento 2"}]},{"@type":"WebSite","@id":"https:\/\/magecurious.com\/blog\/#website","url":"https:\/\/magecurious.com\/blog\/","name":"Magecurious","description":"Blog","publisher":{"@id":"https:\/\/magecurious.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/magecurious.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/magecurious.com\/blog\/#organization","name":"Magecurious","url":"https:\/\/magecurious.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/magecurious.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/magecurious.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-New_Project.png","contentUrl":"https:\/\/magecurious.com\/blog\/wp-content\/uploads\/2026\/03\/cropped-New_Project.png","width":596,"height":113,"caption":"Magecurious"},"image":{"@id":"https:\/\/magecurious.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/magecurious.com\/blog\/#\/schema\/person\/6bced7da0991e7fbbd4550006a6494e2","name":"Magecurious","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/magecurious.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c9178df2190b2309da97c9f28dd475bc338275cf664d12678d7e5da51c761271?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c9178df2190b2309da97c9f28dd475bc338275cf664d12678d7e5da51c761271?s=96&d=mm&r=g","caption":"Magecurious"},"sameAs":["https:\/\/magecurious.com"],"url":"https:\/\/magecurious.com\/blog\/author\/magecurious-wp\/"}]}},"jetpack_featured_media_url":"https:\/\/magecurious.com\/blog\/wp-content\/uploads\/2024\/02\/COMMAND-LIST-.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/magecurious.com\/blog\/wp-json\/wp\/v2\/posts\/1155","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/magecurious.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/magecurious.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/magecurious.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/magecurious.com\/blog\/wp-json\/wp\/v2\/comments?post=1155"}],"version-history":[{"count":0,"href":"https:\/\/magecurious.com\/blog\/wp-json\/wp\/v2\/posts\/1155\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/magecurious.com\/blog\/wp-json\/wp\/v2\/media\/1157"}],"wp:attachment":[{"href":"https:\/\/magecurious.com\/blog\/wp-json\/wp\/v2\/media?parent=1155"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/magecurious.com\/blog\/wp-json\/wp\/v2\/categories?post=1155"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/magecurious.com\/blog\/wp-json\/wp\/v2\/tags?post=1155"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}