Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"pnpm": "^10.28.0"
},
"engines": {
"node": ">=18.0.0"
"node": ">=22.0.0"
},
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

It is Contentstack’s CLI plugin to perform authentication-related activities. To get started with authentication, refer to the [CLI’s Authentication documentation](https://www.contentstack.com/docs/developers/cli/authentication)

[![License](https://img.shields.io/npm/l/@contentstack/cli)](https://github.com/contentstack/cli/blob/main/LICENSE)
[![License](https://img.shields.io/npm/l/@contentstack/cli-auth)](https://github.com/contentstack/cli/blob/main/LICENSE)

<!-- toc -->
* [@contentstack/cli-auth](#contentstackcli-auth)
Expand All @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-auth/1.8.2 darwin-arm64 node-v24.14.0
@contentstack/cli-auth/1.8.4 darwin-arm64 node-v22.21.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
6 changes: 3 additions & 3 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.8.3",
"version": "1.8.4",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~1.8.3",
"@contentstack/cli-command": "~1.8.4",
"@contentstack/cli-utilities": "~1.18.4",
"@oclif/core": "^4.11.4",
"otplib": "^12.0.1"
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14.0.0"
"node": ">=22.0.0"
},
Comment on lines 47 to 49
"files": [
"/lib",
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-command/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-command",
"description": "Contentstack CLI plugin for configuration",
"version": "1.8.3",
"version": "1.8.4",
"author": "Contentstack",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14.0.0"
"node": ">=22.0.0"
},
Comment on lines 38 to 40
"files": [
"/types",
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The config namespace contains all the commands that you will need to configure the CLI as per your requirements. Contentstack currently supports four regions: North America, Europe, Azure North America and Azure Europe. [Configure the CLI documentation](https://www.contentstack.com/docs/developers/cli/configure-the-cli)

[![License](https://img.shields.io/npm/l/@contentstack/cli)](https://github.com/contentstack/cli/blob/main/LICENSE)
[![License](https://img.shields.io/npm/l/@contentstack/cli-config)](https://github.com/contentstack/cli/blob/main/LICENSE)

<!-- toc -->
* [@contentstack/cli-config](#contentstackcli-config)
Expand All @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-config/1.20.3 darwin-arm64 node-v24.14.0
@contentstack/cli-config/1.20.5 darwin-arm64 node-v22.21.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-config",
"description": "Contentstack CLI plugin for configuration",
"version": "1.20.4",
"version": "1.20.5",
"author": "Contentstack",
"scripts": {
"build": "pnpm compile && oclif manifest && oclif readme",
Expand All @@ -14,7 +14,7 @@
"lint": "eslint src/**/*.ts"
},
"dependencies": {
"@contentstack/cli-command": "~1.8.3",
"@contentstack/cli-command": "~1.8.4",
"@contentstack/cli-utilities": "~1.18.4",
"@contentstack/utils": "~1.9.1",
"@oclif/core": "^4.11.4"
Expand Down Expand Up @@ -42,7 +42,7 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14.0.0"
"node": ">=22.0.0"
},
Comment on lines 44 to 46
"files": [
"/lib",
Expand Down
1,477 changes: 113 additions & 1,364 deletions packages/contentstack/README.md

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions packages/contentstack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
},
"dependencies": {
"@contentstack/cli-audit": "~1.19.4",
"@contentstack/cli-cm-export": "~1.25.1",
"@contentstack/cli-cm-import": "~1.33.3",
"@contentstack/cli-auth": "~1.8.3",
"@contentstack/cli-cm-bootstrap": "~1.19.6",
"@contentstack/cli-cm-branches": "~1.8.2",
"@contentstack/cli-cm-bulk-publish": "~1.12.0",
"@contentstack/cli-cm-clone": "~1.21.7",
"@contentstack/cli-cm-export-to-csv": "~1.12.3",
"@contentstack/cli-cm-import-setup": "~1.8.4",
"@contentstack/cli-cm-migrate-rte": "~1.7.0",
"@contentstack/cli-cm-seed": "~1.15.6",
"@contentstack/cli-command": "~1.8.3",
"@contentstack/cli-config": "~1.20.4",
"@contentstack/cli-launch": "^1.11.0",
"@contentstack/cli-migration": "~1.12.3",
"@contentstack/cli-cm-export": "~1.25.2",
"@contentstack/cli-cm-import": "~1.33.4",
"@contentstack/cli-auth": "~1.8.4",
"@contentstack/cli-cm-bootstrap": "~1.19.7",
"@contentstack/cli-cm-branches": "~1.8.3",
"@contentstack/cli-cm-bulk-publish": "~1.12.1",
"@contentstack/cli-cm-clone": "~1.21.8",
"@contentstack/cli-cm-export-to-csv": "~1.12.5",
"@contentstack/cli-cm-import-setup": "~1.8.5",
"@contentstack/cli-cm-migrate-rte": "~1.7.1",
"@contentstack/cli-cm-seed": "~1.15.7",
"@contentstack/cli-command": "~1.8.4",
"@contentstack/cli-config": "~1.20.5",
"@contentstack/cli-launch": "^1.11.1",
"@contentstack/cli-migration": "~1.12.4",
"@contentstack/cli-utilities": "~1.18.4",
"@contentstack/cli-variants": "~1.5.1",
"@oclif/core": "^4.11.4",
Expand Down Expand Up @@ -75,7 +75,7 @@
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14.0.0"
"node": ">=22.0.0"
},
Comment on lines 77 to 79
"files": [
"/bin",
Expand Down
Loading