diff --git a/backstage.yaml b/backstage.yaml new file mode 100644 index 0000000000000..2c34f2c26961c --- /dev/null +++ b/backstage.yaml @@ -0,0 +1,15 @@ +--- +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: cli + description: the package manager for JavaScript + annotations: + github.com/project-slug: caddijp/cli + backstage.io/source-location: url:https://github.com/caddijp/cli + tags: + - touches-customer-data +spec: + type: repository + lifecycle: production + owner: group:TODO-set-owner