Skip to content

Commit 08a3b81

Browse files
authored
Merge pull request #44 from vtex/dk-portal-setup
Dark Kitchen Catalog Setup
2 parents 38a9a44 + 9ffa9ae commit 08a3b81

3 files changed

Lines changed: 38 additions & 1 deletion

File tree

.vtex/catalog-info.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.vtex/deployment.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
- name: cli-plugin-template
2+
build:
3+
provider: dkcicd
4+
pipelines:
5+
- name: techdocs-v1
6+
parameters:
7+
entityReference: default/component/cli-plugin-template
8+
sourceDir: ./
9+
when:
10+
- event: push
11+
source: branch
12+
regex: master
13+
path:
14+
- "docs/**"
15+
- README.md
16+
- .vtex/deployment.yaml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ $ npm install -g @vtex/cli-plugin-template
126126
$ vtex COMMAND
127127
running command...
128128
$ vtex (-v|--version|version)
129-
@vtex/cli-plugin-template/0.0.0 linux-x64 node-v12.22.7
129+
@vtex/cli-plugin-template/0.0.0 linux-x64 node-v12.22.12
130130
$ vtex --help [COMMAND]
131131
USAGE
132132
$ vtex COMMAND

0 commit comments

Comments
 (0)