ride/cli-cms

CMS commands for the Ride CLI

1.0.0 2016-10-14 18:51 UTC

This package is auto-updated.

Last update: 2024-06-12 22:47:37 UTC


README

This module adds various CMS commands to the Ride CLI.

Commands

cms clean up

This widget cleans up all properties and widget instances which are no longer used.

Syntax: cms clean up [--force]

  • --force: Add the force flag to actually remove the unused properties

Alias: ccu

cms sitemap

This command generates the sitemap.xml files for all sites.

Syntax: cms sitemap

Alias: csm

Related Modules

Installation

You can use Composer to install this application.

composer require ride/cli-cms