eitri-cli 1.38.0-beta.1 → 1.38.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/eitri-cli-v2/eitri-cli-v2.darwin-arm64.node +0 -0
- package/eitri-cli-v2/eitri-cli-v2.darwin-x64.node +0 -0
- package/eitri-cli-v2/eitri-cli-v2.linux-x64-gnu.node +0 -0
- package/eitri-cli-v2/eitri-cli-v2.win32-x64-msvc.node +0 -0
- package/eitri-cli-v2/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/eitri-cli-v2/index.d.ts
CHANGED
package/index.js
CHANGED
|
@@ -226,6 +226,7 @@ const run = async () => {
|
|
|
226
226
|
.description(
|
|
227
227
|
"Cria múltiplos Eitri-Apps para um Aplicativo"
|
|
228
228
|
)
|
|
229
|
+
.option("-v, --verbose", "Exibe mais logs")
|
|
229
230
|
.action(async (applicationName, cmdObj) => {
|
|
230
231
|
return await globalEitriCLIV2.app.create({
|
|
231
232
|
...cmdObj,
|