magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

[FEATURE] Add CLI command to dump the sitemap #67

Open magento-engcom-team opened 6 years ago

magento-engcom-team commented 6 years ago

Currently, there's a cronjob that is run on a schedule. Since we deploy our site through deployer, the root directory content is reset on basically every deployment cycle.

So this now needs manual actions in the form of someone logging into the backend and clicking the "generate" button on the sitemap entries.

So in essence there should be a CLI command to dump the registered sitemaps to disk.

Preconditions

No bug, so no preconditions.

Steps to reproduce

No bug so no steps.

Expected result

  1. a CLI command should exist to dump the sitemaps

Actual result

  1. no such command is available

Original Report: https://github.com/magento/magento2/issues/14053 by @cedricziel

deefco commented 5 years ago

Hi, please assign this one to me, I'm preparing a pull request right now