cli: only load config schema that applies to the target package

This commit is contained in:
Patrik Oldsberg
2020-11-26 22:18:47 +01:00
parent 8697dea5b4
commit 2942954535
8 changed files with 85 additions and 8 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.