-
Notifications
You must be signed in to change notification settings - Fork 1
/
portal.yml
65 lines (65 loc) · 1.63 KB
/
portal.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: cobra-commander
title: Cobra Commander
description: Tools for working with Component Based Rails Apps
annotations:
backstage.io/techdocs-ref: dir:.
spec:
type: library
owner: heroes-for-hire
lifecycle: production
system: power-application-framework
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: cobra_commander
title: Cobra Commander CLI
description: >-
CobraCommander is a powerful CLI for working with cbra (https://cbra.info/)
applications.
annotations:
backstage.io/techdocs-ref: dir:cobra_commander
spec:
type: library
owner: heroes-for-hire
lifecycle: production
subcomponentOf: cobra-commander
system: power-application-framework
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: cobra_commander
title: Cobra Commander Ruby
description: >-
CobraCommander::Ruby is the CobraCommander plugin for working with Ruby
dependencies.
annotations:
backstage.io/techdocs-ref: dir:cobra_commander-ruby
spec:
type: library
owner: heroes-for-hire
lifecycle: production
subcomponentOf: cobra-commander
system: power-application-framework
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: cobra_commander
title: Cobra Commander Yarn
description: >-
CobraCommander::Yarn is the CobraCommander plugin for working with Yarn
dependencies.
annotations:
backstage.io/techdocs-ref: dir:cobra_commander-yarn
spec:
type: library
owner: heroes-for-hire
lifecycle: production
subcomponentOf: cobra-commander
system: power-application-framework