Skip to content

Commit 6fde003

Browse files
committed
chore: add repository catalog entity
Adds Component with spec.type: repository for Backstage software catalog. Related: IDP-538
1 parent d57b43d commit 6fde003

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

backstage.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Component
4+
metadata:
5+
name: cli
6+
description: the package manager for JavaScript
7+
annotations:
8+
github.com/project-slug: caddijp/cli
9+
backstage.io/source-location: url:https://github.com/caddijp/cli
10+
tags:
11+
- touches-customer-data
12+
spec:
13+
type: repository
14+
lifecycle: production
15+
owner: group:TODO-set-owner

0 commit comments

Comments
 (0)