@contentstack/cli 1.11.1 → 1.11.3
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 +43 -13
- package/oclif.manifest.json +1 -1
- package/package.json +10 -10
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.11.
|
|
21
|
+
@contentstack/cli/1.11.3 linux-x64 node-v18.19.0
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -103,6 +103,7 @@ USAGE
|
|
|
103
103
|
* [`csdx plugins:install PLUGIN...`](#csdx-pluginsinstall-plugin-1)
|
|
104
104
|
* [`csdx plugins:link PLUGIN`](#csdx-pluginslink-plugin)
|
|
105
105
|
* [`csdx plugins:uninstall PLUGIN...`](#csdx-pluginsuninstall-plugin)
|
|
106
|
+
* [`csdx plugins:reset`](#csdx-pluginsreset)
|
|
106
107
|
* [`csdx plugins:uninstall PLUGIN...`](#csdx-pluginsuninstall-plugin-1)
|
|
107
108
|
* [`csdx plugins:uninstall PLUGIN...`](#csdx-pluginsuninstall-plugin-2)
|
|
108
109
|
* [`csdx plugins:update`](#csdx-pluginsupdate)
|
|
@@ -3364,7 +3365,7 @@ EXAMPLES
|
|
|
3364
3365
|
$ csdx plugins
|
|
3365
3366
|
```
|
|
3366
3367
|
|
|
3367
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
3368
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/index.ts)_
|
|
3368
3369
|
|
|
3369
3370
|
## `csdx plugins:install PLUGIN...`
|
|
3370
3371
|
|
|
@@ -3380,7 +3381,11 @@ ARGUMENTS
|
|
|
3380
3381
|
FLAGS
|
|
3381
3382
|
-f, --force Run yarn install with force flag.
|
|
3382
3383
|
-h, --help Show CLI help.
|
|
3383
|
-
-
|
|
3384
|
+
-s, --silent Silences yarn output.
|
|
3385
|
+
-v, --verbose Show verbose yarn output.
|
|
3386
|
+
|
|
3387
|
+
GLOBAL FLAGS
|
|
3388
|
+
--json Format output as json.
|
|
3384
3389
|
|
|
3385
3390
|
DESCRIPTION
|
|
3386
3391
|
Installs a plugin into the CLI.
|
|
@@ -3397,11 +3402,11 @@ ALIASES
|
|
|
3397
3402
|
$ csdx plugins:add
|
|
3398
3403
|
|
|
3399
3404
|
EXAMPLES
|
|
3400
|
-
$ csdx plugins:
|
|
3405
|
+
$ csdx plugins:add myplugin
|
|
3401
3406
|
|
|
3402
|
-
$ csdx plugins:
|
|
3407
|
+
$ csdx plugins:add https://github.com/someuser/someplugin
|
|
3403
3408
|
|
|
3404
|
-
$ csdx plugins:
|
|
3409
|
+
$ csdx plugins:add someuser/someplugin
|
|
3405
3410
|
```
|
|
3406
3411
|
|
|
3407
3412
|
## `csdx plugins:inspect PLUGIN...`
|
|
@@ -3429,7 +3434,7 @@ EXAMPLES
|
|
|
3429
3434
|
$ csdx plugins:inspect myplugin
|
|
3430
3435
|
```
|
|
3431
3436
|
|
|
3432
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
3437
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/inspect.ts)_
|
|
3433
3438
|
|
|
3434
3439
|
## `csdx plugins:install PLUGIN...`
|
|
3435
3440
|
|
|
@@ -3445,7 +3450,11 @@ ARGUMENTS
|
|
|
3445
3450
|
FLAGS
|
|
3446
3451
|
-f, --force Run yarn install with force flag.
|
|
3447
3452
|
-h, --help Show CLI help.
|
|
3448
|
-
-
|
|
3453
|
+
-s, --silent Silences yarn output.
|
|
3454
|
+
-v, --verbose Show verbose yarn output.
|
|
3455
|
+
|
|
3456
|
+
GLOBAL FLAGS
|
|
3457
|
+
--json Format output as json.
|
|
3449
3458
|
|
|
3450
3459
|
DESCRIPTION
|
|
3451
3460
|
Installs a plugin into the CLI.
|
|
@@ -3469,7 +3478,7 @@ EXAMPLES
|
|
|
3469
3478
|
$ csdx plugins:install someuser/someplugin
|
|
3470
3479
|
```
|
|
3471
3480
|
|
|
3472
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
3481
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/install.ts)_
|
|
3473
3482
|
|
|
3474
3483
|
## `csdx plugins:link PLUGIN`
|
|
3475
3484
|
|
|
@@ -3483,8 +3492,9 @@ ARGUMENTS
|
|
|
3483
3492
|
PATH [default: .] path to plugin
|
|
3484
3493
|
|
|
3485
3494
|
FLAGS
|
|
3486
|
-
-h, --help
|
|
3495
|
+
-h, --help Show CLI help.
|
|
3487
3496
|
-v, --verbose
|
|
3497
|
+
--[no-]install Install dependencies after linking the plugin.
|
|
3488
3498
|
|
|
3489
3499
|
DESCRIPTION
|
|
3490
3500
|
Links a plugin into the CLI for development.
|
|
@@ -3498,7 +3508,7 @@ EXAMPLES
|
|
|
3498
3508
|
$ csdx plugins:link myplugin
|
|
3499
3509
|
```
|
|
3500
3510
|
|
|
3501
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
3511
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/link.ts)_
|
|
3502
3512
|
|
|
3503
3513
|
## `csdx plugins:uninstall PLUGIN...`
|
|
3504
3514
|
|
|
@@ -3521,8 +3531,22 @@ DESCRIPTION
|
|
|
3521
3531
|
ALIASES
|
|
3522
3532
|
$ csdx plugins:unlink
|
|
3523
3533
|
$ csdx plugins:remove
|
|
3534
|
+
|
|
3535
|
+
EXAMPLES
|
|
3536
|
+
$ csdx plugins:remove myplugin
|
|
3537
|
+
```
|
|
3538
|
+
|
|
3539
|
+
## `csdx plugins:reset`
|
|
3540
|
+
|
|
3541
|
+
Remove all user-installed and linked plugins.
|
|
3542
|
+
|
|
3543
|
+
```
|
|
3544
|
+
USAGE
|
|
3545
|
+
$ csdx plugins:reset
|
|
3524
3546
|
```
|
|
3525
3547
|
|
|
3548
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/reset.ts)_
|
|
3549
|
+
|
|
3526
3550
|
## `csdx plugins:uninstall PLUGIN...`
|
|
3527
3551
|
|
|
3528
3552
|
Removes a plugin from the CLI.
|
|
@@ -3544,9 +3568,12 @@ DESCRIPTION
|
|
|
3544
3568
|
ALIASES
|
|
3545
3569
|
$ csdx plugins:unlink
|
|
3546
3570
|
$ csdx plugins:remove
|
|
3571
|
+
|
|
3572
|
+
EXAMPLES
|
|
3573
|
+
$ csdx plugins:uninstall myplugin
|
|
3547
3574
|
```
|
|
3548
3575
|
|
|
3549
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
3576
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/uninstall.ts)_
|
|
3550
3577
|
|
|
3551
3578
|
## `csdx plugins:uninstall PLUGIN...`
|
|
3552
3579
|
|
|
@@ -3569,6 +3596,9 @@ DESCRIPTION
|
|
|
3569
3596
|
ALIASES
|
|
3570
3597
|
$ csdx plugins:unlink
|
|
3571
3598
|
$ csdx plugins:remove
|
|
3599
|
+
|
|
3600
|
+
EXAMPLES
|
|
3601
|
+
$ csdx plugins:unlink myplugin
|
|
3572
3602
|
```
|
|
3573
3603
|
|
|
3574
3604
|
## `csdx plugins:update`
|
|
@@ -3587,7 +3617,7 @@ DESCRIPTION
|
|
|
3587
3617
|
Update installed plugins.
|
|
3588
3618
|
```
|
|
3589
3619
|
|
|
3590
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/
|
|
3620
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v4.1.10/src/commands/plugins/update.ts)_
|
|
3591
3621
|
|
|
3592
3622
|
## `csdx tokens`
|
|
3593
3623
|
|
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.11.
|
|
4
|
+
"version": "1.11.3",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run"
|
|
@@ -24,25 +24,25 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@contentstack/cli-audit": "~1.3.0",
|
|
26
26
|
"@contentstack/cli-auth": "~1.3.17",
|
|
27
|
-
"@contentstack/cli-cm-bootstrap": "~1.
|
|
28
|
-
"@contentstack/cli-cm-branches": "~1.0.
|
|
27
|
+
"@contentstack/cli-cm-bootstrap": "~1.7.1",
|
|
28
|
+
"@contentstack/cli-cm-branches": "~1.0.19",
|
|
29
29
|
"@contentstack/cli-cm-bulk-publish": "~1.3.15",
|
|
30
|
-
"@contentstack/cli-cm-clone": "~1.
|
|
31
|
-
"@contentstack/cli-cm-export": "~1.10.
|
|
30
|
+
"@contentstack/cli-cm-clone": "~1.8.0",
|
|
31
|
+
"@contentstack/cli-cm-export": "~1.10.2",
|
|
32
32
|
"@contentstack/cli-cm-export-to-csv": "~1.6.1",
|
|
33
|
-
"@contentstack/cli-cm-import": "~1.
|
|
33
|
+
"@contentstack/cli-cm-import": "~1.12.1",
|
|
34
34
|
"@contentstack/cli-cm-migrate-rte": "~1.4.15",
|
|
35
|
-
"@contentstack/cli-cm-seed": "~1.
|
|
35
|
+
"@contentstack/cli-cm-seed": "~1.7.0",
|
|
36
36
|
"@contentstack/cli-command": "~1.2.16",
|
|
37
37
|
"@contentstack/cli-config": "~1.4.15",
|
|
38
38
|
"@contentstack/cli-launch": "~1.0.15",
|
|
39
39
|
"@contentstack/cli-migration": "~1.4.1",
|
|
40
|
-
"@contentstack/cli-utilities": "~1.5.
|
|
40
|
+
"@contentstack/cli-utilities": "~1.5.8",
|
|
41
41
|
"@contentstack/management": "~1.12.0",
|
|
42
42
|
"@oclif/core": "^2.9.3",
|
|
43
43
|
"@oclif/plugin-help": "^5",
|
|
44
44
|
"@oclif/plugin-not-found": "^2.4.0",
|
|
45
|
-
"@oclif/plugin-plugins": "^
|
|
45
|
+
"@oclif/plugin-plugins": "^4.1.9",
|
|
46
46
|
"chalk": "^4.1.2",
|
|
47
47
|
"debug": "^4.1.1",
|
|
48
48
|
"figlet": "^1.5.2",
|
|
@@ -160,4 +160,4 @@
|
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
162
|
"repository": "https://github.com/contentstack/cli"
|
|
163
|
-
}
|
|
163
|
+
}
|