venveo / craft-element-cli
Interact with elements via the Craft CLI
Installs: 58
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Type:craft-plugin
Requires
- craftcms/cms: ^3.0.0-RC1
This package is auto-updated.
Last update: 2022-08-07 21:17:43 UTC
README
Interact with elements via the Craft CLI.
Entries
Available Options
section <handle>
entrytype <handle>
status <enabled/disabled>
site <handle>
Available Actions
Get total number of entries:
./craft element-cli/entries/count
Delete entries:
./craft element-cli/entries/delete
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require venveo/element-cli
-
In the Control Panel, go to Settings → Plugins and click the “Install” button for Element CLI.
Brought to you by Venveo