We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a9a44 commit 566a1b1Copy full SHA for 566a1b1
1 file changed
.vtex/catalog-info.yaml
@@ -0,0 +1,21 @@
1
+apiVersion: backstage.io/v1alpha1
2
+kind: Component
3
+metadata:
4
+ name: cli-plugin-template
5
+ description: Template containing all the essential boilerplates to help you
6
+ create new Toolbelt plugins
7
+ tags:
8
+ - typescript
9
+ - oclif
10
+ annotations:
11
+ vtex.com/janus-acronym: ""
12
+ vtex.com/o11y-os-index: ""
13
+ grafana/dashboard-selector: ""
14
+ github.com/project-slug: vtex/cli-plugin-template
15
+ backstage.io/techdocs-ref: dir:../
16
+spec:
17
+ lifecycle: stable
18
+ owner: apps
19
+ type: template
20
+ dependsOn:
21
+ - component:toolbelt
0 commit comments