Skip to content

Commit 7e28eb6

Browse files
fix: corrected commands and their short names
1 parent b56cab1 commit 7e28eb6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,12 @@
7070
},
7171
"csdxConfig": {
7272
"shortCommandName": {
73-
"cm:stacks:validate-regex": "CTVLD"
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"
7479
}
7580
}
7681
}

0 commit comments

Comments
 (0)