@contentstack/cli 1.7.6 → 1.7.8

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.8 linux-x64 node-v16.20.1
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
@@ -1814,18 +1816,20 @@ Export entries or organization users to csv using this command
1814
1816
 
1815
1817
  ```
1816
1818
  USAGE
1817
- $ csdx cm:export-to-csv [--action entries|users] [-a <value>] [--org <value>] [-n <value>] [--org-name <value>]
1818
- [--locale <value>] [--content-type <value>]
1819
+ $ csdx cm:export-to-csv [--action entries|users] [-a <value>] [--org <value>] [-n <value>] [-k <value>] [--org-name
1820
+ <value>] [--locale <value>] [--content-type <value>] [--branch <value>]
1819
1821
 
1820
1822
  FLAGS
1821
- -a, --alias=<value> Alias of the management token
1822
- -n, --stack-name=<value> Name of the stack that needs to be created as csv filename.
1823
- --action=<option> Option to export data (entries, users)
1824
- <options: entries|users>
1825
- --content-type=<value> Content type for which entries needs to be exported
1826
- --locale=<value> Locale for which entries need to be exported
1827
- --org=<value> Provide organization UID to clone org users
1828
- --org-name=<value> Name of the organization that needs to be created as csv filename.
1823
+ -a, --alias=<value> Alias of the management token
1824
+ -k, --stack-api-key=<value> API key of the source stack
1825
+ -n, --stack-name=<value> Name of the stack that needs to be created as csv filename.
1826
+ --action=<option> Option to export data (entries, users)
1827
+ <options: entries|users>
1828
+ --branch=<value> Branch from which entries need to be exported
1829
+ --content-type=<value> Content type for which entries needs to be exported
1830
+ --locale=<value> Locale for which entries need to be exported
1831
+ --org=<value> Provide organization UID to clone org users
1832
+ --org-name=<value> Name of the organization that needs to be created as csv filename.
1829
1833
 
1830
1834
  DESCRIPTION
1831
1835
  Export entries or organization users to csv using this command
@@ -1841,9 +1845,9 @@ EXAMPLES
1841
1845
 
1842
1846
 
1843
1847
 
1844
- Exporting entries to csv with stack name provided
1848
+ Exporting entries to csv with stack name provided and branch name provided
1845
1849
 
1846
- $ csdx cm:export-to-csv --action <entries> --locale <locale> --alias <management-token-alias> --content-type <content-type> --stack-name <stack-name>
1850
+ $ 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
1851
 
1848
1852
 
1849
1853
 
@@ -1915,8 +1919,9 @@ Migration script to migrate content from HTML RTE to JSON RTE
1915
1919
 
1916
1920
  ```
1917
1921
  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>]
1922
+ $ csdx cm:migrate-rte [-c <value>] [-a <value>] [--stack-api-key <value>] [--content-type <value>]
1923
+ [--global-field] [-y] [--branch <value>] [--html-path <value> --json-path <value>] [--delay <value>] [--locale
1924
+ <value>] [--batch-limit <value>]
1920
1925
 
1921
1926
  FLAGS
1922
1927
  -a, --alias=<value> Alias(name) for the management token
@@ -1931,6 +1936,7 @@ FLAGS
1931
1936
  --html-path=<value> Provide path of HTML RTE to migrate
1932
1937
  --json-path=<value> Provide path of JSON RTE to migrate
1933
1938
  --locale=<value> The locale from which entries will be migrated
1939
+ --stack-api-key=<value> Stack api key to be used
1934
1940
 
1935
1941
  DESCRIPTION
1936
1942
  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.8",
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.8",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run"
@@ -22,25 +22,26 @@
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",
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",
25
+ "@contentstack/cli-auth": "^1.3.10",
26
+ "@contentstack/cli-cm-bootstrap": "^1.4.10",
27
+ "@contentstack/cli-cm-bulk-publish": "^1.3.8",
28
+ "@contentstack/cli-cm-clone": "^1.4.10",
29
+ "@contentstack/cli-cm-export": "^1.5.9",
30
+ "@contentstack/cli-cm-export-to-csv": "^1.3.10",
31
+ "@contentstack/cli-cm-import": "^1.5.10",
32
+ "@contentstack/cli-cm-migrate-rte": "^1.4.8",
33
+ "@contentstack/cli-cm-seed": "^1.4.10",
34
+ "@contentstack/cli-command": "^1.2.9",
35
+ "@contentstack/cli-config": "^1.4.8",
36
+ "@contentstack/cli-launch": "^1.0.7",
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.7",
41
41
  "@oclif/plugin-help": "^5",
42
42
  "@oclif/plugin-not-found": "^2.3.9",
43
43
  "@oclif/plugin-plugins": "^2.1.7",
44
+ "@oclif/core": "^2.8.2",
44
45
  "chalk": "^4.1.2",
45
46
  "debug": "^4.1.1",
46
47
  "figlet": "^1.5.2",
@@ -156,4 +157,4 @@
156
157
  }
157
158
  },
158
159
  "repository": "https://github.com/contentstack/cli"
159
- }
160
+ }