Skip to content

Commit f9d39a5

Browse files
committed
Updated topic descriptions for config commands
1 parent 7615b9c commit f9d39a5

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

packages/contentstack-config/package.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,18 @@
6767
"protected": [
6868
"config:get:region"
6969
],
70-
"repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-config/<%- commandPath %>"
70+
"repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-config/<%- commandPath %>",
71+
"topics": {
72+
"config:get": {
73+
"description": "View the list of configuration values set for the Contentstack CLI"
74+
},
75+
"config:set": {
76+
"description": "Set configuration values for the Contentstack CLI"
77+
},
78+
"config:remove": {
79+
"description": "Remove the configuration values set for the Contentstack CLI"
80+
}
81+
}
7182
},
7283
"csdxConfig": {
7384
"shortCommandName": {

0 commit comments

Comments
 (0)