Command chooser
Running a bare
extension with no command prints the full help and exits with code 0.
Typical developer flow
createto scaffold.devfor iterative coding and reload cycles.buildfor production artifacts.previeworstartfor production-like validation.installoruninstallwhen you need to manage Extension.js browser runtimes explicitly.logs,inspect,eval,storage,reload, andopento observe and drive the running session.doctorwhen a dev session or an automation verb talking to it stops responding.capabilitiesfirst, when a script or agent drives the CLI instead of a human.
Command references
- create
- dev
- build
- start
- preview
- publish
- install
- uninstall
- doctor
- logs
- inspect
- eval
- storage
- reload
- open
- capabilities
telemetry command (enable / disable / status) manages anonymous telemetry consent. See Telemetry and privacy.
Next steps
- Apply cross-command controls in Global flags.
- Keep defaults centralized in Extension configuration.

