File tree 2 files changed +24
-4
lines changed
2 files changed +24
-4
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-redirects
5
+ description : Plugin to manage redirects within the VTEX platform
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-redirects
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 @@ -31,7 +31,7 @@ $ npm install -g @vtex/cli-plugin-redirects
31
31
$ oclif-example COMMAND
32
32
running command...
33
33
$ oclif-example (-v| --version| version)
34
- @vtex/cli-plugin-redirects/1.0.0 linux-x64 node-v20.17.0
34
+ @vtex/cli-plugin-redirects/1.0.1 linux-x64 node-v20.18.3
35
35
$ oclif-example --help [COMMAND]
36
36
USAGE
37
37
$ oclif-example COMMAND
@@ -66,7 +66,7 @@ EXAMPLE
66
66
vtex redirects delete csvPath
67
67
```
68
68
69
- _ See code: [ build/commands/redirects/delete.ts] ( https://github.com/vtex/cli-plugin-redirects/blob/v1.0.0 /build/commands/redirects/delete.ts ) _
69
+ _ See code: [ build/commands/redirects/delete.ts] ( https://github.com/vtex/cli-plugin-redirects/blob/v1.0.1 /build/commands/redirects/delete.ts ) _
70
70
71
71
## ` oclif-example redirects:export CSVPATH `
72
72
@@ -88,7 +88,7 @@ EXAMPLE
88
88
vtex redirects export csvPath
89
89
```
90
90
91
- _ See code: [ build/commands/redirects/export.ts] ( https://github.com/vtex/cli-plugin-redirects/blob/v1.0.0 /build/commands/redirects/export.ts ) _
91
+ _ See code: [ build/commands/redirects/export.ts] ( https://github.com/vtex/cli-plugin-redirects/blob/v1.0.1 /build/commands/redirects/export.ts ) _
92
92
93
93
## ` oclif-example redirects:import CSVPATH `
94
94
@@ -111,5 +111,5 @@ EXAMPLE
111
111
vtex redirects import csvPath
112
112
```
113
113
114
- _ See code: [ build/commands/redirects/import.ts] ( https://github.com/vtex/cli-plugin-redirects/blob/v1.0.0 /build/commands/redirects/import.ts ) _
114
+ _ See code: [ build/commands/redirects/import.ts] ( https://github.com/vtex/cli-plugin-redirects/blob/v1.0.1 /build/commands/redirects/import.ts ) _
115
115
<!-- commandsstop -->
You can’t perform that action at this time.
0 commit comments