Skip to content

edgible template

Browse and deploy apps from the Edgible catalog

Aliases: ls

List published catalog templates

Terminal window
edgible template list [flags]
FlagDescription
--category <category>Filter by category
--search <query>Filter by free-text query (name/description)
--status <status>Filter by verification status (pending|verified|demoted)
--jsonOutput as JSON

Show a template manifest summary, parameters, and requirements

Terminal window
edgible template info <name> [flags]
FlagDescription
--version <version>Show a specific version (default: latest)
--device <id>Show requirements against a specific device
--jsonOutput as JSON

Deploy a catalog template to a device

Terminal window
edgible template deploy <name> [flags]
FlagDescription
--device <id>Target serving device (prompted if omitted)
--name <name>Application name (default: the template name)
--version <version>Template version to deploy (default: latest)
--param <key=value>Set a parameter value (repeatable)
--params-file <path>Read parameter values from a JSON or dotenv file
--yesNon-interactive: never prompt; fail closed on a missing required value
--output <path>Write the rendered canonical document to a file (”-” for stdout)
--dry-runRender a PREVIEW only: no secrets minted, no application created, no bundle delivered

Re-render a template-deployed application onto a newer template version

Terminal window
edgible template upgrade <application> [flags]
FlagDescription
--version <version>Target template version (default: latest)
--param <key=value>Set a parameter value (repeatable)
--params-file <path>Read parameter values from a JSON or dotenv file
--yesNon-interactive: skip the confirmation and never prompt; fail closed on a missing required value