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.
1111[ ![ License] ( https://img.shields.io/npm/l/cli-cm-regex-validate.svg )] ( https://github.com/contentstack/cli-cm-regex-validate/blob/master/package.json )
1212
1313<!-- toc -->
14- * [ cli-cm-regex-validate ] ( #cli-cm-regex-validate )
14+ * [ Regex Validation CLI Plugin ] ( #regex-validation-cli-plugin )
1515* [ Usage] ( #usage )
1616* [ Commands] ( #commands )
1717<!-- tocstop -->
@@ -23,11 +23,11 @@ and rectify them.
2323``` sh-session
2424$ npm install -g @contentstack/cli
2525
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
2727
2828$ csdx plugins
2929running 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
3131
3232$ csdx --help [COMMAND]
3333USAGE
@@ -80,5 +80,5 @@ EXAMPLES
8080 $ csdx cm:stacks:validate-regex -a <management_token_alias> -c -g -f <path/to/the/directory>
8181```
8282
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 ) _
8484<!-- commandsstop -->
Original file line number Diff line number Diff line change 11{
22 "name" : " @contentstack/cli-cm-regex-validate" ,
33 "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 " ,
55 "author" : " Contentstack" ,
66 "bugs" : " https://github.com/contentstack/cli-cm-regex-validate/issues" ,
77 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments