--- title: CLI Documentation sidebar_position: 1 hide_title: true --- # Superset Extensions CLI The `apache-superset-extensions-cli` provides command-line tools for creating, developing, and packaging Superset extensions. ## Installation ```bash pip install apache-superset-extensions-cli ``` ## Commands ### init Creates a new extension project with the standard folder structure. ```bash superset-extensions init [options] ``` **Options:** - `--template