We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7615b9c commit f9d39a5Copy full SHA for f9d39a5
1 file changed
packages/contentstack-config/package.json
@@ -67,7 +67,18 @@
67
"protected": [
68
"config:get:region"
69
],
70
- "repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-config/<%- commandPath %>"
+ "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
82
},
83
"csdxConfig": {
84
"shortCommandName": {
0 commit comments