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 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 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