@contentstack/cli 1.44.0 → 1.44.1
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 +17 -14
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.44.
|
|
21
|
+
@contentstack/cli/1.44.1 linux-x64 node-v22.17.1
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -3556,12 +3556,13 @@ Set logging configuration for CLI
|
|
|
3556
3556
|
|
|
3557
3557
|
```
|
|
3558
3558
|
USAGE
|
|
3559
|
-
$ csdx config:set:log [--level debug|info|warn|error] [--path <value>]
|
|
3559
|
+
$ csdx config:set:log [--level debug|info|warn|error] [--path <value>] [--show-console-logs]
|
|
3560
3560
|
|
|
3561
3561
|
FLAGS
|
|
3562
|
-
--level=<option>
|
|
3563
|
-
|
|
3564
|
-
--path=<value>
|
|
3562
|
+
--level=<option> Set the log level for the CLI.
|
|
3563
|
+
<options: debug|info|warn|error>
|
|
3564
|
+
--path=<value> Specify the file path where logs should be saved.
|
|
3565
|
+
--[no-]show-console-logs Enable console logging.
|
|
3565
3566
|
|
|
3566
3567
|
DESCRIPTION
|
|
3567
3568
|
Set logging configuration for CLI
|
|
@@ -3569,7 +3570,9 @@ DESCRIPTION
|
|
|
3569
3570
|
EXAMPLES
|
|
3570
3571
|
$ csdx config:set:log
|
|
3571
3572
|
|
|
3572
|
-
$ csdx config:set:log --level debug --path ./logs/app.log
|
|
3573
|
+
$ csdx config:set:log --level debug --path ./logs/app.log --show-console-logs
|
|
3574
|
+
|
|
3575
|
+
$ csdx config:set:log --no-show-console-logs
|
|
3573
3576
|
```
|
|
3574
3577
|
|
|
3575
3578
|
_See code: [@contentstack/cli-config](https://github.com/contentstack/cli/blob/main/packages/contentstack-config/src/commands/config/set/log.ts)_
|
|
@@ -3676,7 +3679,7 @@ DESCRIPTION
|
|
|
3676
3679
|
Display help for csdx.
|
|
3677
3680
|
```
|
|
3678
3681
|
|
|
3679
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
3682
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.32/src/commands/help.ts)_
|
|
3680
3683
|
|
|
3681
3684
|
## `csdx launch`
|
|
3682
3685
|
|
|
@@ -3993,7 +3996,7 @@ EXAMPLES
|
|
|
3993
3996
|
$ csdx plugins
|
|
3994
3997
|
```
|
|
3995
3998
|
|
|
3996
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
3999
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/index.ts)_
|
|
3997
4000
|
|
|
3998
4001
|
## `csdx plugins:add PLUGIN`
|
|
3999
4002
|
|
|
@@ -4067,7 +4070,7 @@ EXAMPLES
|
|
|
4067
4070
|
$ csdx plugins:inspect myplugin
|
|
4068
4071
|
```
|
|
4069
4072
|
|
|
4070
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4073
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/inspect.ts)_
|
|
4071
4074
|
|
|
4072
4075
|
## `csdx plugins:install PLUGIN`
|
|
4073
4076
|
|
|
@@ -4116,7 +4119,7 @@ EXAMPLES
|
|
|
4116
4119
|
$ csdx plugins:install someuser/someplugin
|
|
4117
4120
|
```
|
|
4118
4121
|
|
|
4119
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4122
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/install.ts)_
|
|
4120
4123
|
|
|
4121
4124
|
## `csdx plugins:link PATH`
|
|
4122
4125
|
|
|
@@ -4147,7 +4150,7 @@ EXAMPLES
|
|
|
4147
4150
|
$ csdx plugins:link myplugin
|
|
4148
4151
|
```
|
|
4149
4152
|
|
|
4150
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4153
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/link.ts)_
|
|
4151
4154
|
|
|
4152
4155
|
## `csdx plugins:remove [PLUGIN]`
|
|
4153
4156
|
|
|
@@ -4188,7 +4191,7 @@ FLAGS
|
|
|
4188
4191
|
--reinstall Reinstall all plugins after uninstalling.
|
|
4189
4192
|
```
|
|
4190
4193
|
|
|
4191
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4194
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/reset.ts)_
|
|
4192
4195
|
|
|
4193
4196
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
4194
4197
|
|
|
@@ -4216,7 +4219,7 @@ EXAMPLES
|
|
|
4216
4219
|
$ csdx plugins:uninstall myplugin
|
|
4217
4220
|
```
|
|
4218
4221
|
|
|
4219
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4222
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/uninstall.ts)_
|
|
4220
4223
|
|
|
4221
4224
|
## `csdx plugins:unlink [PLUGIN]`
|
|
4222
4225
|
|
|
@@ -4260,7 +4263,7 @@ DESCRIPTION
|
|
|
4260
4263
|
Update installed plugins.
|
|
4261
4264
|
```
|
|
4262
4265
|
|
|
4263
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.
|
|
4266
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.46/src/commands/plugins/update.ts)_
|
|
4264
4267
|
|
|
4265
4268
|
## `csdx tokens`
|
|
4266
4269
|
|
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.44.
|
|
4
|
+
"version": "1.44.1",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -23,22 +23,22 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@contentstack/cli-audit": "~1.14.0",
|
|
26
|
-
"@contentstack/cli-auth": "~1.5.
|
|
26
|
+
"@contentstack/cli-auth": "~1.5.1",
|
|
27
27
|
"@contentstack/cli-cm-bootstrap": "~1.15.0",
|
|
28
28
|
"@contentstack/cli-cm-branches": "~1.5.0",
|
|
29
29
|
"@contentstack/cli-cm-bulk-publish": "~1.9.0",
|
|
30
30
|
"@contentstack/cli-cm-clone": "~1.15.0",
|
|
31
31
|
"@contentstack/cli-cm-export": "~1.18.0",
|
|
32
32
|
"@contentstack/cli-cm-export-to-csv": "~1.9.0",
|
|
33
|
-
"@contentstack/cli-cm-import": "~1.26.
|
|
33
|
+
"@contentstack/cli-cm-import": "~1.26.1",
|
|
34
34
|
"@contentstack/cli-cm-import-setup": "1.4.0",
|
|
35
35
|
"@contentstack/cli-cm-migrate-rte": "~1.6.0",
|
|
36
36
|
"@contentstack/cli-cm-seed": "~1.12.0",
|
|
37
37
|
"@contentstack/cli-command": "~1.6.0",
|
|
38
|
-
"@contentstack/cli-config": "~1.
|
|
38
|
+
"@contentstack/cli-config": "~1.15.0",
|
|
39
39
|
"@contentstack/cli-launch": "^1.9.2",
|
|
40
40
|
"@contentstack/cli-migration": "~1.8.0",
|
|
41
|
-
"@contentstack/cli-utilities": "~1.13.
|
|
41
|
+
"@contentstack/cli-utilities": "~1.13.1",
|
|
42
42
|
"@contentstack/cli-variants": "~1.3.0",
|
|
43
43
|
"@contentstack/management": "~1.22.0",
|
|
44
44
|
"@oclif/core": "^4.3.0",
|