File tree Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Expand file tree Collapse file tree 2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 1
1
* -debug.log
2
2
* -error.log
3
+ * .log
4
+ .dccache
3
5
/.nyc_output
4
6
/dist
5
7
/lib
Original file line number Diff line number Diff line change 1
- cli-cm-regex-validate
2
- =====================
1
+ # cli-cm-regex-validate
3
2
4
3
Validate Fields with Regex Property of Content Type and Global Field in a Stack
5
4
@@ -9,13 +8,18 @@ Validate Fields with Regex Property of Content Type and Global Field in a Stack
9
8
[ ![ License] ( https://img.shields.io/npm/l/cli-cm-regex-validate.svg )] ( https://github.com/contentstack/cli-cm-regex-validate/blob/master/package.json )
10
9
11
10
<!-- toc -->
12
- * [ Usage] ( #usage )
13
- * [ Commands] ( #commands )
11
+
12
+ - [ Usage] ( #usage )
13
+ - [ Commands] ( #commands )
14
14
<!-- tocstop -->
15
+
15
16
# Usage
17
+
16
18
<!-- usage -->
19
+
17
20
``` sh-session
18
- $ npm install -g @contentstack/cli-cm-regex-validate
21
+ $ npm install -g @contentstack/cli
22
+ $ csdx plugins:install @contentstack/cli-cm-regex-validate
19
23
$ csdx COMMAND
20
24
running command...
21
25
$ csdx (-v| --version| version)
@@ -25,10 +29,14 @@ USAGE
25
29
$ csdx COMMAND
26
30
...
27
31
```
32
+
28
33
<!-- usagestop -->
34
+
29
35
# Commands
36
+
30
37
<!-- commands -->
31
- * [ ` csdx cm:stacks:validate-regex ` ] ( #csdx-cmstacksvalidate-regex )
38
+
39
+ - [ ` csdx cm:stacks:validate-regex ` ] ( #csdx-cmstacksvalidate-regex )
32
40
33
41
## ` csdx cm:stacks:validate-regex `
34
42
@@ -60,4 +68,5 @@ EXAMPLES
60
68
```
61
69
62
70
_ See code: [ src/commands/cm/stacks/validate-regex.ts] ( https://github.com/contentstack/cli-cm-regex-validate/blob/v1.0.2/src/commands/cm/stacks/validate-regex.ts ) _
71
+
63
72
<!-- commandsstop -->
You can’t perform that action at this time.
0 commit comments