Skip to content

Commit b56cab1

Browse files
fix: added csdxConfig
1 parent 19161a8 commit b56cab1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "contentstack-cli-content-type",
33
"description": "Retrieve information about Content Types in a Stack.",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"author": "Michael Davis",
66
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-content-type/issues",
77
"dependencies": {
@@ -67,5 +67,10 @@
6767
"posttest": "eslint . --ext .ts --config .eslintrc",
6868
"prepack": "rm -rf lib && tsc -b && oclif manifest && oclif readme",
6969
"version": "oclif readme && git add README.md"
70+
},
71+
"csdxConfig": {
72+
"shortCommandName": {
73+
"cm:stacks:validate-regex": "CTVLD"
74+
}
7075
}
7176
}

0 commit comments

Comments
 (0)