@contentstack/cli 2.0.0-beta.1 → 2.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
18
18
  $ csdx COMMAND
19
19
  running command...
20
20
  $ csdx (--version|-v)
21
- @contentstack/cli/2.0.0-beta.1 linux-x64 node-v22.20.0
21
+ @contentstack/cli/2.0.0-beta.3 linux-x64 node-v22.21.1
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -57,7 +57,6 @@ USAGE
57
57
  * [`csdx cm:bulk-publish:revert`](#csdx-cmbulk-publishrevert)
58
58
  * [`csdx csdx cm:stacks:unpublish [-a <value>] [-e <value>] [-c <value>] [-y] [--locale <value>] [--branch <value>] [--retry-failed <value>] [--bulk-unpublish <value>] [--content-type <value>] [--delivery-token <value>] [--only-assets] [--only-entries]`](#csdx-csdx-cmstacksunpublish--a-value--e-value--c-value--y---locale-value---branch-value---retry-failed-value---bulk-unpublish-value---content-type-value---delivery-token-value---only-assets---only-entries)
59
59
  * [`csdx cm:entries:publish-only-unpublished [-a <value>] [--retry-failed <value>] [--bulk-publish <value>] [--source-env <value>] [--content-types <value>] [--locales <value>] [-e <value>] [-c <value>] [-y] [--branch <value>]`](#csdx-cmentriespublish-only-unpublished--a-value---retry-failed-value---bulk-publish-value---source-env-value---content-types-value---locales-value--e-value--c-value--y---branch-value)
60
- * [`csdx cm:entries:migrate-html-rte`](#csdx-cmentriesmigrate-html-rte)
61
60
  * [`csdx cm:entries:publish [-a <value>] [--retry-failed <value>] [--bulk-publish <value>] [--publish-all-content-types] [--content-types <value>] [--locales <value>] [-e <value>] [-c <value>] [-y] [--branch <value>] [--delivery-token <value>] [--source-env <value>] [--entry-uid <value>] [--include-variants]`](#csdx-cmentriespublish--a-value---retry-failed-value---bulk-publish-value---publish-all-content-types---content-types-value---locales-value--e-value--c-value--y---branch-value---delivery-token-value---source-env-value---entry-uid-value---include-variants)
62
61
  * [`csdx cm:entries:publish-modified [-a <value>] [--retry-failed <value>] [--bulk-publish <value>] [--source-env <value>] [--content-types <value>] [--locales <value>] [-e <value>] [-c <value>] [-y] [--branch <value>]`](#csdx-cmentriespublish-modified--a-value---retry-failed-value---bulk-publish-value---source-env-value---content-types-value---locales-value--e-value--c-value--y---branch-value)
63
62
  * [`csdx cm:entries:publish-non-localized-fields [-a <value>] [--retry-failed <value>] [--bulk-publish <value>] [--source-env <value>] [--content-types <value>] [-e <value>] [-c <value>] [-y] [--branch <value>]`](#csdx-cmentriespublish-non-localized-fields--a-value---retry-failed-value---bulk-publish-value---source-env-value---content-types-value--e-value--c-value--y---branch-value)
@@ -68,7 +67,6 @@ USAGE
68
67
  * [`csdx cm:export-to-csv`](#csdx-cmexport-to-csv)
69
68
  * [`csdx cm:stacks:import [-c <value>] [-k <value>] [-d <value>] [-a <value>] [--module <value>] [--backup-dir <value>] [--branch <value>] [--import-webhook-status disable|current]`](#csdx-cmstacksimport--c-value--k-value--d-value--a-value---module-value---backup-dir-value---branch-value---import-webhook-status-disablecurrent)
70
69
  * [`csdx cm:stacks:import-setup [-k <value>] [-d <value>] [-a <value>] [--modules <value,value>]`](#csdx-cmstacksimport-setup--k-value--d-value--a-value---modules-valuevalue)
71
- * [`csdx cm:migrate-rte`](#csdx-cmmigrate-rte)
72
70
  * [`csdx cm:stacks:migration [-k <value>] [-a <value>] [--file-path <value>] [--branch <value>] [--config-file <value>] [--config <value>] [--multiple]`](#csdx-cmstacksmigration--k-value--a-value---file-path-value---branch-value---config-file-value---config-value---multiple)
73
71
  * [`csdx cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y <value>] [-s <value>] [--locale <value>]`](#csdx-cmstacksseed---repo-value---org-value--k-value--n-value--y-value--s-value---locale-value)
74
72
  * [`csdx cm:stacks:clone [--source-branch <value>] [--target-branch <value>] [--source-management-token-alias <value>] [--destination-management-token-alias <value>] [-n <value>] [--type a|b] [--source-stack-api-key <value>] [--destination-stack-api-key <value>] [--import-webhook-status disable|current]`](#csdx-cmstacksclone---source-branch-value---target-branch-value---source-management-token-alias-value---destination-management-token-alias-value--n-value---type-ab---source-stack-api-key-value---destination-stack-api-key-value---import-webhook-status-disablecurrent)
@@ -335,7 +333,7 @@ FLAGS
335
333
  -e, --environment=<value> Environment name for delivery token
336
334
  -k, --stack-api-key=<value> Stack API Key
337
335
  -m, --management Set this flag to save management token
338
- -t, --token=<value> Add the token name
336
+ -t, --token=<value> [env: TOKEN] Add the token name
339
337
  -y, --yes Use this flag to skip confirmation
340
338
 
341
339
  DESCRIPTION
@@ -1596,69 +1594,6 @@ EXAMPLES
1596
1594
  $ csdx cm:entries:publish-only-unpublished -b --content-types [CONTENT TYPES] -e [ENVIRONMENTS] --locales LOCALE -a [MANAGEMENT TOKEN ALIAS] --stack-api-key [STACK API KEY] -source-env [SOURCE ENV]
1597
1595
  ```
1598
1596
 
1599
- ## `csdx cm:entries:migrate-html-rte`
1600
-
1601
- Migration script to migrate content from HTML RTE to JSON RTE
1602
-
1603
- ```
1604
- USAGE
1605
- $ csdx cm:entries:migrate-html-rte [-c <value>] [-a <value>] [--stack-api-key <value>] [--content-type <value>]
1606
- [--global-field] [-y] [--branch <value>] [--html-path <value> --json-path <value>] [--delay <value>] [--locale
1607
- <value>] [--batch-limit <value>]
1608
-
1609
- FLAGS
1610
- -a, --alias=<value> Enter the alias name. You must use either the --alias flag or the --stack-api-key flag.
1611
- -c, --config-path=<value> Specify the path where your config file is located.
1612
- -y, --yes Avoids reconfirmation of your configuration.
1613
- --batch-limit=<value> [default: 50] Provide batch limit for updating entries (default: 50).
1614
- --branch=<value> The name of the branch to be used.
1615
- --content-type=<value> Specify the UID of the content type for which you want to migrate HTML RTE content.
1616
- --delay=<value> [default: 1000] To set the interval time between the migration of HTML RTE to JSON RTE in
1617
- subsequent entries of a content type. The default value is 1,000 milliseconds.
1618
- --global-field Checks whether the specified UID belongs to a content type or a global field. This flag
1619
- is set to false by default.
1620
- --html-path=<value> Enter the path to the HTML RTE whose content you want to migrate.
1621
- --json-path=<value> Enter the path to the JSON RTE to which you want to migrate the HTML RTE content.
1622
- --locale=<value> The locale from which entries will be migrated.
1623
- --stack-api-key=<value> API key of the source stack. You must use either the --stack-api-key flag or the --alias
1624
- flag.
1625
-
1626
- DESCRIPTION
1627
- Migration script to migrate content from HTML RTE to JSON RTE
1628
-
1629
- ALIASES
1630
- $ csdx cm:migrate-rte
1631
-
1632
- EXAMPLES
1633
- General Usage
1634
-
1635
- $ csdx cm:entries:migrate-html-rte --config-path path/to/config.json
1636
-
1637
-
1638
-
1639
- Using Flags
1640
-
1641
- $ csdx cm:entries:migrate-html-rte --alias alias --content-type content_type_uid --html-path html-path --json-path json-path
1642
-
1643
-
1644
-
1645
- Nested RTE
1646
-
1647
- $ csdx cm:entries:migrate-html-rte --alias alias --content-type content_type_uid --html-path modular_block_uid.block_uid.html_rte_uid --json-path modular_block_uid.block_uid.json_rte_uid
1648
-
1649
-
1650
-
1651
- $ csdx cm:entries:migrate-html-rte --alias alias --content-type content_type_uid --html-path group_uid.html_rte_uid --json-path group_uid.json_rte_uid
1652
-
1653
-
1654
-
1655
- Global Field
1656
-
1657
- $ csdx cm:entries:migrate-html-rte --alias alias --content-type global_field_uid --global-field --html-path html-path --json-path json-path
1658
- ```
1659
-
1660
- _See code: [@contentstack/cli-cm-migrate-rte](https://github.com/contentstack/cli/blob/main/packages/contentstack-migrate-rte/src/commands/cm/entries/migrate-html-rte.js)_
1661
-
1662
1597
  ## `csdx cm:entries:publish [-a <value>] [--retry-failed <value>] [--bulk-publish <value>] [--publish-all-content-types] [--content-types <value>] [--locales <value>] [-e <value>] [-c <value>] [-y] [--branch <value>] [--delivery-token <value>] [--source-env <value>] [--entry-uid <value>] [--include-variants]`
1663
1598
 
1664
1599
  Publish entries from multiple contenttypes to multiple environments and locales
@@ -2201,7 +2136,7 @@ FLAGS
2201
2136
  -m, --module=<value> [optional] Specific module name. If not specified, the export command will export all
2202
2137
  the modules to the stack. The available modules are assets, content-types, entries,
2203
2138
  environments, extensions, marketplace-apps, global-fields, labels, locales, webhooks,
2204
- workflows, custom-roles, and taxonomies.
2139
+ workflows, custom-roles, taxonomies, and studio.
2205
2140
  -t, --content-types=<value>... [optional] The UID of the content type(s) whose content you want to export. In case
2206
2141
  of multiple content types, specify the IDs separated by spaces.
2207
2142
  -y, --yes [optional] Force override all Marketplace prompts.
@@ -2238,24 +2173,30 @@ Export entries, taxonomies, terms or organization users to csv using this comman
2238
2173
  USAGE
2239
2174
  $ csdx cm:export-to-csv [--action entries|users|teams|taxonomies] [-a <value>] [--org <value>] [-n <value>] [-k
2240
2175
  <value>] [--org-name <value>] [--locale <value>] [--content-type <value>] [--branch <value>] [--team-uid <value>]
2241
- [--taxonomy-uid <value>] [--delimiter <value>]
2176
+ [--taxonomy-uid <value>] [--include-fallback] [--fallback-locale <value>] [--delimiter <value>]
2242
2177
 
2243
2178
  FLAGS
2244
- -a, --alias=<value> Alias of the management token.
2245
- -k, --stack-api-key=<value> API Key of the source stack.
2246
- -n, --stack-name=<value> Name of the stack that needs to be created as CSV filename.
2247
- --action=<option> Option to export data (entries, users, teams, taxonomies). <options:
2248
- entries|users|teams|taxonomies>
2249
- <options: entries|users|teams|taxonomies>
2250
- --branch=<value> Branch from which entries will be exported.
2251
- --content-type=<value> Content type of entries that will be exported.
2252
- --delimiter=<value> [default: ,] [optional] Provide a delimiter to separate individual data fields within the
2253
- CSV file. For example: cm:export-to-csv --delimiter '|'
2254
- --locale=<value> Locale of entries that will be exported.
2255
- --org=<value> Provide organization UID to clone org users.
2256
- --org-name=<value> Name of the organization that needs to be created as CSV filename.
2257
- --taxonomy-uid=<value> Provide the taxonomy UID of the related terms you want to export.
2258
- --team-uid=<value> Provide the UID of a specific team in an organization.
2179
+ -a, --alias=<value> Alias of the management token.
2180
+ -k, --stack-api-key=<value> API Key of the source stack.
2181
+ -n, --stack-name=<value> Name of the stack that needs to be created as CSV filename.
2182
+ --action=<option> Option to export data (entries, users, teams, taxonomies). <options:
2183
+ entries|users|teams|taxonomies>
2184
+ <options: entries|users|teams|taxonomies>
2185
+ --branch=<value> Branch from which entries will be exported.
2186
+ --content-type=<value> Content type of entries that will be exported.
2187
+ --delimiter=<value> [default: ,] [optional] Provide a delimiter to separate individual data fields within
2188
+ the CSV file. For example: cm:export-to-csv --delimiter '|'
2189
+ --fallback-locale=<value> [Optional] Specify a specific fallback locale for taxonomy export. This locale will be
2190
+ used when a taxonomy term doesn't exist in the primary locale. Takes priority over
2191
+ branch fallback hierarchy when both are specified.
2192
+ --include-fallback [Optional] Include fallback locale data when exporting taxonomies. When enabled, if a
2193
+ taxonomy term doesn't exist in the specified locale, it will fallback to the hierarchy
2194
+ defined in the branch settings.
2195
+ --locale=<value> Locale of entries that will be exported.
2196
+ --org=<value> Provide organization UID to clone org users.
2197
+ --org-name=<value> Name of the organization that needs to be created as CSV filename.
2198
+ --taxonomy-uid=<value> Provide the taxonomy UID of the related terms you want to export.
2199
+ --team-uid=<value> Provide the UID of a specific team in an organization.
2259
2200
 
2260
2201
  DESCRIPTION
2261
2202
  Export entries, taxonomies, terms or organization users to csv using this command
@@ -2334,6 +2275,24 @@ EXAMPLES
2334
2275
  Exporting taxonomies and respective terms to a .CSV file with a delimiter
2335
2276
 
2336
2277
  $ csdx cm:export-to-csv --action <taxonomies> --alias <management-token-alias> --delimiter <delimiter>
2278
+
2279
+
2280
+
2281
+ Exporting taxonomies with specific locale
2282
+
2283
+ $ csdx cm:export-to-csv --action <taxonomies> --alias <management-token-alias> --locale <locale>
2284
+
2285
+
2286
+
2287
+ Exporting taxonomies with fallback locale support
2288
+
2289
+ $ csdx cm:export-to-csv --action <taxonomies> --alias <management-token-alias> --locale <locale> --include-fallback
2290
+
2291
+
2292
+
2293
+ Exporting taxonomies with custom fallback locale
2294
+
2295
+ $ csdx cm:export-to-csv --action <taxonomies> --alias <management-token-alias> --locale <locale> --include-fallback --fallback-locale <fallback-locale>
2337
2296
  ```
2338
2297
 
2339
2298
  _See code: [@contentstack/cli-cm-export-to-csv](https://github.com/contentstack/cli/blob/main/packages/contentstack-export-to-csv/src/commands/cm/export-to-csv.js)_
@@ -2348,39 +2307,68 @@ USAGE
2348
2307
  [--backup-dir <value>] [--branch <value>] [--import-webhook-status disable|current]
2349
2308
 
2350
2309
  FLAGS
2351
- -B, --branch=<value> The name of the branch where you want to import your content. If you don't
2352
- mention the branch name, then by default the content will be imported to the
2353
- main branch.
2354
- -a, --alias=<value> The management token of the destination stack where you will import the
2355
- content.
2356
- -b, --backup-dir=<value> [optional] Backup directory name when using specific module.
2357
- -c, --config=<value> [optional] The path of the configuration JSON file containing all the options
2358
- for a single run.
2359
- -d, --data-dir=<value> The path or the location in your file system where the content, you intend to
2360
- import, is stored. For example, -d "C:\Users\Name\Desktop\cli\content". If the
2361
- export folder has branches involved, then the path should point till the
2362
- particular branch. For example, “-d
2363
- "C:\Users\Name\Desktop\cli\content\branch_name"
2364
- -k, --stack-api-key=<value> API Key of the target stack
2365
- -m, --module=<value> [optional] Specify the module to import into the target stack. If not
2366
- specified, the import command will import all the modules into the stack. The
2367
- available modules are assets, content-types, entries, environments,
2368
- extensions, marketplace-apps, global-fields, labels, locales, webhooks,
2369
- workflows, custom-roles, personalize projects, and taxonomies.
2370
- -y, --yes [optional] Force override all Marketplace prompts.
2371
- --branch-alias=<value> Specify the branch alias where you want to import your content. If not
2372
- specified, the content is imported into the main branch by default.
2373
- --exclude-global-modules Excludes the branch-independent module from the import operation.
2374
- --import-webhook-status=<option> [default: disable] [default: disable] (optional) This webhook state keeps the
2375
- same state of webhooks as the source stack. <options: disable|current>
2376
- <options: disable|current>
2377
- --personalize-project-name=<value> (optional) Provide a unique name for the Personalize project.
2378
- --replace-existing Replaces the existing module in the target stack.
2379
- --skip-app-recreation (optional) Skips the recreation of private apps if they already exist.
2380
- --skip-assets-publish Skips asset publishing during the import process.
2381
- --skip-audit Skips the audit fix that occurs during an import operation.
2382
- --skip-entries-publish Skips entry publishing during the import process
2383
- --skip-existing Skips the module exists warning messages.
2310
+ -B, --branch=<value>
2311
+ The name of the branch where you want to import your content. If you don't mention the branch name, then by default
2312
+ the content will be imported to the main branch.
2313
+
2314
+ -a, --alias=<value>
2315
+ The management token of the destination stack where you will import the content.
2316
+
2317
+ -b, --backup-dir=<value>
2318
+ [optional] Backup directory name when using specific module.
2319
+
2320
+ -c, --config=<value>
2321
+ [optional] The path of the configuration JSON file containing all the options for a single run.
2322
+
2323
+ -d, --data-dir=<value>
2324
+ The path or the location in your file system where the content, you intend to import, is stored. For example, -d
2325
+ "C:\Users\Name\Desktop\cli\content". If the export folder has branches involved, then the path should point till the
2326
+ particular branch. For example, “-d "C:\Users\Name\Desktop\cli\content\branch_name"
2327
+
2328
+ -k, --stack-api-key=<value>
2329
+ API Key of the target stack
2330
+
2331
+ -m, --module=<value>
2332
+ [optional] Specify the module to import into the target stack. If not specified, the import command will import all
2333
+ the modules into the stack. The available modules are assets, content-types, entries, environments, extensions,
2334
+ marketplace-apps, global-fields, labels, locales, webhooks, workflows, custom-roles, personalize projects,
2335
+ taxonomies, and composable-studio.
2336
+
2337
+ -y, --yes
2338
+ [optional] Force override all Marketplace prompts.
2339
+
2340
+ --branch-alias=<value>
2341
+ Specify the branch alias where you want to import your content. If not specified, the content is imported into the
2342
+ main branch by default.
2343
+
2344
+ --exclude-global-modules
2345
+ Excludes the branch-independent module from the import operation.
2346
+
2347
+ --import-webhook-status=<option>
2348
+ [default: disable] [default: disable] (optional) This webhook state keeps the same state of webhooks as the source
2349
+ stack. <options: disable|current>
2350
+ <options: disable|current>
2351
+
2352
+ --personalize-project-name=<value>
2353
+ (optional) Provide a unique name for the Personalize project.
2354
+
2355
+ --replace-existing
2356
+ Replaces the existing module in the target stack.
2357
+
2358
+ --skip-app-recreation
2359
+ (optional) Skips the recreation of private apps if they already exist.
2360
+
2361
+ --skip-assets-publish
2362
+ Skips asset publishing during the import process.
2363
+
2364
+ --skip-audit
2365
+ Skips the audit fix that occurs during an import operation.
2366
+
2367
+ --skip-entries-publish
2368
+ Skips entry publishing during the import process
2369
+
2370
+ --skip-existing
2371
+ Skips the module exists warning messages.
2384
2372
 
2385
2373
  DESCRIPTION
2386
2374
  Import content from a stack
@@ -2443,67 +2431,6 @@ EXAMPLES
2443
2431
  $ csdx cm:stacks:import-setup -k <target_stack_api_key> -d <path/of/export/destination/dir> --modules <module_name, module_name> -b <branch_name>
2444
2432
  ```
2445
2433
 
2446
- ## `csdx cm:migrate-rte`
2447
-
2448
- Migration script to migrate content from HTML RTE to JSON RTE
2449
-
2450
- ```
2451
- USAGE
2452
- $ csdx cm:migrate-rte [-c <value>] [-a <value>] [--stack-api-key <value>] [--content-type <value>]
2453
- [--global-field] [-y] [--branch <value>] [--html-path <value> --json-path <value>] [--delay <value>] [--locale
2454
- <value>] [--batch-limit <value>]
2455
-
2456
- FLAGS
2457
- -a, --alias=<value> Enter the alias name. You must use either the --alias flag or the --stack-api-key flag.
2458
- -c, --config-path=<value> Specify the path where your config file is located.
2459
- -y, --yes Avoids reconfirmation of your configuration.
2460
- --batch-limit=<value> [default: 50] Provide batch limit for updating entries (default: 50).
2461
- --branch=<value> The name of the branch to be used.
2462
- --content-type=<value> Specify the UID of the content type for which you want to migrate HTML RTE content.
2463
- --delay=<value> [default: 1000] To set the interval time between the migration of HTML RTE to JSON RTE in
2464
- subsequent entries of a content type. The default value is 1,000 milliseconds.
2465
- --global-field Checks whether the specified UID belongs to a content type or a global field. This flag
2466
- is set to false by default.
2467
- --html-path=<value> Enter the path to the HTML RTE whose content you want to migrate.
2468
- --json-path=<value> Enter the path to the JSON RTE to which you want to migrate the HTML RTE content.
2469
- --locale=<value> The locale from which entries will be migrated.
2470
- --stack-api-key=<value> API key of the source stack. You must use either the --stack-api-key flag or the --alias
2471
- flag.
2472
-
2473
- DESCRIPTION
2474
- Migration script to migrate content from HTML RTE to JSON RTE
2475
-
2476
- ALIASES
2477
- $ csdx cm:migrate-rte
2478
-
2479
- EXAMPLES
2480
- General Usage
2481
-
2482
- $ csdx cm:entries:migrate-html-rte --config-path path/to/config.json
2483
-
2484
-
2485
-
2486
- Using Flags
2487
-
2488
- $ csdx cm:entries:migrate-html-rte --alias alias --content-type content_type_uid --html-path html-path --json-path json-path
2489
-
2490
-
2491
-
2492
- Nested RTE
2493
-
2494
- $ csdx cm:entries:migrate-html-rte --alias alias --content-type content_type_uid --html-path modular_block_uid.block_uid.html_rte_uid --json-path modular_block_uid.block_uid.json_rte_uid
2495
-
2496
-
2497
-
2498
- $ csdx cm:entries:migrate-html-rte --alias alias --content-type content_type_uid --html-path group_uid.html_rte_uid --json-path group_uid.json_rte_uid
2499
-
2500
-
2501
-
2502
- Global Field
2503
-
2504
- $ csdx cm:entries:migrate-html-rte --alias alias --content-type global_field_uid --global-field --html-path html-path --json-path json-path
2505
- ```
2506
-
2507
2434
  ## `csdx cm:stacks:migration [-k <value>] [-a <value>] [--file-path <value>] [--branch <value>] [--config-file <value>] [--config <value>] [--multiple]`
2508
2435
 
2509
2436
  Contentstack migration script.
@@ -2827,7 +2754,7 @@ FLAGS
2827
2754
  -m, --module=<value> [optional] Specific module name. If not specified, the export command will export all
2828
2755
  the modules to the stack. The available modules are assets, content-types, entries,
2829
2756
  environments, extensions, marketplace-apps, global-fields, labels, locales, webhooks,
2830
- workflows, custom-roles, and taxonomies.
2757
+ workflows, custom-roles, taxonomies, and studio.
2831
2758
  -t, --content-types=<value>... [optional] The UID of the content type(s) whose content you want to export. In case
2832
2759
  of multiple content types, specify the IDs separated by spaces.
2833
2760
  -y, --yes [optional] Force override all Marketplace prompts.
@@ -2868,39 +2795,68 @@ USAGE
2868
2795
  <value>] [--branch <value>] [--import-webhook-status disable|current]
2869
2796
 
2870
2797
  FLAGS
2871
- -B, --branch=<value> The name of the branch where you want to import your content. If you don't
2872
- mention the branch name, then by default the content will be imported to the
2873
- main branch.
2874
- -a, --alias=<value> The management token of the destination stack where you will import the
2875
- content.
2876
- -b, --backup-dir=<value> [optional] Backup directory name when using specific module.
2877
- -c, --config=<value> [optional] The path of the configuration JSON file containing all the options
2878
- for a single run.
2879
- -d, --data-dir=<value> The path or the location in your file system where the content, you intend to
2880
- import, is stored. For example, -d "C:\Users\Name\Desktop\cli\content". If the
2881
- export folder has branches involved, then the path should point till the
2882
- particular branch. For example, “-d
2883
- "C:\Users\Name\Desktop\cli\content\branch_name"
2884
- -k, --stack-api-key=<value> API Key of the target stack
2885
- -m, --module=<value> [optional] Specify the module to import into the target stack. If not
2886
- specified, the import command will import all the modules into the stack. The
2887
- available modules are assets, content-types, entries, environments,
2888
- extensions, marketplace-apps, global-fields, labels, locales, webhooks,
2889
- workflows, custom-roles, personalize projects, and taxonomies.
2890
- -y, --yes [optional] Force override all Marketplace prompts.
2891
- --branch-alias=<value> Specify the branch alias where you want to import your content. If not
2892
- specified, the content is imported into the main branch by default.
2893
- --exclude-global-modules Excludes the branch-independent module from the import operation.
2894
- --import-webhook-status=<option> [default: disable] [default: disable] (optional) This webhook state keeps the
2895
- same state of webhooks as the source stack. <options: disable|current>
2896
- <options: disable|current>
2897
- --personalize-project-name=<value> (optional) Provide a unique name for the Personalize project.
2898
- --replace-existing Replaces the existing module in the target stack.
2899
- --skip-app-recreation (optional) Skips the recreation of private apps if they already exist.
2900
- --skip-assets-publish Skips asset publishing during the import process.
2901
- --skip-audit Skips the audit fix that occurs during an import operation.
2902
- --skip-entries-publish Skips entry publishing during the import process
2903
- --skip-existing Skips the module exists warning messages.
2798
+ -B, --branch=<value>
2799
+ The name of the branch where you want to import your content. If you don't mention the branch name, then by default
2800
+ the content will be imported to the main branch.
2801
+
2802
+ -a, --alias=<value>
2803
+ The management token of the destination stack where you will import the content.
2804
+
2805
+ -b, --backup-dir=<value>
2806
+ [optional] Backup directory name when using specific module.
2807
+
2808
+ -c, --config=<value>
2809
+ [optional] The path of the configuration JSON file containing all the options for a single run.
2810
+
2811
+ -d, --data-dir=<value>
2812
+ The path or the location in your file system where the content, you intend to import, is stored. For example, -d
2813
+ "C:\Users\Name\Desktop\cli\content". If the export folder has branches involved, then the path should point till the
2814
+ particular branch. For example, “-d "C:\Users\Name\Desktop\cli\content\branch_name"
2815
+
2816
+ -k, --stack-api-key=<value>
2817
+ API Key of the target stack
2818
+
2819
+ -m, --module=<value>
2820
+ [optional] Specify the module to import into the target stack. If not specified, the import command will import all
2821
+ the modules into the stack. The available modules are assets, content-types, entries, environments, extensions,
2822
+ marketplace-apps, global-fields, labels, locales, webhooks, workflows, custom-roles, personalize projects,
2823
+ taxonomies, and composable-studio.
2824
+
2825
+ -y, --yes
2826
+ [optional] Force override all Marketplace prompts.
2827
+
2828
+ --branch-alias=<value>
2829
+ Specify the branch alias where you want to import your content. If not specified, the content is imported into the
2830
+ main branch by default.
2831
+
2832
+ --exclude-global-modules
2833
+ Excludes the branch-independent module from the import operation.
2834
+
2835
+ --import-webhook-status=<option>
2836
+ [default: disable] [default: disable] (optional) This webhook state keeps the same state of webhooks as the source
2837
+ stack. <options: disable|current>
2838
+ <options: disable|current>
2839
+
2840
+ --personalize-project-name=<value>
2841
+ (optional) Provide a unique name for the Personalize project.
2842
+
2843
+ --replace-existing
2844
+ Replaces the existing module in the target stack.
2845
+
2846
+ --skip-app-recreation
2847
+ (optional) Skips the recreation of private apps if they already exist.
2848
+
2849
+ --skip-assets-publish
2850
+ Skips asset publishing during the import process.
2851
+
2852
+ --skip-audit
2853
+ Skips the audit fix that occurs during an import operation.
2854
+
2855
+ --skip-entries-publish
2856
+ Skips entry publishing during the import process
2857
+
2858
+ --skip-existing
2859
+ Skips the module exists warning messages.
2904
2860
 
2905
2861
  DESCRIPTION
2906
2862
  Import content from a stack
@@ -3646,10 +3602,10 @@ Set region for CLI
3646
3602
  ```
3647
3603
  USAGE
3648
3604
  $ csdx config:set:region [REGION] [-d <value> -m <value> --ui-host <value> -n <value>] [--developer-hub <value>]
3649
- [--personalize <value>] [--launch <value>]
3605
+ [--personalize <value>] [--launch <value>] [--studio <value>]
3650
3606
 
3651
3607
  ARGUMENTS
3652
- REGION Name for the region
3608
+ [REGION] Name for the region
3653
3609
 
3654
3610
  FLAGS
3655
3611
  -d, --cda=<value> Custom host to set for content delivery API, if this flag is added then cma, ui-host and
@@ -3660,6 +3616,7 @@ FLAGS
3660
3616
  --developer-hub=<value> Custom host to set for Developer hub API
3661
3617
  --launch=<value> Custom host to set for Launch API
3662
3618
  --personalize=<value> Custom host to set for Personalize API
3619
+ --studio=<value> Custom host to set for Studio API
3663
3620
  --ui-host=<value> Custom UI host to set for CLI, if this flag is added then cda, cma and name flags are
3664
3621
  required
3665
3622
 
@@ -3691,7 +3648,9 @@ EXAMPLES
3691
3648
 
3692
3649
  $ csdx config:set:region --cma <custom_cma_host_url> --cda <custom_cda_host_url> --ui-host <custom_ui_host_url> --name "India" --launch <custom_launch_url>
3693
3650
 
3694
- $ csdx config:set:region --cda <custom_cda_host_url> --cma <custom_cma_host_url> --ui-host <custom_ui_host_url> --name "India" --developer-hub <custom_developer_hub_url> --launch <custom_launch_url> --personalize <custom_personalize_url>
3651
+ $ csdx config:set:region --cma <custom_cma_host_url> --cda <custom_cda_host_url> --ui-host <custom_ui_host_url> --name "India" --studio <custom_studio_url>
3652
+
3653
+ $ csdx config:set:region --cda <custom_cda_host_url> --cma <custom_cma_host_url> --ui-host <custom_ui_host_url> --name "India" --developer-hub <custom_developer_hub_url> --launch <custom_launch_url> --personalize <custom_personalize_url> --studio <custom_studio_url>
3695
3654
  ```
3696
3655
 
3697
3656
  _See code: [@contentstack/cli-config](https://github.com/contentstack/cli/blob/main/packages/contentstack-config/src/commands/config/set/region.ts)_
@@ -3705,7 +3664,7 @@ USAGE
3705
3664
  $ csdx help [COMMAND...] [-n]
3706
3665
 
3707
3666
  ARGUMENTS
3708
- COMMAND... Command to show help for.
3667
+ [COMMAND...] Command to show help for.
3709
3668
 
3710
3669
  FLAGS
3711
3670
  -n, --nested-commands Include all nested commands in the output.
@@ -3714,7 +3673,7 @@ DESCRIPTION
3714
3673
  Display help for csdx.
3715
3674
  ```
3716
3675
 
3717
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.33/src/commands/help.ts)_
3676
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.36/src/commands/help.ts)_
3718
3677
 
3719
3678
  ## `csdx launch`
3720
3679
 
@@ -3726,33 +3685,33 @@ USAGE
3726
3685
  React App)|CSR (Client-Side Rendered)|Angular|Nuxt|VueJs|Remix|Other] [--org <value>] [-n <value>] [-e <value>]
3727
3686
  [--branch <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>] [--variable-type Import
3728
3687
  variables from a stack|Manually add custom variables to the list|Import variables from the .env.local file|Skip
3729
- adding environment variables] [-a <value>] [--env-variables <value>] [--redeploy-latest] [--redeploy-last-upload]
3688
+ adding environment variables...] [-a <value>] [--env-variables <value>] [--redeploy-latest] [--redeploy-last-upload]
3730
3689
 
3731
3690
  FLAGS
3732
- -a, --alias=<value> [optional] Alias (name) for the delivery token.
3733
- -c, --config=<value> Path to the local '.cs-launch.json' file
3734
- -d, --data-dir=<value> Current working directory
3735
- -e, --environment=<value> [optional] Environment name for the Launch project.
3736
- -n, --name=<value> [optional] Name of the project.
3737
- --branch=<value> [optional] GitHub branch name.
3738
- --build-command=<value> [optional] Build Command.
3739
- --env-variables=<value> [optional] Provide the environment variables in the key:value format, separated by
3740
- comma. For example: APP_ENV:prod, TEST_ENV:testVal.
3741
- --framework=<option> [optional] Type of framework. <options: Gatsby|NextJS|Other>
3742
- <options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
3743
- Rendered)|Angular|Nuxt|VueJs|Remix|Other>
3744
- --org=<value> [optional] Provide the organization UID to create a new project or deployment.
3745
- --out-dir=<value> [optional] Output Directory.
3746
- --redeploy-last-upload [optional] Redeploy with last file upload
3747
- --redeploy-latest [optional] Redeploy latest commit/code
3748
- --server-command=<value> [optional] Server Command.
3749
- --type=<option> [optional] Type of adapters. <options: GitHub|FileUpload>
3750
- <options: GitHub|FileUpload>
3751
- --variable-type=<option> [optional] Provide a variable type. <options: Import variables from a stack|Manually add
3752
- custom variables to the list|Import variables from the .env.local file|Skip adding
3753
- environment variables>
3754
- <options: Import variables from a stack|Manually add custom variables to the list|Import
3755
- variables from the .env.local file|Skip adding environment variables>
3691
+ -a, --alias=<value> [optional] Alias (name) for the delivery token.
3692
+ -c, --config=<value> Path to the local '.cs-launch.json' file
3693
+ -d, --data-dir=<value> Current working directory
3694
+ -e, --environment=<value> [optional] Environment name for the Launch project.
3695
+ -n, --name=<value> [optional] Name of the project.
3696
+ --branch=<value> [optional] GitHub branch name.
3697
+ --build-command=<value> [optional] Build Command.
3698
+ --env-variables=<value> [optional] Provide the environment variables in the key:value format, separated by
3699
+ comma. For example: APP_ENV:prod, TEST_ENV:testVal.
3700
+ --framework=<option> [optional] Type of framework. <options: Gatsby|NextJS|Other>
3701
+ <options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
3702
+ Rendered)|Angular|Nuxt|VueJs|Remix|Other>
3703
+ --org=<value> [optional] Provide the organization UID to create a new project or deployment.
3704
+ --out-dir=<value> [optional] Output Directory.
3705
+ --redeploy-last-upload [optional] Redeploy with last file upload
3706
+ --redeploy-latest [optional] Redeploy latest commit/code
3707
+ --server-command=<value> [optional] Server Command.
3708
+ --type=<option> [optional] Type of adapters. <options: GitHub|FileUpload>
3709
+ <options: GitHub|FileUpload>
3710
+ --variable-type=<option>... [optional] Provide a variable type (can specify multiple times). <options: Import
3711
+ variables from a stack|Manually add custom variables to the list|Import variables
3712
+ from the .env.local file|Skip adding environment variables>
3713
+ <options: Import variables from a stack|Manually add custom variables to the
3714
+ list|Import variables from the .env.local file|Skip adding environment variables>
3756
3715
 
3757
3716
  DESCRIPTION
3758
3717
  Launch related operations
@@ -3783,6 +3742,8 @@ EXAMPLES
3783
3742
  $ csdx launch --config <path/to/launch/config/file> --type <options: GitHub|FileUpload> --name=<value> --environment=<value> --branch=<value> --build-command=<value> --framework=<option> --org=<value> --out-dir=<value> --variable-type="Import variables from a stack" --alias=<value>
3784
3743
 
3785
3744
  $ csdx launch --config <path/to/launch/config/file> --type <options: GitHub|FileUpload> --name=<value> --environment=<value> --branch=<value> --build-command=<value> --framework=<option> --org=<value> --out-dir=<value> --variable-type="Manually add custom variables to the list" --env-variables="APP_ENV:prod, TEST_ENV:testVal"
3745
+
3746
+ $ csdx launch --config <path/to/launch/config/file> --type <options: GitHub|FileUpload> --name=<value> --environment=<value> --branch=<value> --build-command=<value> --framework=<option> --org=<value> --out-dir=<value> --variable-type="Import variables from a stack" --variable-type="Manually add custom variables to the list" --alias=<value>
3786
3747
  ```
3787
3748
 
3788
3749
  _See code: [@contentstack/cli-launch](https://github.com/contentstack/launch-cli/blob/main/packages/contentstack-launch/src/commands/launch/index.ts)_
@@ -4031,7 +3992,7 @@ EXAMPLES
4031
3992
  $ csdx plugins
4032
3993
  ```
4033
3994
 
4034
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/index.ts)_
3995
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/index.ts)_
4035
3996
 
4036
3997
  ## `csdx plugins:add PLUGIN`
4037
3998
 
@@ -4105,7 +4066,7 @@ EXAMPLES
4105
4066
  $ csdx plugins:inspect myplugin
4106
4067
  ```
4107
4068
 
4108
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/inspect.ts)_
4069
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/inspect.ts)_
4109
4070
 
4110
4071
  ## `csdx plugins:install PLUGIN`
4111
4072
 
@@ -4154,7 +4115,7 @@ EXAMPLES
4154
4115
  $ csdx plugins:install someuser/someplugin
4155
4116
  ```
4156
4117
 
4157
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/install.ts)_
4118
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/install.ts)_
4158
4119
 
4159
4120
  ## `csdx plugins:link PATH`
4160
4121
 
@@ -4185,7 +4146,7 @@ EXAMPLES
4185
4146
  $ csdx plugins:link myplugin
4186
4147
  ```
4187
4148
 
4188
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/link.ts)_
4149
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/link.ts)_
4189
4150
 
4190
4151
  ## `csdx plugins:remove [PLUGIN]`
4191
4152
 
@@ -4196,7 +4157,7 @@ USAGE
4196
4157
  $ csdx plugins:remove [PLUGIN...] [-h] [-v]
4197
4158
 
4198
4159
  ARGUMENTS
4199
- PLUGIN... plugin to uninstall
4160
+ [PLUGIN...] plugin to uninstall
4200
4161
 
4201
4162
  FLAGS
4202
4163
  -h, --help Show CLI help.
@@ -4226,7 +4187,7 @@ FLAGS
4226
4187
  --reinstall Reinstall all plugins after uninstalling.
4227
4188
  ```
4228
4189
 
4229
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/reset.ts)_
4190
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/reset.ts)_
4230
4191
 
4231
4192
  ## `csdx plugins:uninstall [PLUGIN]`
4232
4193
 
@@ -4237,7 +4198,7 @@ USAGE
4237
4198
  $ csdx plugins:uninstall [PLUGIN...] [-h] [-v]
4238
4199
 
4239
4200
  ARGUMENTS
4240
- PLUGIN... plugin to uninstall
4201
+ [PLUGIN...] plugin to uninstall
4241
4202
 
4242
4203
  FLAGS
4243
4204
  -h, --help Show CLI help.
@@ -4254,7 +4215,7 @@ EXAMPLES
4254
4215
  $ csdx plugins:uninstall myplugin
4255
4216
  ```
4256
4217
 
4257
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/uninstall.ts)_
4218
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/uninstall.ts)_
4258
4219
 
4259
4220
  ## `csdx plugins:unlink [PLUGIN]`
4260
4221
 
@@ -4265,7 +4226,7 @@ USAGE
4265
4226
  $ csdx plugins:unlink [PLUGIN...] [-h] [-v]
4266
4227
 
4267
4228
  ARGUMENTS
4268
- PLUGIN... plugin to uninstall
4229
+ [PLUGIN...] plugin to uninstall
4269
4230
 
4270
4231
  FLAGS
4271
4232
  -h, --help Show CLI help.
@@ -4298,7 +4259,7 @@ DESCRIPTION
4298
4259
  Update installed plugins.
4299
4260
  ```
4300
4261
 
4301
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.49/src/commands/plugins/update.ts)_
4262
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/update.ts)_
4302
4263
 
4303
4264
  ## `csdx tokens`
4304
4265
 
@@ -1,10 +1,15 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const utils_1 = require("../../utils");
4
+ const cli_utilities_1 = require("@contentstack/cli-utilities");
4
5
  /**
5
6
  * Set the cli context
6
7
  */
7
8
  function default_1(opts) {
9
+ // Store command ID for session-based log organization
10
+ if (opts.id) {
11
+ cli_utilities_1.configHandler.set('currentCommandId', opts.id);
12
+ }
8
13
  this.config.context = new utils_1.CsdxContext(opts, this.config);
9
14
  }
10
15
  exports.default = default_1;
@@ -12,28 +12,28 @@ async function default_1(opts) {
12
12
  this.exit();
13
13
  return;
14
14
  }
15
- cli_utilities_1.cliux.print(`\n Currently using ${region.name} region \n`, { color: 'grey' });
15
+ cli_utilities_1.cliux.print(`Currently using region: ${region.name}`, { color: 'grey' });
16
16
  }
17
17
  // Auth guard
18
18
  if (protectedCommands[opts.Command.id]) {
19
19
  if (!(0, cli_utilities_1.isAuthenticated)()) {
20
- newLogger.error('No auth token found for command', opts.Command.id);
21
- cli_utilities_1.cliux.error('Please login to execute the command');
20
+ newLogger.error('No auth token found for command.', opts.Command.id);
21
+ cli_utilities_1.cliux.error('Please log in to execute the command');
22
22
  this.exit();
23
23
  }
24
24
  const client = await (0, cli_utilities_1.managementSDKClient)({ host: region.cma });
25
25
  try {
26
26
  const result = await client.getUser();
27
27
  if (!result) {
28
- newLogger.error('error in auth validation');
29
- cli_utilities_1.cliux.error('Please login to execute the command');
28
+ newLogger.error('Error in auth validation');
29
+ cli_utilities_1.cliux.error('Please log in to execute the command');
30
30
  this.exit();
31
31
  }
32
- newLogger.debug('logged in user', result.data);
32
+ newLogger.debug('Logged-in user', result.data);
33
33
  }
34
34
  catch (error) {
35
- newLogger.error('error in auth validation', error);
36
- cli_utilities_1.cliux.error('Please login to execute the command');
35
+ newLogger.error('Error in auth validation', error);
36
+ cli_utilities_1.cliux.error('Please log in to execute the command');
37
37
  process.exit();
38
38
  }
39
39
  }
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "2.0.0-beta.1"
3
+ "version": "2.0.0-beta.3"
4
4
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@contentstack/cli",
3
3
  "description": "Command-line tool (CLI) to interact with Contentstack",
4
- "version": "2.0.0-beta.1",
4
+ "version": "2.0.0-beta.3",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -22,24 +22,23 @@
22
22
  "prepack": "pnpm compile && oclif manifest && oclif readme"
23
23
  },
24
24
  "dependencies": {
25
- "@contentstack/cli-audit": "~1.14.2",
25
+ "@contentstack/cli-audit": "~2.0.0-beta",
26
26
  "@contentstack/cli-auth": "~1.6.2",
27
- "@contentstack/cli-cm-bootstrap": "~2.0.0-beta.1",
27
+ "@contentstack/cli-cm-bootstrap": "~2.0.0-beta.2",
28
28
  "@contentstack/cli-cm-branches": "~1.6.1",
29
- "@contentstack/cli-cm-bulk-publish": "~1.10.1",
30
- "@contentstack/cli-cm-clone": "~2.0.0-beta.1",
31
- "@contentstack/cli-cm-export": "~2.0.0-beta.1",
32
- "@contentstack/cli-cm-export-to-csv": "~1.9.2",
33
- "@contentstack/cli-cm-import": "~2.0.0-beta.1",
34
- "@contentstack/cli-cm-import-setup": "1.6.1",
35
- "@contentstack/cli-cm-migrate-rte": "~1.6.2",
36
- "@contentstack/cli-cm-seed": "~2.0.0-beta.1",
37
- "@contentstack/cli-command": "~1.6.2",
38
- "@contentstack/cli-config": "~1.15.3",
29
+ "@contentstack/cli-cm-bulk-publish": "~1.10.3",
30
+ "@contentstack/cli-cm-clone": "~2.0.0-beta.3",
31
+ "@contentstack/cli-cm-export": "~2.0.0-beta.3",
32
+ "@contentstack/cli-cm-export-to-csv": "~1.10.1",
33
+ "@contentstack/cli-cm-import": "~2.0.0-beta.2",
34
+ "@contentstack/cli-cm-import-setup": "~2.0.0-beta.1",
35
+ "@contentstack/cli-cm-seed": "~2.0.0-beta.2",
36
+ "@contentstack/cli-command": "~1.7.0",
37
+ "@contentstack/cli-config": "~1.16.1",
39
38
  "@contentstack/cli-launch": "^1.9.2",
40
- "@contentstack/cli-migration": "~1.8.2",
39
+ "@contentstack/cli-migration": "~2.0.0-beta",
41
40
  "@contentstack/cli-utilities": "~1.15.0",
42
- "@contentstack/cli-variants": "~2.0.0-beta.1",
41
+ "@contentstack/cli-variants": "~2.0.0-beta.3",
43
42
  "@contentstack/management": "~1.22.0",
44
43
  "@oclif/core": "^4.3.0",
45
44
  "@oclif/plugin-help": "^6.2.28",
@@ -49,7 +48,7 @@
49
48
  "cli-progress": "^3.12.0",
50
49
  "debug": "^4.4.1",
51
50
  "figlet": "1.8.1",
52
- "inquirer": "8.2.6",
51
+ "inquirer": "8.2.7",
53
52
  "node-machine-id": "^1.1.12",
54
53
  "open": "^8.4.2",
55
54
  "ora": "^8.2.0",
@@ -148,7 +147,6 @@
148
147
  "@contentstack/cli-cm-bootstrap",
149
148
  "@contentstack/cli-cm-export-to-csv",
150
149
  "@contentstack/cli-cm-clone",
151
- "@contentstack/cli-cm-migrate-rte",
152
150
  "@contentstack/cli-migration",
153
151
  "@contentstack/cli-cm-bulk-publish",
154
152
  "@contentstack/cli-cm-branches",