@@ -211,7 +211,7 @@ $ npm install -g vaah
211211$ vaah COMMAND
212212running command...
213213$ vaah (--version)
214- vaah/3.2.10 darwin-arm64 node-v22.15.1
214+ vaah/3.2.11 darwin-arm64 node-v22.15.1
215215$ vaah --help [COMMAND]
216216USAGE
217217 $ vaah COMMAND
@@ -225,10 +225,12 @@ USAGE
225225* [ ` vaah cms:install [PROJECT_NAME] ` ] ( #vaah-cmsinstall-project_name )
226226* [ ` vaah cms:m ` ] ( #vaah-cmsm )
227227* [ ` vaah cms:m-make TYPE MODULE NAME ` ] ( #vaah-cmsm-make-type-module-name )
228+ * [ ` vaah cms:module ` ] ( #vaah-cmsmodule )
228229* [ ` vaah cms:settings ` ] ( #vaah-cmssettings )
229230* [ ` vaah cms:t ` ] ( #vaah-cmst )
230231* [ ` vaah cms:t-make TYPE THEME NAME ` ] ( #vaah-cmst-make-type-theme-name )
231232* [ ` vaah cms:taxonomies ` ] ( #vaah-cmstaxonomies )
233+ * [ ` vaah cms:theme ` ] ( #vaah-cmstheme )
232234* [ ` vaah cms:users ` ] ( #vaah-cmsusers )
233235* [ ` vaah flutter:install ` ] ( #vaah-flutterinstall )
234236* [ ` vaah hello PERSON ` ] ( #vaah-hello-person )
@@ -261,7 +263,7 @@ DESCRIPTION
261263 Generate CRUD operations for VaahCMS
262264```
263265
264- _ See code: [ src/commands/cms/auth.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10 /src/commands/cms/auth.ts ) _
266+ _ See code: [ src/commands/cms/auth.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11 /src/commands/cms/auth.ts ) _
265267
266268## ` vaah cms:crud `
267269
@@ -278,7 +280,7 @@ DESCRIPTION
278280 Generate CRUD operations for VaahCMS
279281```
280282
281- _ See code: [ src/commands/cms/crud.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10 /src/commands/cms/crud.ts ) _
283+ _ See code: [ src/commands/cms/crud.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11 /src/commands/cms/crud.ts ) _
282284
283285## ` vaah cms:install [PROJECT_NAME] `
284286
@@ -299,7 +301,7 @@ DESCRIPTION
299301 Install VaahCMS
300302```
301303
302- _ See code: [ src/commands/cms/install.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10 /src/commands/cms/install.ts ) _
304+ _ See code: [ src/commands/cms/install.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11 /src/commands/cms/install.ts ) _
303305
304306## ` vaah cms:m `
305307
@@ -318,7 +320,7 @@ DESCRIPTION
318320 To generate module for VaahCMS
319321```
320322
321- _ See code: [ src/commands/cms/m.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10 /src/commands/cms/m.ts ) _
323+ _ See code: [ src/commands/cms/m.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11 /src/commands/cms/m.ts ) _
322324
323325## ` vaah cms:m-make TYPE MODULE NAME `
324326
@@ -338,7 +340,26 @@ DESCRIPTION
338340 Generate for VaahCMS Module
339341```
340342
341- _ See code: [ src/commands/cms/m-make.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10/src/commands/cms/m-make.ts ) _
343+ _ See code: [ src/commands/cms/m-make.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11/src/commands/cms/m-make.ts ) _
344+
345+ ## ` vaah cms:module `
346+
347+ To generate module for VaahCMS
348+
349+ ```
350+ USAGE
351+ $ vaah cms:module [-h] [-n] [-f]
352+
353+ FLAGS
354+ -f, --force
355+ -h, --help Show CLI help.
356+ -n, --name Show CLI help.
357+
358+ DESCRIPTION
359+ To generate module for VaahCMS
360+ ```
361+
362+ _ See code: [ src/commands/cms/module.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11/src/commands/cms/module.ts ) _
342363
343364## ` vaah cms:settings `
344365
@@ -355,7 +376,7 @@ DESCRIPTION
355376 Vue3: Generate User CRUD for VaahCMS
356377```
357378
358- _ See code: [ src/commands/cms/settings.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10 /src/commands/cms/settings.ts ) _
379+ _ See code: [ src/commands/cms/settings.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11 /src/commands/cms/settings.ts ) _
359380
360381## ` vaah cms:t `
361382
@@ -374,7 +395,7 @@ DESCRIPTION
374395 To generate theme for VaahCMS
375396```
376397
377- _ See code: [ src/commands/cms/t.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10 /src/commands/cms/t.ts ) _
398+ _ See code: [ src/commands/cms/t.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11 /src/commands/cms/t.ts ) _
378399
379400## ` vaah cms:t-make TYPE THEME NAME `
380401
@@ -394,7 +415,7 @@ DESCRIPTION
394415 Generate for VaahCMS Theme
395416```
396417
397- _ See code: [ src/commands/cms/t-make.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10 /src/commands/cms/t-make.ts ) _
418+ _ See code: [ src/commands/cms/t-make.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11 /src/commands/cms/t-make.ts ) _
398419
399420## ` vaah cms:taxonomies `
400421
@@ -411,7 +432,26 @@ DESCRIPTION
411432 Vue 3: Generate Taxonomies CRUD operations for VaahCMS
412433```
413434
414- _ See code: [ src/commands/cms/taxonomies.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10/src/commands/cms/taxonomies.ts ) _
435+ _ See code: [ src/commands/cms/taxonomies.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11/src/commands/cms/taxonomies.ts ) _
436+
437+ ## ` vaah cms:theme `
438+
439+ To generate theme for VaahCMS
440+
441+ ```
442+ USAGE
443+ $ vaah cms:theme [-h] [-n] [-f]
444+
445+ FLAGS
446+ -f, --force
447+ -h, --help Show CLI help.
448+ -n, --name Show CLI help.
449+
450+ DESCRIPTION
451+ To generate theme for VaahCMS
452+ ```
453+
454+ _ See code: [ src/commands/cms/theme.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11/src/commands/cms/theme.ts ) _
415455
416456## ` vaah cms:users `
417457
@@ -428,7 +468,7 @@ DESCRIPTION
428468 Vue3: Generate User CRUD for VaahCMS
429469```
430470
431- _ See code: [ src/commands/cms/users.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10 /src/commands/cms/users.ts ) _
471+ _ See code: [ src/commands/cms/users.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11 /src/commands/cms/users.ts ) _
432472
433473## ` vaah flutter:install `
434474
@@ -445,7 +485,7 @@ DESCRIPTION
445485 Installation of VaahFlutter
446486```
447487
448- _ See code: [ src/commands/flutter/install.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10 /src/commands/flutter/install.ts ) _
488+ _ See code: [ src/commands/flutter/install.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11 /src/commands/flutter/install.ts ) _
449489
450490## ` vaah hello PERSON `
451491
@@ -469,7 +509,7 @@ EXAMPLES
469509 hello friend from oclif! (./src/commands/hello/index.ts)
470510```
471511
472- _ See code: [ src/commands/hello/index.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10 /src/commands/hello/index.ts ) _
512+ _ See code: [ src/commands/hello/index.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11 /src/commands/hello/index.ts ) _
473513
474514## ` vaah hello:world `
475515
@@ -487,7 +527,7 @@ EXAMPLES
487527 hello world! (./src/commands/hello/world.ts)
488528```
489529
490- _ See code: [ src/commands/hello/world.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10 /src/commands/hello/world.ts ) _
530+ _ See code: [ src/commands/hello/world.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11 /src/commands/hello/world.ts ) _
491531
492532## ` vaah help [COMMAND] `
493533
@@ -807,7 +847,7 @@ DESCRIPTION
807847 Install VaahStore
808848```
809849
810- _ See code: [ src/commands/store/install.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.10 /src/commands/store/install.ts ) _
850+ _ See code: [ src/commands/store/install.ts] ( https://github.com/webreinvent/vaah/blob/v3.2.11 /src/commands/store/install.ts ) _
811851<!-- commandsstop -->
812852
813853
0 commit comments