# Elementor CLI
Elementor Core AdvancedElementor integrates with WP-CLI (opens new window), enabling you to run certain Elementor tasks via the command line interface, without using a web browser.
# What is WordPress CLI?
WP-CLI is a command line interface for WordPress (opens new window). It offers an alternative to the WordPress admin bar. Using the command line makes it easier for developers, agencies and hosting providers to run actions with fewer clicks, run them remotely, and even perform complex scripts based on certain conditions.
# What is Elementor CLI?
Elementor CLI is a set of commands integrated into WP-CLI to allow developers to run certain Elementor tasks from the command line.
# Syntax
CLI commands syntax:
wp elementor <command> [--argument]
or
wp elementor-pro <command> [--argument]
# Available Commands
Currently, the following Elementor commands are available:
- System Info
- Flush CSS
- Replace URLs
- Update DB
- Library Sync
- Library Connect
- Library Disconnect
- Library Import
- Library Import Dir
- Clear Theme Builder Conditions
- Kit Import
- Kit Export
- Experiment Status
- Experiment Activation
- Experiment Deactivation
- License Activate
- License Deactivate
# Help
To view a list of all available Elementor commands via the command line, use the wp help
command.
For information about an individual command, use the following format:
wp help elementor <command>
or
wp help elementor-pro <command>