# https://backstage.io/docs/features/software-catalog/descriptor-format
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
  name: sdet-cli
  description: |
    Command line tools collection for SDET.
  tags:
    - sdet
    - cli
  annotations:
    backstage.io/techdocs-ref: dir:./README.md
  links:
    - url: https://git.ringcentral.com/circus/sdet-cli
      title: sdet-cli
spec:
  type: library
  system: sdet
  owner: group:sdet
  lifecycle: experimental
