@contentstack/cli 1.28.0 → 1.29.0
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 +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +29 -29
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.
|
|
21
|
+
@contentstack/cli/1.29.0 linux-x64 node-v18.20.4
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -3592,7 +3592,7 @@ EXAMPLES
|
|
|
3592
3592
|
$ csdx plugins
|
|
3593
3593
|
```
|
|
3594
3594
|
|
|
3595
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3595
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/index.ts)_
|
|
3596
3596
|
|
|
3597
3597
|
## `csdx plugins:add PLUGIN`
|
|
3598
3598
|
|
|
@@ -3666,7 +3666,7 @@ EXAMPLES
|
|
|
3666
3666
|
$ csdx plugins:inspect myplugin
|
|
3667
3667
|
```
|
|
3668
3668
|
|
|
3669
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3669
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/inspect.ts)_
|
|
3670
3670
|
|
|
3671
3671
|
## `csdx plugins:install PLUGIN`
|
|
3672
3672
|
|
|
@@ -3715,7 +3715,7 @@ EXAMPLES
|
|
|
3715
3715
|
$ csdx plugins:install someuser/someplugin
|
|
3716
3716
|
```
|
|
3717
3717
|
|
|
3718
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3718
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/install.ts)_
|
|
3719
3719
|
|
|
3720
3720
|
## `csdx plugins:link PATH`
|
|
3721
3721
|
|
|
@@ -3746,7 +3746,7 @@ EXAMPLES
|
|
|
3746
3746
|
$ csdx plugins:link myplugin
|
|
3747
3747
|
```
|
|
3748
3748
|
|
|
3749
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3749
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/link.ts)_
|
|
3750
3750
|
|
|
3751
3751
|
## `csdx plugins:remove [PLUGIN]`
|
|
3752
3752
|
|
|
@@ -3787,7 +3787,7 @@ FLAGS
|
|
|
3787
3787
|
--reinstall Reinstall all plugins after uninstalling.
|
|
3788
3788
|
```
|
|
3789
3789
|
|
|
3790
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3790
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/reset.ts)_
|
|
3791
3791
|
|
|
3792
3792
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
3793
3793
|
|
|
@@ -3815,7 +3815,7 @@ EXAMPLES
|
|
|
3815
3815
|
$ csdx plugins:uninstall myplugin
|
|
3816
3816
|
```
|
|
3817
3817
|
|
|
3818
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3818
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/uninstall.ts)_
|
|
3819
3819
|
|
|
3820
3820
|
## `csdx plugins:unlink [PLUGIN]`
|
|
3821
3821
|
|
|
@@ -3859,7 +3859,7 @@ DESCRIPTION
|
|
|
3859
3859
|
Update installed plugins.
|
|
3860
3860
|
```
|
|
3861
3861
|
|
|
3862
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3862
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.15/src/commands/plugins/update.ts)_
|
|
3863
3863
|
|
|
3864
3864
|
## `csdx tokens`
|
|
3865
3865
|
|
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.
|
|
4
|
+
"version": "1.29.0",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"@contentstack/cli-auth": "~1.3.22",
|
|
27
27
|
"@contentstack/cli-cm-bootstrap": "~1.13.0",
|
|
28
28
|
"@contentstack/cli-cm-branches": "~1.2.0",
|
|
29
|
-
"@contentstack/cli-cm-bulk-publish": "~1.
|
|
29
|
+
"@contentstack/cli-cm-bulk-publish": "~1.6.0",
|
|
30
30
|
"@contentstack/cli-cm-export": "~1.14.1",
|
|
31
31
|
"@contentstack/cli-cm-clone": "~1.13.0",
|
|
32
32
|
"@contentstack/cli-cm-export-to-csv": "~1.7.3",
|
|
33
|
-
"@contentstack/cli-cm-import": "~1.19.
|
|
33
|
+
"@contentstack/cli-cm-import": "~1.19.2",
|
|
34
34
|
"@contentstack/cli-cm-migrate-rte": "~1.4.20",
|
|
35
35
|
"@contentstack/cli-cm-seed": "~1.10.0",
|
|
36
36
|
"@contentstack/cli-command": "~1.3.2",
|
|
@@ -38,46 +38,46 @@
|
|
|
38
38
|
"@contentstack/cli-launch": "~1.2.3",
|
|
39
39
|
"@contentstack/cli-migration": "~1.6.3",
|
|
40
40
|
"@contentstack/cli-utilities": "~1.8.0",
|
|
41
|
-
"@contentstack/management": "~1.
|
|
42
|
-
"@contentstack/cli-variants": "~1.1.
|
|
41
|
+
"@contentstack/management": "~1.18.2",
|
|
42
|
+
"@contentstack/cli-variants": "~1.1.2",
|
|
43
43
|
"@oclif/core": "^3.26.5",
|
|
44
44
|
"@oclif/plugin-help": "^5",
|
|
45
|
-
"@oclif/plugin-not-found": "^2.4.
|
|
46
|
-
"@oclif/plugin-plugins": "^5.
|
|
45
|
+
"@oclif/plugin-not-found": "^2.4.3",
|
|
46
|
+
"@oclif/plugin-plugins": "^5.4.15",
|
|
47
47
|
"chalk": "^4.1.2",
|
|
48
|
-
"debug": "^4.
|
|
49
|
-
"figlet": "^1.
|
|
50
|
-
"inquirer": "8.2.
|
|
48
|
+
"debug": "^4.3.7",
|
|
49
|
+
"figlet": "^1.8.0",
|
|
50
|
+
"inquirer": "8.2.6",
|
|
51
51
|
"node-machine-id": "^1.1.12",
|
|
52
52
|
"open": "^8.4.2",
|
|
53
53
|
"short-uuid": "^4.2.2",
|
|
54
54
|
"uuid": "^9.0.1",
|
|
55
|
-
"winston": "^3.
|
|
55
|
+
"winston": "^3.15.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@oclif/test": "^2.5.6",
|
|
59
|
-
"@types/chai": "^4.
|
|
60
|
-
"@types/inquirer": "^9.0.
|
|
61
|
-
"@types/mkdirp": "^1.0.
|
|
62
|
-
"@types/mocha": "^8.2.
|
|
63
|
-
"@types/node": "^14.
|
|
64
|
-
"@types/sinon": "^10.0.
|
|
65
|
-
"chai": "^4.
|
|
66
|
-
"eslint": "^8.
|
|
59
|
+
"@types/chai": "^4.3.20",
|
|
60
|
+
"@types/inquirer": "^9.0.7",
|
|
61
|
+
"@types/mkdirp": "^1.0.2",
|
|
62
|
+
"@types/mocha": "^8.2.3",
|
|
63
|
+
"@types/node": "^14.18.63",
|
|
64
|
+
"@types/sinon": "^10.0.20",
|
|
65
|
+
"chai": "^4.5.0",
|
|
66
|
+
"eslint": "^8.57.1",
|
|
67
67
|
"eslint-config-oclif": "^4.0.0",
|
|
68
|
-
"eslint-config-oclif-typescript": "^3.
|
|
68
|
+
"eslint-config-oclif-typescript": "^3.1.12",
|
|
69
69
|
"globby": "^10.0.2",
|
|
70
|
-
"mocha": "10.
|
|
71
|
-
"nock": "^13.
|
|
70
|
+
"mocha": "10.7.3",
|
|
71
|
+
"nock": "^13.5.5",
|
|
72
72
|
"nyc": "^15.1.0",
|
|
73
|
-
"oclif": "^3.
|
|
73
|
+
"oclif": "^3.17.2",
|
|
74
74
|
"rimraf": "^2.7.1",
|
|
75
|
-
"shelljs": "^0.8.
|
|
76
|
-
"sinon": "^19.0.
|
|
77
|
-
"tmp": "^0.2.
|
|
78
|
-
"ts-node": "^10.9.
|
|
79
|
-
"tslib": "^2.
|
|
80
|
-
"typescript": "^4.9.
|
|
75
|
+
"shelljs": "^0.8.5",
|
|
76
|
+
"sinon": "^19.0.2",
|
|
77
|
+
"tmp": "^0.2.3",
|
|
78
|
+
"ts-node": "^10.9.2",
|
|
79
|
+
"tslib": "^2.8.0",
|
|
80
|
+
"typescript": "^4.9.5"
|
|
81
81
|
},
|
|
82
82
|
"engines": {
|
|
83
83
|
"node": ">=14.0.0"
|