Connect a site to the Elementor library from the command line by simply providing a WordPress user and a connection token.
wp elementor library connect [--user] [--token][--user]
(Optional) The user to connect. Accepts user id, user login name or an email.
[--token]
(Optional) A connect token from Elementor account dashboard.
wp elementor library connect --user=admin --token=xxxThis command will connect the WordPress admin user to the Elementor library .
::: warning Notes
This command is used by Elementor team to connect with Elementor servers in order to update the library using CLI for testing and debugging. For the moment, external developers cannot obtain the token.
:::