From 9385cdf77ceb227dbc21bc81c0461cae1e83e08f Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 11 Feb 2025 10:29:28 +0100 Subject: [PATCH] docs/tooling: mention parameters field in templating docs Signed-off-by: Patrik Oldsberg --- docs/tooling/cli/04-templates.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tooling/cli/04-templates.md b/docs/tooling/cli/04-templates.md index da3db1011c..a4b3a07db1 100644 --- a/docs/tooling/cli/04-templates.md +++ b/docs/tooling/cli/04-templates.md @@ -117,6 +117,7 @@ The following properties are supported: - `role` **(required)** - The role of the template, similar to package role. See [Template Roles](#template-roles) for more details. - `description` - A description of the type of package that this template produces. - `files` - A directory or list of relative file paths pointing to the contents of your template. Defaults to the current directory. +- `parameters` - A map of pre-filled parameters that will be used instead of prompting the user for input. - `templateValues` - A map of additional values that will be present during templating. The values are themselves templated and can reference other values. Once you have your composed template yaml file, [add your new template](#installing-custom-templates) to the CLI config in your root `package.json`: