Merge pull request #3469 from backstage/rugvip/scopeconf

cli: only load config schema that applies to the target package
This commit is contained in:
Patrik Oldsberg
2020-11-27 01:13:47 +01:00
committed by GitHub
12 changed files with 140 additions and 17 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Only load config that applies to the target package for frontend build and serve tasks. Also added `--package <name>` flag to scope the config schema used by the `config:print` and `config:check` commands.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/backend-common': patch
'@backstage/integration': patch
---
Move the frontend visibility declarations of integrations config from @backstage/backend-common to @backstage/integration