@@ -211,7 +211,7 @@ $ npm install -g vaah
211211$ vaah COMMAND
212212running command...
213213$ vaah (--version)
214- vaah/3.2.8 darwin-arm64 node-v20.13.1
214+ vaah/3.2.9 darwin-arm64 node-v20.13.1
215215$ vaah --help [COMMAND]
216216USAGE
217217 $ vaah COMMAND
@@ -261,7 +261,7 @@ DESCRIPTION
261261 Generate CRUD operations for VaahCMS
262262```
263263
264- _ See code: [ src/commands/cms/auth.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/cms/auth.ts ) _
264+ _ See code: [ src/commands/cms/auth.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/cms/auth.ts ) _
265265
266266## ` vaah cms:crud `
267267
@@ -278,7 +278,7 @@ DESCRIPTION
278278 Generate CRUD operations for VaahCMS
279279```
280280
281- _ See code: [ src/commands/cms/crud.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/cms/crud.ts ) _
281+ _ See code: [ src/commands/cms/crud.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/cms/crud.ts ) _
282282
283283## ` vaah cms:install [PROJECT_NAME] `
284284
@@ -299,7 +299,7 @@ DESCRIPTION
299299 Install VaahCMS
300300```
301301
302- _ See code: [ src/commands/cms/install.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/cms/install.ts ) _
302+ _ See code: [ src/commands/cms/install.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/cms/install.ts ) _
303303
304304## ` vaah cms:m `
305305
@@ -318,7 +318,7 @@ DESCRIPTION
318318 To generate module for VaahCMS
319319```
320320
321- _ See code: [ src/commands/cms/m.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/cms/m.ts ) _
321+ _ See code: [ src/commands/cms/m.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/cms/m.ts ) _
322322
323323## ` vaah cms:m-make TYPE MODULE NAME `
324324
@@ -338,7 +338,7 @@ DESCRIPTION
338338 Generate for VaahCMS Module
339339```
340340
341- _ See code: [ src/commands/cms/m-make.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/cms/m-make.ts ) _
341+ _ See code: [ src/commands/cms/m-make.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/cms/m-make.ts ) _
342342
343343## ` vaah cms:settings `
344344
@@ -355,7 +355,7 @@ DESCRIPTION
355355 Vue3: Generate User CRUD for VaahCMS
356356```
357357
358- _ See code: [ src/commands/cms/settings.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/cms/settings.ts ) _
358+ _ See code: [ src/commands/cms/settings.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/cms/settings.ts ) _
359359
360360## ` vaah cms:t `
361361
@@ -374,7 +374,7 @@ DESCRIPTION
374374 To generate theme for VaahCMS
375375```
376376
377- _ See code: [ src/commands/cms/t.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/cms/t.ts ) _
377+ _ See code: [ src/commands/cms/t.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/cms/t.ts ) _
378378
379379## ` vaah cms:t-make TYPE THEME NAME `
380380
@@ -394,7 +394,7 @@ DESCRIPTION
394394 Generate for VaahCMS Theme
395395```
396396
397- _ See code: [ src/commands/cms/t-make.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/cms/t-make.ts ) _
397+ _ See code: [ src/commands/cms/t-make.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/cms/t-make.ts ) _
398398
399399## ` vaah cms:taxonomies `
400400
@@ -411,7 +411,7 @@ DESCRIPTION
411411 Vue 3: Generate Taxonomies CRUD operations for VaahCMS
412412```
413413
414- _ See code: [ src/commands/cms/taxonomies.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/cms/taxonomies.ts ) _
414+ _ See code: [ src/commands/cms/taxonomies.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/cms/taxonomies.ts ) _
415415
416416## ` vaah cms:users `
417417
@@ -428,7 +428,7 @@ DESCRIPTION
428428 Vue3: Generate User CRUD for VaahCMS
429429```
430430
431- _ See code: [ src/commands/cms/users.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/cms/users.ts ) _
431+ _ See code: [ src/commands/cms/users.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/cms/users.ts ) _
432432
433433## ` vaah flutter:install `
434434
@@ -445,7 +445,7 @@ DESCRIPTION
445445 Installation of VaahFlutter
446446```
447447
448- _ See code: [ src/commands/flutter/install.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/flutter/install.ts ) _
448+ _ See code: [ src/commands/flutter/install.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/flutter/install.ts ) _
449449
450450## ` vaah hello PERSON `
451451
@@ -469,7 +469,7 @@ EXAMPLES
469469 hello friend from oclif! (./src/commands/hello/index.ts)
470470```
471471
472- _ See code: [ src/commands/hello/index.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/hello/index.ts ) _
472+ _ See code: [ src/commands/hello/index.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/hello/index.ts ) _
473473
474474## ` vaah hello:world `
475475
@@ -487,7 +487,7 @@ EXAMPLES
487487 hello world! (./src/commands/hello/world.ts)
488488```
489489
490- _ See code: [ src/commands/hello/world.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/hello/world.ts ) _
490+ _ See code: [ src/commands/hello/world.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/hello/world.ts ) _
491491
492492## ` vaah help [COMMAND] `
493493
@@ -807,7 +807,7 @@ DESCRIPTION
807807 Install VaahStore
808808```
809809
810- _ See code: [ src/commands/store/install.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.8 /src/commands/store/install.ts ) _
810+ _ See code: [ src/commands/store/install.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.9 /src/commands/store/install.ts ) _
811811<!-- commandsstop -->
812812
813813
0 commit comments