Skip to content

Commit 5c9deb5

Browse files
committed
updated: version
1 parent c873bd1 commit 5c9deb5

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 15 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.8 darwin-arm64 node-v20.13.1
214+
vaah/3.2.9 darwin-arm64 node-v20.13.1
215215
$ vaah --help [COMMAND]
216216
USAGE
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

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.8",
3+
"version": "3.2.9",
44
"description": "CLI of VaahCMS - VaahCLI",
55
"keywords": [
66
"vaah",

0 commit comments

Comments
 (0)