@contentstack/cli 1.7.7 → 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 +13 -12
- package/oclif.manifest.json +1 -1
- package/package.json +12 -11
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.
|
|
21
|
+
@contentstack/cli/1.7.8 linux-x64 node-v16.20.1
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -1816,19 +1816,20 @@ Export entries or organization users to csv using this command
|
|
|
1816
1816
|
|
|
1817
1817
|
```
|
|
1818
1818
|
USAGE
|
|
1819
|
-
$ csdx cm:export-to-csv [--action entries|users] [-a <value>] [--org <value>] [-n <value>] [
|
|
1820
|
-
[--locale <value>] [--content-type <value>] [--branch <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>]
|
|
1821
1821
|
|
|
1822
1822
|
FLAGS
|
|
1823
|
-
-a, --alias=<value>
|
|
1824
|
-
-
|
|
1825
|
-
--
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
--
|
|
1829
|
-
--
|
|
1830
|
-
--
|
|
1831
|
-
--org
|
|
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.
|
|
1832
1833
|
|
|
1833
1834
|
DESCRIPTION
|
|
1834
1835
|
Export entries or organization users to csv using this command
|
package/oclif.manifest.json
CHANGED
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.
|
|
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.
|
|
26
|
-
"@contentstack/cli-cm-bootstrap": "^1.4.
|
|
25
|
+
"@contentstack/cli-auth": "^1.3.10",
|
|
26
|
+
"@contentstack/cli-cm-bootstrap": "^1.4.10",
|
|
27
27
|
"@contentstack/cli-cm-bulk-publish": "^1.3.8",
|
|
28
|
-
"@contentstack/cli-cm-clone": "^1.4.
|
|
28
|
+
"@contentstack/cli-cm-clone": "^1.4.10",
|
|
29
29
|
"@contentstack/cli-cm-export": "^1.5.9",
|
|
30
|
-
"@contentstack/cli-cm-export-to-csv": "^1.3.
|
|
31
|
-
"@contentstack/cli-cm-import": "^1.5.
|
|
30
|
+
"@contentstack/cli-cm-export-to-csv": "^1.3.10",
|
|
31
|
+
"@contentstack/cli-cm-import": "^1.5.10",
|
|
32
32
|
"@contentstack/cli-cm-migrate-rte": "^1.4.8",
|
|
33
|
-
"@contentstack/cli-cm-seed": "^1.4.
|
|
33
|
+
"@contentstack/cli-cm-seed": "^1.4.10",
|
|
34
34
|
"@contentstack/cli-command": "^1.2.9",
|
|
35
|
-
"@contentstack/cli-config": "^1.4.
|
|
36
|
-
"@contentstack/cli-launch": "^1.0.
|
|
35
|
+
"@contentstack/cli-config": "^1.4.8",
|
|
36
|
+
"@contentstack/cli-launch": "^1.0.7",
|
|
37
37
|
"@contentstack/cli-migration": "^1.3.8",
|
|
38
38
|
"@contentstack/cli-utilities": "^1.4.5",
|
|
39
39
|
"@contentstack/management": "^1.8.0",
|
|
40
|
-
"@contentstack/cli-cm-branches": "^1.0.
|
|
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
|
+
}
|