File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ apiVersion : backstage.io/v1alpha1
2
+ kind : Component
3
+ metadata :
4
+ name : cli-plugin-logs
5
+ description : Provides a plugin for viewing logs of apps in production
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-logs
14
+ backstage.io/techdocs-ref : dir:../
15
+ spec :
16
+ lifecycle : stable
17
+ owner : apps
18
+ type : cli-plugin
19
+ dependsOn : []
20
+ subcomponentOf : toolbelt
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ $ npm install -g @vtex/cli-plugin-logs
29
29
$ vtex COMMAND
30
30
running command...
31
31
$ vtex (-v| --version| version)
32
- @vtex/cli-plugin-logs/0.1.1 linux-x64 node-v12.21.0
32
+ @vtex/cli-plugin-logs/0.1.1 linux-x64 node-v12.22.12
33
33
$ vtex --help [COMMAND]
34
34
USAGE
35
35
$ vtex COMMAND
You can’t perform that action at this time.
0 commit comments