ride / cli-cms
CMS commands for the Ride CLI
1.1.0
2024-06-26 07:19 UTC
Requires
- ride/app: ^1.0.0
- ride/cli: ^1.0.0
- ride/lib-cli: ^1.0.0
- ride/lib-cms: ^1.0.0
- ride/web-cms: ^1.0.0
This package is auto-updated.
Last update: 2024-10-26 08:04:07 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