From 3cf36341621c524fc3f2b11ab5cefe19bad0cbfa Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Thu, 13 Feb 2025 08:24:38 -0600 Subject: [PATCH] Small Corrections to the CLI Template Globals Signed-off-by: Andre Wanlin --- docs/tooling/cli/04-templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tooling/cli/04-templates.md b/docs/tooling/cli/04-templates.md index ad1c9207ba..c3bfb57d11 100644 --- a/docs/tooling/cli/04-templates.md +++ b/docs/tooling/cli/04-templates.md @@ -25,8 +25,8 @@ The behavior of the `backstage-cli new` command is configurable through your roo ``` - `globals` - Configures input for all generated packages and plugins. - - `version` - Sets the value of the `version` field in `package.json` of all generated packages. Defaults to `Apache-2.0`. - - `license` - Sets the value of the `license` field in `package.json` of all generated packages. Defaults to `0.1.0`. + - `version` - Sets the value of the `version` field in `package.json` of all generated packages. Defaults to `0.1.0`. + - `license` - Sets the value of the `license` field in `package.json` of all generated packages. Defaults to `Apache-2.0`. - `private` - Sets the value of the `private` field in `package.json` of all generated packages. Defaults to `true`. - `publishRegistry` - Sets the value of the `publishConfig.registry` field in `package.json` of all generated packages. - `namePrefix` - The prefix used to generate the full package name. Defaults to `@internal/`.