File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ $ npm install -g @vtex/cli-plugin-template
126126$ vtex COMMAND
127127running 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]
131131USAGE
132132 $ vtex COMMAND
You can’t perform that action at this time.
0 commit comments