@@ -21,7 +21,7 @@ $ npm install -g @oclif/dev-cli
21
21
$ oclif-dev COMMAND
22
22
running command...
23
23
$ oclif-dev (-v| --version| version)
24
- @oclif/dev-cli/1.26.3 linux-x64 node-v14.18.1
24
+ @oclif/dev-cli/1.26.4 linux-x64 node-v14.18.1
25
25
$ oclif-dev --help [COMMAND]
26
26
USAGE
27
27
$ oclif-dev COMMAND
@@ -71,7 +71,7 @@ ARGUMENTS
71
71
PATH [default: .] path to plugin
72
72
```
73
73
74
- _ See code: [ src/commands/manifest.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.3 /src/commands/manifest.ts ) _
74
+ _ See code: [ src/commands/manifest.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.4 /src/commands/manifest.ts ) _
75
75
76
76
## ` oclif-dev pack `
77
77
@@ -90,7 +90,7 @@ DESCRIPTION
90
90
This can be used to create oclif CLIs that use the system node or that come preloaded with a node binary.
91
91
```
92
92
93
- _ See code: [ src/commands/pack/index.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.3 /src/commands/pack/index.ts ) _
93
+ _ See code: [ src/commands/pack/index.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.4 /src/commands/pack/index.ts ) _
94
94
95
95
## ` oclif-dev pack:deb `
96
96
@@ -104,7 +104,7 @@ OPTIONS
104
104
-r, --root=root (required) [default: .] path to oclif CLI root
105
105
```
106
106
107
- _ See code: [ src/commands/pack/deb.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.3 /src/commands/pack/deb.ts ) _
107
+ _ See code: [ src/commands/pack/deb.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.4 /src/commands/pack/deb.ts ) _
108
108
109
109
## ` oclif-dev pack:macos `
110
110
@@ -118,7 +118,7 @@ OPTIONS
118
118
-r, --root=root (required) [default: .] path to oclif CLI root
119
119
```
120
120
121
- _ See code: [ src/commands/pack/macos.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.3 /src/commands/pack/macos.ts ) _
121
+ _ See code: [ src/commands/pack/macos.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.4 /src/commands/pack/macos.ts ) _
122
122
123
123
## ` oclif-dev pack:win `
124
124
@@ -132,7 +132,7 @@ OPTIONS
132
132
-r, --root=root (required) [default: .] path to oclif CLI root
133
133
```
134
134
135
- _ See code: [ src/commands/pack/win.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.3 /src/commands/pack/win.ts ) _
135
+ _ See code: [ src/commands/pack/win.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.4 /src/commands/pack/win.ts ) _
136
136
137
137
## ` oclif-dev publish `
138
138
@@ -150,7 +150,7 @@ DESCRIPTION
150
150
"aws-sdk" will need to be installed as a devDependency to publish.
151
151
```
152
152
153
- _ See code: [ src/commands/publish/index.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.3 /src/commands/publish/index.ts ) _
153
+ _ See code: [ src/commands/publish/index.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.4 /src/commands/publish/index.ts ) _
154
154
155
155
## ` oclif-dev publish:deb `
156
156
@@ -164,7 +164,7 @@ OPTIONS
164
164
-r, --root=root (required) [default: .] path to oclif CLI root
165
165
```
166
166
167
- _ See code: [ src/commands/publish/deb.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.3 /src/commands/publish/deb.ts ) _
167
+ _ See code: [ src/commands/publish/deb.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.4 /src/commands/publish/deb.ts ) _
168
168
169
169
## ` oclif-dev publish:macos `
170
170
@@ -178,7 +178,7 @@ OPTIONS
178
178
-r, --root=root (required) [default: .] path to oclif CLI root
179
179
```
180
180
181
- _ See code: [ src/commands/publish/macos.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.3 /src/commands/publish/macos.ts ) _
181
+ _ See code: [ src/commands/publish/macos.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.4 /src/commands/publish/macos.ts ) _
182
182
183
183
## ` oclif-dev publish:win `
184
184
@@ -192,7 +192,7 @@ OPTIONS
192
192
-r, --root=root (required) [default: .] path to oclif CLI root
193
193
```
194
194
195
- _ See code: [ src/commands/publish/win.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.3 /src/commands/publish/win.ts ) _
195
+ _ See code: [ src/commands/publish/win.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.4 /src/commands/publish/win.ts ) _
196
196
197
197
## ` oclif-dev readme `
198
198
@@ -216,5 +216,5 @@ DESCRIPTION
216
216
Customize the code URL prefix by setting oclif.repositoryPrefix in package.json.
217
217
```
218
218
219
- _ See code: [ src/commands/readme.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.3 /src/commands/readme.ts ) _
219
+ _ See code: [ src/commands/readme.ts] ( https://github.com/oclif/dev-cli/blob/v1.26.4 /src/commands/readme.ts ) _
220
220
<!-- commandsstop -->
0 commit comments