Skip to content

Commit 6bf9f2a

Browse files
authored
Merge pull request #1568 from contentstack/staging
DX | 16-09-2024
2 parents 290087c + 8f770ae commit 6bf9f2a

File tree

29 files changed

+3136
-1275
lines changed

29 files changed

+3136
-1275
lines changed

package-lock.json

Lines changed: 2505 additions & 664 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-audit/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919
$ csdx COMMAND
2020
running command...
2121
$ csdx (--version|-v)
22-
@contentstack/cli-audit/1.7.0 darwin-arm64 node-v22.2.0
22+
@contentstack/cli-audit/1.7.1 darwin-arm64 node-v22.2.0
2323
$ csdx --help [COMMAND]
2424
USAGE
2525
$ csdx COMMAND
@@ -269,7 +269,7 @@ EXAMPLES
269269
$ csdx plugins
270270
```
271271

272-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.6/src/commands/plugins/index.ts)_
272+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/index.ts)_
273273

274274
## `csdx plugins:add PLUGIN`
275275

@@ -343,7 +343,7 @@ EXAMPLES
343343
$ csdx plugins:inspect myplugin
344344
```
345345

346-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.6/src/commands/plugins/inspect.ts)_
346+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/inspect.ts)_
347347

348348
## `csdx plugins:install PLUGIN`
349349

@@ -392,7 +392,7 @@ EXAMPLES
392392
$ csdx plugins:install someuser/someplugin
393393
```
394394

395-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.6/src/commands/plugins/install.ts)_
395+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/install.ts)_
396396

397397
## `csdx plugins:link PATH`
398398

@@ -422,7 +422,7 @@ EXAMPLES
422422
$ csdx plugins:link myplugin
423423
```
424424

425-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.6/src/commands/plugins/link.ts)_
425+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/link.ts)_
426426

427427
## `csdx plugins:remove [PLUGIN]`
428428

@@ -463,7 +463,7 @@ FLAGS
463463
--reinstall Reinstall all plugins after uninstalling.
464464
```
465465

466-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.6/src/commands/plugins/reset.ts)_
466+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/reset.ts)_
467467

468468
## `csdx plugins:uninstall [PLUGIN]`
469469

@@ -491,7 +491,7 @@ EXAMPLES
491491
$ csdx plugins:uninstall myplugin
492492
```
493493

494-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.6/src/commands/plugins/uninstall.ts)_
494+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/uninstall.ts)_
495495

496496
## `csdx plugins:unlink [PLUGIN]`
497497

@@ -535,5 +535,5 @@ DESCRIPTION
535535
Update installed plugins.
536536
```
537537

538-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.6/src/commands/plugins/update.ts)_
538+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.8/src/commands/plugins/update.ts)_
539539
<!-- commandsstop -->

packages/contentstack-audit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@contentstack/cli-audit",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Contentstack audit plugin",
55
"author": "Contentstack CLI",
66
"homepage": "https://github.com/contentstack/cli",
@@ -45,7 +45,7 @@
4545
"nyc": "^15.1.0",
4646
"oclif": "^3",
4747
"shx": "^0.3.4",
48-
"sinon": "^17.0.0",
48+
"sinon": "^19.0.0",
4949
"ts-jest": "^29.1.1",
5050
"ts-node": "^10.9.1",
5151
"tslib": "^2.5.3",

packages/contentstack-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-auth/1.3.20 darwin-arm64 node-v22.2.0
21+
@contentstack/cli-auth/1.3.21 darwin-arm64 node-v22.2.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "1.3.20",
4+
"version": "1.3.21",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"scripts": {
@@ -49,7 +49,7 @@
4949
"nyc": "^15.1.0",
5050
"oclif": "^3.8.1",
5151
"rimraf": "^2.7.1",
52-
"sinon": "^15.0.1",
52+
"sinon": "^19.0.0",
5353
"tmp": "^0.2.2",
5454
"ts-node": "^10.9.1",
5555
"typescript": "^4.9.3"

packages/contentstack-branches/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ npm install -g @contentstack/cli-cm-branches
3737
$ csdx COMMAND
3838
running command...
3939
$ csdx (--version)
40-
@contentstack/cli-cm-branches/1.1.2 darwin-arm64 node-v22.2.0
40+
@contentstack/cli-cm-branches/1.1.3 darwin-arm64 node-v22.2.0
4141
$ csdx --help [COMMAND]
4242
USAGE
4343
$ csdx COMMAND

packages/contentstack-branches/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-branches",
33
"description": "Contentstack CLI plugin to do branches operations",
4-
"version": "1.1.2",
4+
"version": "1.1.3",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
@@ -41,7 +41,7 @@
4141
"mocha": "10.1.0",
4242
"nyc": "^15.1.0",
4343
"oclif": "^3.1.2",
44-
"sinon": "^15.0.1",
44+
"sinon": "^19.0.0",
4545
"ts-node": "^10.9.1",
4646
"typescript": "^4.9.3"
4747
},

packages/contentstack-clone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-clone
1616
$ csdx COMMAND
1717
running command...
1818
$ csdx (--version)
19-
@contentstack/cli-cm-clone/1.11.0 darwin-arm64 node-v22.2.0
19+
@contentstack/cli-cm-clone/1.11.1 darwin-arm64 node-v22.2.0
2020
$ csdx --help [COMMAND]
2121
USAGE
2222
$ csdx COMMAND

packages/contentstack-clone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
@@ -32,7 +32,7 @@
3232
"mocha": "^10.0.0",
3333
"nyc": "^15.1.0",
3434
"oclif": "^3.8.1",
35-
"sinon": "^15.0.1"
35+
"sinon": "^19.0.0"
3636
},
3737
"engines": {
3838
"node": ">=14.0.0"

packages/contentstack-command/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-command",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",
@@ -34,7 +34,7 @@
3434
"mocha": "10.1.0",
3535
"nyc": "^15.1.0",
3636
"rimraf": "^2.7.1",
37-
"sinon": "^15.0.1",
37+
"sinon": "^19.0.0",
3838
"ts-node": "^8.10.2",
3939
"typescript": "^4.9.3"
4040
},

0 commit comments

Comments
 (0)