edgible template
Browse and deploy apps from the Edgible catalog
edgible template list
Section titled “edgible template list”Aliases: ls
List published catalog templates
edgible template list [flags]| Flag | Description |
|---|---|
--category <category> | Filter by category |
--search <query> | Filter by free-text query (name/description) |
--status <status> | Filter by verification status (pending|verified|demoted) |
--json | Output as JSON |
edgible template info
Section titled “edgible template info”Show a template manifest summary, parameters, and requirements
edgible template info <name> [flags]| Flag | Description |
|---|---|
--version <version> | Show a specific version (default: latest) |
--device <id> | Show requirements against a specific device |
--json | Output as JSON |
edgible template deploy
Section titled “edgible template deploy”Deploy a catalog template to a device
edgible template deploy <name> [flags]| Flag | Description |
|---|---|
--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 |
--yes | Non-interactive: never prompt; fail closed on a missing required value |
--output <path> | Write the rendered canonical document to a file (”-” for stdout) |
--dry-run | Render a PREVIEW only: no secrets minted, no application created, no bundle delivered |
edgible template upgrade
Section titled “edgible template upgrade”Re-render a template-deployed application onto a newer template version
edgible template upgrade <application> [flags]| Flag | Description |
|---|---|
--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 |
--yes | Non-interactive: skip the confirmation and never prompt; fail closed on a missing required value |