Merge pull request #10138 from backstage/rugvip/add-deps

cli: add experimental package fix command
This commit is contained in:
Patrik Oldsberg
2022-03-21 15:07:30 +01:00
committed by GitHub
3 changed files with 153 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/cli': patch
---
Added an experimental `package fix` command which applies automated fixes to the target package. The initial fix that is available is to add missing monorepo dependencies to the target package.