@contentstack/cli 1.61.1 → 1.62.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 +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.62.0 linux-x64 node-v22.22.2
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -3853,7 +3853,7 @@ DESCRIPTION
|
|
|
3853
3853
|
Display help for csdx.
|
|
3854
3854
|
```
|
|
3855
3855
|
|
|
3856
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
3856
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.48/src/commands/help.ts)_
|
|
3857
3857
|
|
|
3858
3858
|
## `csdx launch`
|
|
3859
3859
|
|
|
@@ -4173,7 +4173,7 @@ EXAMPLES
|
|
|
4173
4173
|
$ csdx plugins
|
|
4174
4174
|
```
|
|
4175
4175
|
|
|
4176
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
4176
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/index.ts)_
|
|
4177
4177
|
|
|
4178
4178
|
## `csdx plugins:add PLUGIN`
|
|
4179
4179
|
|
|
@@ -4247,7 +4247,7 @@ EXAMPLES
|
|
|
4247
4247
|
$ csdx plugins:inspect myplugin
|
|
4248
4248
|
```
|
|
4249
4249
|
|
|
4250
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
4250
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/inspect.ts)_
|
|
4251
4251
|
|
|
4252
4252
|
## `csdx plugins:install PLUGIN`
|
|
4253
4253
|
|
|
@@ -4296,7 +4296,7 @@ EXAMPLES
|
|
|
4296
4296
|
$ csdx plugins:install someuser/someplugin
|
|
4297
4297
|
```
|
|
4298
4298
|
|
|
4299
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
4299
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/install.ts)_
|
|
4300
4300
|
|
|
4301
4301
|
## `csdx plugins:link PATH`
|
|
4302
4302
|
|
|
@@ -4327,7 +4327,7 @@ EXAMPLES
|
|
|
4327
4327
|
$ csdx plugins:link myplugin
|
|
4328
4328
|
```
|
|
4329
4329
|
|
|
4330
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
4330
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/link.ts)_
|
|
4331
4331
|
|
|
4332
4332
|
## `csdx plugins:remove [PLUGIN]`
|
|
4333
4333
|
|
|
@@ -4368,7 +4368,7 @@ FLAGS
|
|
|
4368
4368
|
--reinstall Reinstall all plugins after uninstalling.
|
|
4369
4369
|
```
|
|
4370
4370
|
|
|
4371
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
4371
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/reset.ts)_
|
|
4372
4372
|
|
|
4373
4373
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
4374
4374
|
|
|
@@ -4396,7 +4396,7 @@ EXAMPLES
|
|
|
4396
4396
|
$ csdx plugins:uninstall myplugin
|
|
4397
4397
|
```
|
|
4398
4398
|
|
|
4399
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
4399
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/uninstall.ts)_
|
|
4400
4400
|
|
|
4401
4401
|
## `csdx plugins:unlink [PLUGIN]`
|
|
4402
4402
|
|
|
@@ -4440,7 +4440,7 @@ DESCRIPTION
|
|
|
4440
4440
|
Update installed plugins.
|
|
4441
4441
|
```
|
|
4442
4442
|
|
|
4443
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
4443
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.67/src/commands/plugins/update.ts)_
|
|
4444
4444
|
|
|
4445
4445
|
## `csdx tokens`
|
|
4446
4446
|
|
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.62.0",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -20,23 +20,23 @@
|
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@contentstack/cli-audit": "~1.19.3",
|
|
23
|
-
"@contentstack/cli-cm-export": "~1.
|
|
24
|
-
"@contentstack/cli-cm-import": "~1.
|
|
23
|
+
"@contentstack/cli-cm-export": "~1.25.0",
|
|
24
|
+
"@contentstack/cli-cm-import": "~1.33.0",
|
|
25
25
|
"@contentstack/cli-auth": "~1.8.2",
|
|
26
|
-
"@contentstack/cli-cm-bootstrap": "~1.19.
|
|
26
|
+
"@contentstack/cli-cm-bootstrap": "~1.19.3",
|
|
27
27
|
"@contentstack/cli-cm-branches": "~1.8.1",
|
|
28
28
|
"@contentstack/cli-cm-bulk-publish": "~1.11.3",
|
|
29
|
-
"@contentstack/cli-cm-clone": "~1.21.
|
|
29
|
+
"@contentstack/cli-cm-clone": "~1.21.4",
|
|
30
30
|
"@contentstack/cli-cm-export-to-csv": "~1.12.2",
|
|
31
31
|
"@contentstack/cli-cm-import-setup": "~1.8.3",
|
|
32
32
|
"@contentstack/cli-cm-migrate-rte": "~1.6.4",
|
|
33
|
-
"@contentstack/cli-cm-seed": "~1.15.
|
|
33
|
+
"@contentstack/cli-cm-seed": "~1.15.3",
|
|
34
34
|
"@contentstack/cli-command": "~1.8.2",
|
|
35
35
|
"@contentstack/cli-config": "~1.20.3",
|
|
36
36
|
"@contentstack/cli-launch": "^1.9.8",
|
|
37
37
|
"@contentstack/cli-migration": "~1.12.2",
|
|
38
38
|
"@contentstack/cli-utilities": "~1.18.3",
|
|
39
|
-
"@contentstack/cli-variants": "~1.
|
|
39
|
+
"@contentstack/cli-variants": "~1.5.0",
|
|
40
40
|
"@oclif/core": "^4.10.5",
|
|
41
41
|
"@oclif/plugin-help": "^6.2.28",
|
|
42
42
|
"@oclif/plugin-not-found": "^3.2.53",
|
|
@@ -160,4 +160,4 @@
|
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
162
|
"repository": "https://github.com/contentstack/cli"
|
|
163
|
-
}
|
|
163
|
+
}
|