Expand description
Extension dispatch and management for the Tempo CLI.
Modulesยง
- installer ๐
- Extension lifecycle management: install, update, and remove extensions.
- launcher ๐
- Routes
tempo <extension>to the right binary, handles auto-install of missing extensions, and provides built-in commands (add/update/remove). - registry ๐
- Persistent registry of installed extensions (versions, update check timestamps).
Enumsยง
- Installer
Error - Errors that can occur during extension install, update, or removal.
- Launcher
Error
Functionsยง
- installed_
extensions - Returns installed extensions as
(name, description)pairs, sorted alphabetically. - run
- Parses arguments and dispatches to built-in commands (add/update/remove/list)
or extension subcommands. This is the entry point for the
tempoCLI.