Skip to content

Commit 3a6c920

Browse files
committed
released new version
1 parent b2267bf commit 3a6c920

3 files changed

Lines changed: 57 additions & 17 deletions

File tree

README.md

Lines changed: 55 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ $ npm install -g vaah
211211
$ vaah COMMAND
212212
running 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]
216216
USAGE
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vaah",
3-
"version": "3.2.10",
3+
"version": "3.2.11",
44
"description": "CLI of VaahCMS - VaahCLI",
55
"keywords": [
66
"vaah",

tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"root":["./src/index.ts","./src/commands/cms/auth.ts","./src/commands/cms/crud.ts","./src/commands/cms/install.ts","./src/commands/cms/m-make.ts","./src/commands/cms/m.ts","./src/commands/cms/settings.ts","./src/commands/cms/t-make.ts","./src/commands/cms/t.ts","./src/commands/cms/taxonomies.ts","./src/commands/cms/users.ts","./src/commands/flutter/install.ts","./src/commands/hello/index.ts","./src/commands/hello/world.ts","./src/commands/store/install.ts","./src/libraries/functions.ts","./src/libraries/generator.ts","./src/libraries/helpers.ts","./src/libraries/questions.ts"],"version":"5.9.3"}
1+
{"root":["./src/index.ts","./src/commands/cms/auth.ts","./src/commands/cms/crud.ts","./src/commands/cms/install.ts","./src/commands/cms/m-make.ts","./src/commands/cms/m.ts","./src/commands/cms/module.ts","./src/commands/cms/settings.ts","./src/commands/cms/t-make.ts","./src/commands/cms/t.ts","./src/commands/cms/taxonomies.ts","./src/commands/cms/theme.ts","./src/commands/cms/users.ts","./src/commands/flutter/install.ts","./src/commands/hello/index.ts","./src/commands/hello/world.ts","./src/commands/store/install.ts","./src/libraries/functions.ts","./src/libraries/generator.ts","./src/libraries/helpers.ts","./src/libraries/questions.ts"],"version":"5.9.3"}

0 commit comments

Comments
 (0)