@contentstack/cli 1.7.6 → 1.7.7

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/1.7.6 linux-x64 node-v16.20.0
21
+ @contentstack/cli/1.7.7 linux-x64 node-v16.20.0
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -1300,8 +1300,9 @@ Migration script to migrate content from HTML RTE to JSON RTE
1300
1300
 
1301
1301
  ```
1302
1302
  USAGE
1303
- $ csdx cm:entries:migrate-html-rte [-c <value>] [-a <value>] [--content-type <value>] [--global-field] [-y] [--branch <value>]
1304
- [--html-path <value> --json-path <value>] [--delay <value>] [--locale <value>] [--batch-limit <value>]
1303
+ $ csdx cm:entries:migrate-html-rte [-c <value>] [-a <value>] [--stack-api-key <value>] [--content-type <value>]
1304
+ [--global-field] [-y] [--branch <value>] [--html-path <value> --json-path <value>] [--delay <value>] [--locale
1305
+ <value>] [--batch-limit <value>]
1305
1306
 
1306
1307
  FLAGS
1307
1308
  -a, --alias=<value> Alias(name) for the management token
@@ -1316,6 +1317,7 @@ FLAGS
1316
1317
  --html-path=<value> Provide path of HTML RTE to migrate
1317
1318
  --json-path=<value> Provide path of JSON RTE to migrate
1318
1319
  --locale=<value> The locale from which entries will be migrated
1320
+ --stack-api-key=<value> Stack api key to be used
1319
1321
 
1320
1322
  DESCRIPTION
1321
1323
  Migration script to migrate content from HTML RTE to JSON RTE
@@ -1815,13 +1817,14 @@ Export entries or organization users to csv using this command
1815
1817
  ```
1816
1818
  USAGE
1817
1819
  $ csdx cm:export-to-csv [--action entries|users] [-a <value>] [--org <value>] [-n <value>] [--org-name <value>]
1818
- [--locale <value>] [--content-type <value>]
1820
+ [--locale <value>] [--content-type <value>] [--branch <value>]
1819
1821
 
1820
1822
  FLAGS
1821
1823
  -a, --alias=<value> Alias of the management token
1822
1824
  -n, --stack-name=<value> Name of the stack that needs to be created as csv filename.
1823
1825
  --action=<option> Option to export data (entries, users)
1824
1826
  <options: entries|users>
1827
+ --branch=<value> Branch from which entries need to be exported
1825
1828
  --content-type=<value> Content type for which entries needs to be exported
1826
1829
  --locale=<value> Locale for which entries need to be exported
1827
1830
  --org=<value> Provide organization UID to clone org users
@@ -1841,9 +1844,9 @@ EXAMPLES
1841
1844
 
1842
1845
 
1843
1846
 
1844
- Exporting entries to csv with stack name provided
1847
+ Exporting entries to csv with stack name provided and branch name provided
1845
1848
 
1846
- $ csdx cm:export-to-csv --action <entries> --locale <locale> --alias <management-token-alias> --content-type <content-type> --stack-name <stack-name>
1849
+ $ csdx cm:export-to-csv --action <entries> --locale <locale> --alias <management-token-alias> --content-type <content-type> --stack-name <stack-name> --branch <branch-name>
1847
1850
 
1848
1851
 
1849
1852
 
@@ -1915,8 +1918,9 @@ Migration script to migrate content from HTML RTE to JSON RTE
1915
1918
 
1916
1919
  ```
1917
1920
  USAGE
1918
- $ csdx cm:migrate-rte [-c <value>] [-a <value>] [--content-type <value>] [--global-field] [-y] [--branch <value>]
1919
- [--html-path <value> --json-path <value>] [--delay <value>] [--locale <value>] [--batch-limit <value>]
1921
+ $ csdx cm:migrate-rte [-c <value>] [-a <value>] [--stack-api-key <value>] [--content-type <value>]
1922
+ [--global-field] [-y] [--branch <value>] [--html-path <value> --json-path <value>] [--delay <value>] [--locale
1923
+ <value>] [--batch-limit <value>]
1920
1924
 
1921
1925
  FLAGS
1922
1926
  -a, --alias=<value> Alias(name) for the management token
@@ -1931,6 +1935,7 @@ FLAGS
1931
1935
  --html-path=<value> Provide path of HTML RTE to migrate
1932
1936
  --json-path=<value> Provide path of JSON RTE to migrate
1933
1937
  --locale=<value> The locale from which entries will be migrated
1938
+ --stack-api-key=<value> Stack api key to be used
1934
1939
 
1935
1940
  DESCRIPTION
1936
1941
  Migration script to migrate content from HTML RTE to JSON RTE
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "1.7.6",
2
+ "version": "1.7.7",
3
3
  "commands": {}
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": "1.7.6",
4
+ "version": "1.7.7",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run"
@@ -22,22 +22,22 @@
22
22
  "prepack": "pnpm compile && oclif manifest && oclif readme"
23
23
  },
24
24
  "dependencies": {
25
- "@contentstack/cli-auth": "^1.3.8",
26
- "@contentstack/cli-cm-bootstrap": "^1.4.8",
27
- "@contentstack/cli-cm-bulk-publish": "^1.3.7",
28
- "@contentstack/cli-cm-clone": "^1.4.8",
29
- "@contentstack/cli-cm-export": "^1.5.8",
30
- "@contentstack/cli-cm-export-to-csv": "^1.3.8",
31
- "@contentstack/cli-cm-import": "^1.5.8",
32
- "@contentstack/cli-cm-migrate-rte": "^1.4.7",
33
- "@contentstack/cli-cm-seed": "^1.4.8",
34
- "@contentstack/cli-command": "^1.2.8",
25
+ "@contentstack/cli-auth": "^1.3.9",
26
+ "@contentstack/cli-cm-bootstrap": "^1.4.9",
27
+ "@contentstack/cli-cm-bulk-publish": "^1.3.8",
28
+ "@contentstack/cli-cm-clone": "^1.4.9",
29
+ "@contentstack/cli-cm-export": "^1.5.9",
30
+ "@contentstack/cli-cm-export-to-csv": "^1.3.9",
31
+ "@contentstack/cli-cm-import": "^1.5.9",
32
+ "@contentstack/cli-cm-migrate-rte": "^1.4.8",
33
+ "@contentstack/cli-cm-seed": "^1.4.9",
34
+ "@contentstack/cli-command": "^1.2.9",
35
35
  "@contentstack/cli-config": "^1.4.6",
36
- "@contentstack/cli-launch": "^1.0.5",
37
- "@contentstack/cli-migration": "^1.3.7",
38
- "@contentstack/cli-utilities": "^1.4.4",
36
+ "@contentstack/cli-launch": "^1.0.6",
37
+ "@contentstack/cli-migration": "^1.3.8",
38
+ "@contentstack/cli-utilities": "^1.4.5",
39
39
  "@contentstack/management": "^1.8.0",
40
- "@contentstack/cli-cm-branches": "^1.0.5",
40
+ "@contentstack/cli-cm-branches": "^1.0.6",
41
41
  "@oclif/plugin-help": "^5",
42
42
  "@oclif/plugin-not-found": "^2.3.9",
43
43
  "@oclif/plugin-plugins": "^2.1.7",