Page builders

Elementor CLI

Respira CLI ships with native Elementor support across free and Pro. Read the full widget tree, target elements by id or CSS class, edit typography, spacing, and dynamic tags from the command line.

Reading Elementor content

respira read page mysite.com about
respira read page mysite.com about --as=html

Finding widgets

respira find-element mysite.com about heading --text="welcome"
respira find-element mysite.com about --css=".hero-title"

Editing typography

respira write edit-element mysite.com about heading-123 \
  --set=typography_typography=custom \
  --set=typography_font_size='{"unit":"px","size":48}' \
  --set=typography_font_weight=700

Templates and global kits

Templates and the global kit are addressable as first-class resources. Use respira docs elementor widget-typography for the full reference.