File tree Expand file tree Collapse file tree 4 files changed +34
-22
lines changed
Expand file tree Collapse file tree 4 files changed +34
-22
lines changed Original file line number Diff line number Diff line change 11fileignoreconfig:
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
86version: '1.0'
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments