Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
aa8e55d
Added proxy support
sunil-lakshman Nov 21, 2025
4fa8521
Fixed PR comments
sunil-lakshman Nov 26, 2025
4abb2b7
Fixed PR comments
sunil-lakshman Nov 26, 2025
01beab5
Fixed PR comments
sunil-lakshman Nov 26, 2025
19755ef
Merge branch 'development' into enh/proxy-setup
sunil-lakshman Dec 18, 2025
8d3ef95
Proxy support added
sunil-lakshman Jan 7, 2026
b8d6335
Merge branch 'development' into enh/proxy-setup
sunil-lakshman Jan 7, 2026
297eca4
updated license year
sunil-lakshman Jan 7, 2026
e912170
Fixed merge conflits
sunil-lakshman Jan 8, 2026
f67e678
Merge branch 'development' into enh/proxy-setup
sunil-lakshman Jan 12, 2026
28727c0
Merge branch 'development' into enh/proxy-setup
netrajpatel Jan 13, 2026
26f49a2
Fixed PR comments
sunil-lakshman Jan 13, 2026
a7f30cc
Feat: Converted Clone to TS module
cs-raj Jan 13, 2026
bf0540e
Fixed PR comments
sunil-lakshman Jan 13, 2026
57947ef
Feat: Converted Clone to TS module
cs-raj Jan 13, 2026
a626f76
Fixed merge conflits
sunil-lakshman Jan 13, 2026
9e27654
Fixed the test cases
cs-raj Jan 14, 2026
628d141
Added tests for clone command
cs-raj Jan 14, 2026
d2f0111
Added Tests for clone-handler
cs-raj Jan 14, 2026
e496833
Added Coverage
cs-raj Jan 14, 2026
9dddb3c
Merge branch 'development' into feat/DX-3870-2
cs-raj Jan 14, 2026
dca45a6
Lock File update
cs-raj Jan 14, 2026
d787942
Fixed PR comments
sunil-lakshman Jan 16, 2026
345ec3f
Fixed PR comments
sunil-lakshman Jan 16, 2026
fb4a844
Renamed lib to core in clone command
cs-raj Jan 17, 2026
3d7e6ad
Merge pull request #2322 from contentstack/main
harshithad0703 Jan 19, 2026
8e83722
Fixed merge conflits
sunil-lakshman Jan 21, 2026
225f41a
Updated tar package version
sunil-lakshman Jan 21, 2026
2fe3703
Merge pull request #2328 from contentstack/main
cs-raj Jan 21, 2026
851878b
Merge branch 'staging' into development
cs-raj Jan 21, 2026
2278ea3
Merge pull request #2330 from contentstack/stage-to-dev
cs-raj Jan 21, 2026
9bca9e8
Host issue reolved
sunil-lakshman Jan 21, 2026
a67264d
Fixed merge conflits
sunil-lakshman Jan 21, 2026
e18e382
Merge branch 'main' into staging
cs-raj Jan 22, 2026
91c7eeb
Merge pull request #2334 from contentstack/main-to-stage
cs-raj Jan 22, 2026
42487e7
Merge branch 'staging' into development
cs-raj Jan 22, 2026
b51f243
Merge pull request #2336 from contentstack/stage-to-dev2
cs-raj Jan 22, 2026
a048374
Fixed merge conflits
sunil-lakshman Jan 22, 2026
1d2ab67
Merge pull request #2252 from contentstack/enh/proxy-setup
sunil-lakshman Jan 22, 2026
efc54b8
Fix the Cleanup
cs-raj Jan 22, 2026
e7343bb
Fix the clone cleanup
cs-raj Jan 22, 2026
a45db4c
Fixed the Client initialisation issue
cs-raj Jan 22, 2026
fc534b6
Rewrite of export-to-csv plugin in typescript
netrajpatel Jan 22, 2026
60af242
Sinon Version bump
cs-raj Jan 23, 2026
01de521
Version Bump
cs-raj Jan 23, 2026
9993ca3
fixed type issue
netrajpatel Jan 23, 2026
ca5fb69
Merge pull request #2340 from contentstack/fix/snyk
cs-raj Jan 23, 2026
a48945f
Removed duplicate import of contentstack/management sdk
netrajpatel Jan 23, 2026
acfdb17
Merge branch 'development' into chore/DX-3900-new
netrajpatel Jan 23, 2026
91ee562
Merge branch 'development' into feat/DX-3870-2
cs-raj Jan 23, 2026
536d8e1
Fix snyk issue
netrajpatel Jan 23, 2026
49251c0
Version bump clone command
cs-raj Jan 23, 2026
7e67e8d
Added Clone Unit test to github workflow
cs-raj Jan 23, 2026
b972284
Resolved undefined snyk issue
netrajpatel Jan 23, 2026
f828cc4
Fixed PR comments
cs-raj Jan 23, 2026
b9d8a12
Merge pull request #2308 from contentstack/feat/DX-3870-2
cs-raj Jan 23, 2026
df4031e
Merge branch 'development' into chore/DX-3900-new
netrajpatel Jan 23, 2026
38bbac9
Merge pull request #2339 from contentstack/development
harshithad0703 Jan 23, 2026
020029f
Resolved review comments
netrajpatel Jan 23, 2026
b922bf1
Fixed unit tests
netrajpatel Jan 23, 2026
b2e1cf8
Resolved failing tests
netrajpatel Jan 23, 2026
7f66293
Merge pull request #2338 from contentstack/chore/DX-3900-new
netrajpatel Jan 23, 2026
6f1c298
Merge branch 'staging' into fix/back-merge2
harshithad0703 Jan 27, 2026
830b596
Merge pull request #2347 from contentstack/fix/back-merge2
harshithad0703 Jan 27, 2026
e60106c
Merge pull request #2345 from contentstack/development
harshithad0703 Jan 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '22.x'

- name: Enable Corepack
run: corepack enable

Expand All @@ -24,7 +24,7 @@ jobs:

- name: Install root dependencies
run: pnpm install

- name: Reading Configuration
id: release_config
uses: rgarcia-phi/json-to-variables@v1.1.0
Expand Down Expand Up @@ -200,6 +200,10 @@ jobs:
if: ${{env.release_releaseAll == 'true' || env.release_plugins_export-to-csv == 'true'}}
working-directory: ./packages/contentstack-export-to-csv
run: npm install
- name: Compiling export to csv
if: ${{ steps.export-to-csv-installation.conclusion == 'success' }}
working-directory: ./packages/contentstack-export-to-csv
run: npm run prepack
- name: Publishing export to csv
uses: JS-DevTools/npm-publish@v3
if: ${{ steps.export-to-csv-installation.conclusion == 'success' }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
- name: Run tests for Contentstack Branches
working-directory: ./packages/contentstack-branches
run: npm run test:unit

- name: Run tests for Contentstack Clone
working-directory: ./packages/contentstack-clone
run: npm run test:unit

# - name: Fetch latest references
# run: |
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ contents-*
*.http
*.todo
talisman_output.log
snyk_output.log
snyk_output.log
*.logs
280 changes: 3 additions & 277 deletions .talismanrc

Large diffs are not rendered by default.

1,492 changes: 698 additions & 794 deletions package-lock.json

Large diffs are not rendered by default.

58 changes: 31 additions & 27 deletions packages/contentstack-audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
$ csdx COMMAND
running command...
$ csdx (--version|-v)
@contentstack/cli-audit/1.16.2 darwin-arm64 node-v22.13.1
@contentstack/cli-audit/1.17.1 darwin-arm64 node-v24.13.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down Expand Up @@ -53,13 +53,14 @@ Perform audits and find possible errors in the exported Contentstack data
```
USAGE
$ csdx audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules|composable-studio...]
[--columns <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output
csv|json|yaml]
FLAGS
--modules=<option>... Provide the list of modules to be audited
<options:
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules>
<options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-ru
les|composable-studio>
--report-path=<value> Path to store the audit reports
COMMON FLAGS
Expand Down Expand Up @@ -103,18 +104,19 @@ Perform audits and fix possible errors in the exported Contentstack data.
```
USAGE
$ csdx audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules|composable-studio...]
[--copy-path <value> --copy-dir] [--fix-only
reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns <value>] [--sort <value>]
[--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
FLAGS
--copy-dir Create backup from the original data.
--copy-path=<value> Provide the path to backup the copied data
--fix-only=<option>... Provide the list of fix options
<options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
--modules=<option>... Provide the list of modules to be audited
<options:
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules>
<options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-r
ules|composable-studio>
--report-path=<value> Path to store the audit reports
COMMON FLAGS
Expand Down Expand Up @@ -160,13 +162,14 @@ Perform audits and find possible errors in the exported Contentstack data
```
USAGE
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules|composable-studio...]
[--columns <value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output
csv|json|yaml]
FLAGS
--modules=<option>... Provide the list of modules to be audited
<options:
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules>
<options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-ru
les|composable-studio>
--report-path=<value> Path to store the audit reports
COMMON FLAGS
Expand Down Expand Up @@ -212,18 +215,19 @@ Perform audits and fix possible errors in the exported Contentstack data.
```
USAGE
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules|composable-studio...]
[--copy-path <value> --copy-dir] [--fix-only
reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns <value>] [--sort <value>]
[--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
FLAGS
--copy-dir Create backup from the original data.
--copy-path=<value> Provide the path to backup the copied data
--fix-only=<option>... Provide the list of fix options
<options: reference|global_field|json:rte|json:extension|blocks|group|content_types>
--modules=<option>... Provide the list of modules to be audited
<options:
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules>
<options: content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-r
ules|composable-studio>
--report-path=<value> Path to store the audit reports
COMMON FLAGS
Expand Down Expand Up @@ -282,7 +286,7 @@ DESCRIPTION
Display help for csdx.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.36/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.37/src/commands/help.ts)_

## `csdx plugins`

Expand All @@ -305,7 +309,7 @@ EXAMPLES
$ csdx plugins
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/index.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/index.ts)_

## `csdx plugins:add PLUGIN`

Expand Down Expand Up @@ -379,7 +383,7 @@ EXAMPLES
$ csdx plugins:inspect myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/inspect.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/inspect.ts)_

## `csdx plugins:install PLUGIN`

Expand Down Expand Up @@ -428,7 +432,7 @@ EXAMPLES
$ csdx plugins:install someuser/someplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/install.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/install.ts)_

## `csdx plugins:link PATH`

Expand Down Expand Up @@ -459,7 +463,7 @@ EXAMPLES
$ csdx plugins:link myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/link.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/link.ts)_

## `csdx plugins:remove [PLUGIN]`

Expand Down Expand Up @@ -500,7 +504,7 @@ FLAGS
--reinstall Reinstall all plugins after uninstalling.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/reset.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/reset.ts)_

## `csdx plugins:uninstall [PLUGIN]`

Expand Down Expand Up @@ -528,7 +532,7 @@ EXAMPLES
$ csdx plugins:uninstall myplugin
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/uninstall.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/uninstall.ts)_

## `csdx plugins:unlink [PLUGIN]`

Expand Down Expand Up @@ -572,5 +576,5 @@ DESCRIPTION
Update installed plugins.
```

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.54/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.55/src/commands/plugins/update.ts)_
<!-- commandsstop -->
8 changes: 4 additions & 4 deletions packages/contentstack-audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-audit",
"version": "1.17.0",
"version": "1.17.1",
"description": "Contentstack audit plugin",
"author": "Contentstack CLI",
"homepage": "https://github.com/contentstack/cli",
Expand All @@ -18,8 +18,8 @@
"/oclif.manifest.json"
],
"dependencies": {
"@contentstack/cli-command": "~1.7.1",
"@contentstack/cli-utilities": "~1.16.1",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.0",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"@oclif/plugin-plugins": "^5.4.54",
Expand All @@ -45,7 +45,7 @@
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"shx": "^0.4.0",
"sinon": "^19.0.5",
"sinon": "^21.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-auth/1.6.3 darwin-arm64 node-v22.13.1
@contentstack/cli-auth/1.7.2 darwin-arm64 node-v24.13.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
10 changes: 5 additions & 5 deletions packages/contentstack-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-auth",
"description": "Contentstack CLI plugin for authentication activities",
"version": "1.7.1",
"version": "1.7.2",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -22,8 +22,8 @@
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
},
"dependencies": {
"@contentstack/cli-command": "~1.7.1",
"@contentstack/cli-utilities": "~1.16.1",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.0",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"otplib": "^12.0.1"
Expand All @@ -36,7 +36,7 @@
"@types/mkdirp": "^1.0.2",
"@types/mocha": "^8.2.3",
"@types/node": "^14.18.63",
"@types/sinon": "^10.0.20",
"@types/sinon": "^21.0.0",
"chai": "^4.5.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
Expand All @@ -45,7 +45,7 @@
"mocha": "10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"sinon": "^19.0.5",
"sinon": "^21.0.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-bootstrap
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-bootstrap/1.17.2 darwin-arm64 node-v22.14.0
@contentstack/cli-cm-bootstrap/1.18.2 darwin-arm64 node-v24.13.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
8 changes: 4 additions & 4 deletions packages/contentstack-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-bootstrap",
"description": "Bootstrap contentstack apps",
"version": "1.18.1",
"version": "1.18.2",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -16,9 +16,9 @@
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
},
"dependencies": {
"@contentstack/cli-cm-seed": "~1.14.1",
"@contentstack/cli-command": "~1.7.1",
"@contentstack/cli-utilities": "~1.16.1",
"@contentstack/cli-cm-seed": "~1.14.2",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-utilities": "~1.17.0",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"inquirer": "8.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-branches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ npm install -g @contentstack/cli-cm-branches
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-branches/1.6.2 darwin-arm64 node-v22.13.1
@contentstack/cli-cm-branches/1.6.3 darwin-arm64 node-v24.13.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
8 changes: 4 additions & 4 deletions packages/contentstack-branches/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@contentstack/cli-cm-branches",
"description": "Contentstack CLI plugin to do branches operations",
"version": "1.6.2",
"version": "1.6.3",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.7.1",
"@contentstack/cli-command": "~1.7.2",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"@contentstack/cli-utilities": "~1.16.1",
"@contentstack/cli-utilities": "~1.17.0",
"chalk": "^4.1.2",
"just-diff": "^6.0.2",
"lodash": "^4.17.21"
Expand All @@ -25,7 +25,7 @@
"mocha": "10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.17.46",
"sinon": "^19.0.5",
"sinon": "^21.0.1",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-bulk-publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-cm-bulk-publish
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-bulk-publish/1.10.5 darwin-arm64 node-v22.14.0
@contentstack/cli-cm-bulk-publish/1.10.6 darwin-arm64 node-v24.13.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
8 changes: 4 additions & 4 deletions packages/contentstack-bulk-publish/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@contentstack/cli-cm-bulk-publish",
"description": "Contentstack CLI plugin for bulk publish actions",
"version": "1.10.5",
"version": "1.10.6",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.7.1",
"@contentstack/cli-config": "~1.17.0",
"@contentstack/cli-utilities": "~1.16.1",
"@contentstack/cli-command": "~1.7.2",
"@contentstack/cli-config": "~1.18.0",
"@contentstack/cli-utilities": "~1.17.0",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"chalk": "^4.1.2",
Expand Down
Loading
Loading