@@ -23,7 +23,7 @@ $ npm install -g @oclif/dev-cli
2323$ oclif-dev COMMAND
2424running command...
2525$ oclif-dev (-v| --version| version)
26- @oclif/dev-cli/1.13.28 linux-x64 node-v9.11.1
26+ @oclif/dev-cli/1.13.29 linux-x64 node-v9.11.1
2727$ oclif-dev --help [COMMAND]
2828USAGE
2929 $ oclif-dev COMMAND
@@ -73,7 +73,7 @@ ARGUMENTS
7373 PATH [default: .] path to plugin
7474```
7575
76- _ See code: [ src/commands/manifest.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.28 /src/commands/manifest.ts ) _
76+ _ See code: [ src/commands/manifest.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.29 /src/commands/manifest.ts ) _
7777
7878## ` oclif-dev pack `
7979
@@ -91,7 +91,7 @@ DESCRIPTION
9191 This can be used to create oclif CLIs that use the system node or that come preloaded with a node binary.
9292```
9393
94- _ See code: [ src/commands/pack/index.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.28 /src/commands/pack/index.ts ) _
94+ _ See code: [ src/commands/pack/index.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.29 /src/commands/pack/index.ts ) _
9595
9696## ` oclif-dev pack:deb `
9797
@@ -105,7 +105,7 @@ OPTIONS
105105 -r, --root=root (required) [default: .] path to oclif CLI root
106106```
107107
108- _ See code: [ src/commands/pack/deb.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.28 /src/commands/pack/deb.ts ) _
108+ _ See code: [ src/commands/pack/deb.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.29 /src/commands/pack/deb.ts ) _
109109
110110## ` oclif-dev pack:macos `
111111
@@ -119,7 +119,7 @@ OPTIONS
119119 -r, --root=root (required) [default: .] path to oclif CLI root
120120```
121121
122- _ See code: [ src/commands/pack/macos.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.28 /src/commands/pack/macos.ts ) _
122+ _ See code: [ src/commands/pack/macos.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.29 /src/commands/pack/macos.ts ) _
123123
124124## ` oclif-dev pack:win `
125125
@@ -133,7 +133,7 @@ OPTIONS
133133 -r, --root=root (required) [default: .] path to oclif CLI root
134134```
135135
136- _ See code: [ src/commands/pack/win.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.28 /src/commands/pack/win.ts ) _
136+ _ See code: [ src/commands/pack/win.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.29 /src/commands/pack/win.ts ) _
137137
138138## ` oclif-dev publish `
139139
@@ -148,7 +148,7 @@ OPTIONS
148148 -r, --root=root (required) [default: .] path to oclif CLI root
149149```
150150
151- _ See code: [ src/commands/publish/index.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.28 /src/commands/publish/index.ts ) _
151+ _ See code: [ src/commands/publish/index.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.29 /src/commands/publish/index.ts ) _
152152
153153## ` oclif-dev publish:deb `
154154
@@ -162,7 +162,7 @@ OPTIONS
162162 -r, --root=root (required) [default: .] path to oclif CLI root
163163```
164164
165- _ See code: [ src/commands/publish/deb.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.28 /src/commands/publish/deb.ts ) _
165+ _ See code: [ src/commands/publish/deb.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.29 /src/commands/publish/deb.ts ) _
166166
167167## ` oclif-dev publish:macos `
168168
@@ -176,7 +176,7 @@ OPTIONS
176176 -r, --root=root (required) [default: .] path to oclif CLI root
177177```
178178
179- _ See code: [ src/commands/publish/macos.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.28 /src/commands/publish/macos.ts ) _
179+ _ See code: [ src/commands/publish/macos.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.29 /src/commands/publish/macos.ts ) _
180180
181181## ` oclif-dev publish:win `
182182
@@ -190,7 +190,7 @@ OPTIONS
190190 -r, --root=root (required) [default: .] path to oclif CLI root
191191```
192192
193- _ See code: [ src/commands/publish/win.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.28 /src/commands/publish/win.ts ) _
193+ _ See code: [ src/commands/publish/win.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.29 /src/commands/publish/win.ts ) _
194194
195195## ` oclif-dev readme `
196196
@@ -211,5 +211,5 @@ DESCRIPTION
211211 <!-- commands -->
212212```
213213
214- _ See code: [ src/commands/readme.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.28 /src/commands/readme.ts ) _
214+ _ See code: [ src/commands/readme.ts] ( https://github.com/oclif/dev-cli/blob/v1.13.29 /src/commands/readme.ts ) _
215215<!-- commandsstop -->
0 commit comments