Skip to content

Commit f985e05

Browse files
authored
Merge pull request #5 from vtex/dk-portal-setup
Dark Kitchen Catalog Setup
2 parents 5f8dc34 + c2ecdd2 commit f985e05

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

.vtex/catalog-info.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: cli-plugin-deps
5+
description: Provides commands to manage dependencies within VTEX workspaces
6+
tags:
7+
- typescript
8+
- oclif
9+
annotations:
10+
vtex.com/janus-acronym: ""
11+
vtex.com/o11y-os-index: ""
12+
grafana/dashboard-selector: ""
13+
github.com/project-slug: vtex/cli-plugin-deps
14+
backstage.io/techdocs-ref: dir:../
15+
spec:
16+
lifecycle: stable
17+
owner: apps
18+
type: cli-plugin
19+
dependsOn: []
20+
subcomponentOf: toolbelt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ npm install -g @vtex/cli-plugin-deps
2929
$ oclif-example COMMAND
3030
running command...
3131
$ oclif-example (-v|--version|version)
32-
@vtex/cli-plugin-deps/0.1.1 linux-x64 node-v12.21.0
32+
@vtex/cli-plugin-deps/0.1.1 linux-x64 node-v12.22.12
3333
$ oclif-example --help [COMMAND]
3434
USAGE
3535
$ oclif-example COMMAND

0 commit comments

Comments
 (0)