File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ and rectify them.
11
11
[ ![ License] ( https://img.shields.io/npm/l/cli-cm-regex-validate.svg )] ( https://github.com/contentstack/cli-cm-regex-validate/blob/master/package.json )
12
12
13
13
<!-- toc -->
14
- * [ cli-cm-regex-validate ] ( #cli-cm-regex-validate )
14
+ * [ Regex Validation CLI Plugin ] ( #regex-validation-cli-plugin )
15
15
* [ Usage] ( #usage )
16
16
* [ Commands] ( #commands )
17
17
<!-- tocstop -->
@@ -23,11 +23,11 @@ and rectify them.
23
23
``` sh-session
24
24
$ npm install -g @contentstack/cli
25
25
26
- $ csdx plugins:install https://github.com/contentstack/cli-cm-regex-validate/releases/download/v1.1.11 /contentstack-cli-cm-regex-validate-1.1.11 .tgz
26
+ $ csdx plugins:install https://github.com/contentstack/cli-cm-regex-validate/releases/download/v1.1.12 /contentstack-cli-cm-regex-validate-1.1.12 .tgz
27
27
28
28
$ csdx plugins
29
29
running command...
30
- @contentstack/cli-cm-regex-validate/1.1.11 darwin-arm64 node-v20.8.0
30
+ @contentstack/cli-cm-regex-validate/1.1.12 darwin-arm64 node-v20.8.0
31
31
32
32
$ csdx --help [COMMAND]
33
33
USAGE
@@ -80,5 +80,5 @@ EXAMPLES
80
80
$ csdx cm:stacks:validate-regex -a <management_token_alias> -c -g -f <path/to/the/directory>
81
81
```
82
82
83
- _ See code: [ src/commands/cm/stacks/validate-regex.ts] ( https://github.com/contentstack/cli-cm-regex-validate/blob/v1.1.11 /src/commands/cm/stacks/validate-regex.ts ) _
83
+ _ See code: [ src/commands/cm/stacks/validate-regex.ts] ( https://github.com/contentstack/cli-cm-regex-validate/blob/v1.1.12 /src/commands/cm/stacks/validate-regex.ts ) _
84
84
<!-- commandsstop -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @contentstack/cli-cm-regex-validate" ,
3
3
"description" : " Validate Fields with Regex Property of Content Type and Global Field in a Stack" ,
4
- "version" : " 1.1.11 " ,
4
+ "version" : " 1.1.12 " ,
5
5
"author" : " Contentstack" ,
6
6
"bugs" : " https://github.com/contentstack/cli-cm-regex-validate/issues" ,
7
7
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments