feat: catalog export feature

Signed-off-by: the-serious-programmer <19777147+the-serious-programmer@users.noreply.github.com>
This commit is contained in:
the-serious-programmer
2026-04-18 14:29:30 +02:00
parent c3ca20c864
commit 82cf16f63c
36 changed files with 2935 additions and 55 deletions
+2 -2
View File
@@ -19,6 +19,7 @@
"license": "Apache-2.0",
"main": "src/index.ts",
"types": "src/index.ts",
"bin": "bin/backstage-cli-module-lint",
"files": [
"dist",
"bin"
@@ -46,6 +47,5 @@
"@backstage/cli": "workspace:^",
"@types/fs-extra": "^11.0.0",
"@types/shell-quote": "^1.7.5"
},
"bin": "bin/backstage-cli-module-lint"
}
}