Skip to content

Commit

Permalink
released: v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
themodernpk committed Mar 20, 2024
1 parent 5997ca9 commit 56a5f7c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ $ npm install -g vaah
$ vaah COMMAND
running command...
$ vaah (--version)
vaah/3.0.5 darwin-arm64 node-v18.18.0
vaah/3.0.6 darwin-arm64 node-v18.18.0
$ vaah --help [COMMAND]
USAGE
$ vaah COMMAND
Expand Down Expand Up @@ -260,7 +260,7 @@ DESCRIPTION
Generate CRUD operations for VaahCMS
```

_See code: [src/commands/cms/auth.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/auth.ts)_
_See code: [src/commands/cms/auth.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/auth.ts)_

## `vaah cms:crud`

Expand All @@ -277,7 +277,7 @@ DESCRIPTION
Generate CRUD operations for VaahCMS
```

_See code: [src/commands/cms/crud.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/crud.ts)_
_See code: [src/commands/cms/crud.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/crud.ts)_

## `vaah cms:install [PROJECT_NAME]`

Expand All @@ -298,7 +298,7 @@ DESCRIPTION
Install VaahCMS
```

_See code: [src/commands/cms/install.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/install.ts)_
_See code: [src/commands/cms/install.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/install.ts)_

## `vaah cms:m`

Expand All @@ -317,7 +317,7 @@ DESCRIPTION
To generate module for VaahCMS
```

_See code: [src/commands/cms/m.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/m.ts)_
_See code: [src/commands/cms/m.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/m.ts)_

## `vaah cms:m-make TYPE MODULE NAME`

Expand All @@ -337,7 +337,7 @@ DESCRIPTION
Generate for VaahCMS Module
```

_See code: [src/commands/cms/m-make.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/m-make.ts)_
_See code: [src/commands/cms/m-make.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/m-make.ts)_

## `vaah cms:settings`

Expand All @@ -354,7 +354,7 @@ DESCRIPTION
Vue3: Generate User CRUD for VaahCMS
```

_See code: [src/commands/cms/settings.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/settings.ts)_
_See code: [src/commands/cms/settings.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/settings.ts)_

## `vaah cms:t`

Expand All @@ -373,7 +373,7 @@ DESCRIPTION
To generate theme for VaahCMS
```

_See code: [src/commands/cms/t.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/t.ts)_
_See code: [src/commands/cms/t.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/t.ts)_

## `vaah cms:t-make TYPE THEME NAME`

Expand All @@ -393,7 +393,7 @@ DESCRIPTION
Generate for VaahCMS Theme
```

_See code: [src/commands/cms/t-make.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/t-make.ts)_
_See code: [src/commands/cms/t-make.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/t-make.ts)_

## `vaah cms:taxonomies`

Expand All @@ -410,7 +410,7 @@ DESCRIPTION
Vue 3: Generate Taxonomies CRUD operations for VaahCMS
```

_See code: [src/commands/cms/taxonomies.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/taxonomies.ts)_
_See code: [src/commands/cms/taxonomies.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/taxonomies.ts)_

## `vaah cms:users`

Expand All @@ -427,7 +427,7 @@ DESCRIPTION
Vue3: Generate User CRUD for VaahCMS
```

_See code: [src/commands/cms/users.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/users.ts)_
_See code: [src/commands/cms/users.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/users.ts)_

## `vaah flutter:install`

Expand All @@ -444,7 +444,7 @@ DESCRIPTION
Installation of VaahFlutter
```

_See code: [src/commands/flutter/install.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/flutter/install.ts)_
_See code: [src/commands/flutter/install.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/flutter/install.ts)_

## `vaah hello PERSON`

Expand All @@ -468,7 +468,7 @@ EXAMPLES
hello friend from oclif! (./src/commands/hello/index.ts)
```

_See code: [src/commands/hello/index.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/hello/index.ts)_
_See code: [src/commands/hello/index.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/hello/index.ts)_

## `vaah hello:world`

Expand All @@ -486,7 +486,7 @@ EXAMPLES
hello world! (./src/commands/hello/world.ts)
```

_See code: [src/commands/hello/world.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/hello/world.ts)_
_See code: [src/commands/hello/world.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/hello/world.ts)_

## `vaah help [COMMAND]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vaah",
"version": "3.0.5",
"version": "3.0.6",
"description": "CLI of VaahCMS - VaahCLI",
"keywords": [
"vaah",
Expand Down

0 comments on commit 56a5f7c

Please sign in to comment.