diff --git a/.changeset/spotty-numbers-occur.md b/.changeset/spotty-numbers-occur.md index 1b69516617..dee57f8850 100644 --- a/.changeset/spotty-numbers-occur.md +++ b/.changeset/spotty-numbers-occur.md @@ -4,8 +4,8 @@ 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 any provided config. +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 subroute 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. +`--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. diff --git a/.changeset/young-apples-hide.md b/.changeset/young-apples-hide.md deleted file mode 100644 index c445c45ead..0000000000 --- a/.changeset/young-apples-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/config-loader': minor ---- - -Added new CLI parsing that overrides all other config options, like env and yaml. Currently supports --publicPath and --backendUrl.