Skip to content

Commit 89c399c

Browse files
authored
Merge pull request #2447 from contentstack/fix/dx-5252
Updated topic descriptions for config commands
2 parents 4f4f788 + 4795f28 commit 89c399c

File tree

4 files changed

+34
-22
lines changed

4 files changed

+34
-22
lines changed

.talismanrc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
fileignoreconfig:
2-
- filename: package-lock.json
3-
checksum: c91b9e5fba1c84c0b6de15ad2f8cce698a5c781c9db31bebb7a3ad63ee88d9e1
42
- filename: pnpm-lock.yaml
5-
checksum: 93f587bdb40e90560278654d116ca15ac901abfbfc666f82cddb53eac212eebe
6-
- filename: packages/contentstack-bootstrap/src/bootstrap/utils.ts
7-
checksum: 6e6fb00bb11b03141e5ad27eeaa4af9718dc30520c3e73970bc208cc0ba2a7d2
3+
checksum: 00d2cba7fffe932f86c5835d3dd23056a2055e6fa60d86175ca73710505b0d1d
4+
- filename: packages/contentstack-auth/src/commands/auth/logout.ts
5+
checksum: 20ff708d5a0ee56eb8786b19df07b49dacaddfa1deafe99c0397716c7865726d
86
version: '1.0'

packages/contentstack-config/package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,21 @@
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": {
73+
"description": "Perform configuration related activities"
74+
},
75+
"config:get": {
76+
"description": "View the list of set configuration values"
77+
},
78+
"config:set": {
79+
"description": "Set configuration values"
80+
},
81+
"config:remove": {
82+
"description": "Remove set configuration values"
83+
}
84+
}
7185
},
7286
"csdxConfig": {
7387
"shortCommandName": {

packages/contentstack/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,7 +2561,7 @@ EXAMPLES
25612561
25622562
$ csdx cm:migration --config-file <path/to/json/config/file> --file-path <migration/script/file/path>
25632563
2564-
$ csdx cm:migration --multiple --file-path <migration/scripts/dir/path>
2564+
$ csdx cm:migration --multiple --file-path <migration/scripts/dir/path>
25652565
25662566
$ csdx cm:migration --alias --file-path <migration/script/file/path> -k <api-key>
25672567
```
@@ -3055,7 +3055,7 @@ EXAMPLES
30553055
30563056
$ csdx cm:migration --config-file <path/to/json/config/file> --file-path <migration/script/file/path>
30573057
3058-
$ csdx cm:migration --multiple --file-path <migration/scripts/dir/path>
3058+
$ csdx cm:migration --multiple --file-path <migration/scripts/dir/path>
30593059
30603060
$ csdx cm:migration --alias --file-path <migration/script/file/path> -k <api-key>
30613061
```

pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)