Skip to content

Commit

Permalink
Merge pull request #17 from Contentstack-Solutions/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
aman19K authored Oct 25, 2023
2 parents 19161a8 + 4557e00 commit 432b0e1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/sast-scan.yml

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "contentstack-cli-content-type",
"description": "Retrieve information about Content Types in a Stack.",
"version": "1.1.1",
"version": "1.1.2",
"author": "Michael Davis",
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-content-type/issues",
"dependencies": {
Expand Down Expand Up @@ -67,5 +67,15 @@
"posttest": "eslint . --ext .ts --config .eslintrc",
"prepack": "rm -rf lib && tsc -b && oclif manifest && oclif readme",
"version": "oclif readme && git add README.md"
},
"csdxConfig": {
"shortCommandName": {
"content-type:audit": "CTAUDIT",
"content-type:compare": "CTCMP",
"content-type:compare-remote": "CTCMP-R",
"content-type:details": "CTDET",
"content-type:diagram": "CTDIAG",
"content-type:list": "CTLS"
}
}
}

0 comments on commit 432b0e1

Please sign in to comment.