Update changesets.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2022-11-02 18:00:26 -04:00
parent 8e88108346
commit 39a9b3afb0
2 changed files with 3 additions and 8 deletions
+3 -3
View File
@@ -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.
-5
View File
@@ -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.