Skip to content

Commit 432b0e1

Browse files
authored
Merge pull request #17 from Contentstack-Solutions/staging
Staging
2 parents 19161a8 + 4557e00 commit 432b0e1

File tree

3 files changed

+13
-14
lines changed

3 files changed

+13
-14
lines changed

.github/workflows/sast-scan.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

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: 11 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,15 @@
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+
"content-type:audit": "CTAUDIT",
74+
"content-type:compare": "CTCMP",
75+
"content-type:compare-remote": "CTCMP-R",
76+
"content-type:details": "CTDET",
77+
"content-type:diagram": "CTDIAG",
78+
"content-type:list": "CTLS"
79+
}
7080
}
7181
}

0 commit comments

Comments
 (0)