From 3426aec20164c64801314c362f9b66b22cdb4f68 Mon Sep 17 00:00:00 2001 From: Aramis Sennyey Date: Tue, 22 Nov 2022 15:31:18 -0500 Subject: [PATCH] Update changeset message for the cli package. Signed-off-by: Aramis Sennyey --- .changeset/spotty-numbers-occur.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.changeset/spotty-numbers-occur.md b/.changeset/spotty-numbers-occur.md index fff27a18d3..4e098f981e 100644 --- a/.changeset/spotty-numbers-occur.md +++ b/.changeset/spotty-numbers-occur.md @@ -2,10 +2,4 @@ '@backstage/cli': patch --- -Adds support for two new CLI options on the `repo build` and `package build` commands. Both options are only available to frontend components. Backend config continues to be supplied at runtime. - -CLI options take precedent over provided config. - -The new options are meant to add greater support for running the same bundle in multiple environments, ex: test, stage and prod. -`--publicPath`: Frontend route to host the app on, can be relative or absolute. -`--backendUrl`: Backend URL that the {backend.basePath}, e.g. /api, endpoint can be reached on. Can be relative or absolute. +Allow relative URLs to be passed as config values for `app.baseUrl` and `backend.baseUrl`, ie `app.baseUrl` can be `/`. Relative URLs are only supported for frontend builds, the backend still needs the full URL defined before run time.