From 566a1b17401010d38802f4a59ae96f5f1eebe597 Mon Sep 17 00:00:00 2001 From: Daniyel Rocha Date: Fri, 7 Mar 2025 17:17:45 -0300 Subject: [PATCH 1/3] Dark Kitchen Catalog Setup --- .vtex/catalog-info.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .vtex/catalog-info.yaml diff --git a/.vtex/catalog-info.yaml b/.vtex/catalog-info.yaml new file mode 100644 index 0000000..ce76303 --- /dev/null +++ b/.vtex/catalog-info.yaml @@ -0,0 +1,21 @@ +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: cli-plugin-template + description: Template containing all the essential boilerplates to help you + create new Toolbelt plugins + tags: + - typescript + - oclif + annotations: + vtex.com/janus-acronym: "" + vtex.com/o11y-os-index: "" + grafana/dashboard-selector: "" + github.com/project-slug: vtex/cli-plugin-template + backstage.io/techdocs-ref: dir:../ +spec: + lifecycle: stable + owner: apps + type: template + dependsOn: + - component:toolbelt From 250bdaa01ed3242bd277b64c45ce5e58f61f70df Mon Sep 17 00:00:00 2001 From: William Azevedo da Silva Date: Fri, 7 Mar 2025 20:18:24 +0000 Subject: [PATCH 2/3] Automatic update on Toolbelt plugin documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65d59ef..0464934 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ $ npm install -g @vtex/cli-plugin-template $ vtex COMMAND running command... $ vtex (-v|--version|version) -@vtex/cli-plugin-template/0.0.0 linux-x64 node-v12.22.7 +@vtex/cli-plugin-template/0.0.0 linux-x64 node-v12.22.12 $ vtex --help [COMMAND] USAGE $ vtex COMMAND From 9ffa9ae4374e5a9dd6e1db4f2f3fe77c30aa16b0 Mon Sep 17 00:00:00 2001 From: Daniyel Rocha Date: Mon, 10 Mar 2025 09:15:10 -0300 Subject: [PATCH 3/3] add deployment.yaml --- .vtex/deployment.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .vtex/deployment.yaml diff --git a/.vtex/deployment.yaml b/.vtex/deployment.yaml new file mode 100644 index 0000000..3df4ce8 --- /dev/null +++ b/.vtex/deployment.yaml @@ -0,0 +1,16 @@ +- name: cli-plugin-template + build: + provider: dkcicd + pipelines: + - name: techdocs-v1 + parameters: + entityReference: default/component/cli-plugin-template + sourceDir: ./ + when: + - event: push + source: branch + regex: master + path: + - "docs/**" + - README.md + - .vtex/deployment.yaml \ No newline at end of file