Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DX | 03-03-2025 | Release #1789

Draft
wants to merge 34 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
c83c810
Implemented nested global fields (#1717)
sunil-lakshman Jan 20, 2025
96137e4
Feat: Added audit and audit fix for nested global field in CT
cs-raj Jan 23, 2025
a296583
fix: resolved the table not displaying ct_uid in output. Removed cons…
cs-raj Jan 24, 2025
6d95e84
added test cases
cs-raj Jan 24, 2025
0c68537
removed
cs-raj Jan 24, 2025
d75ce43
Merge pull request #1736 from contentstack/feat/DX-1883
cs-raj Jan 24, 2025
02a61f7
back merge (#1765)
sunil-lakshman Feb 12, 2025
a008774
Merge remote-tracking branch 'origin/development' into feature_nested…
sunil-lakshman Feb 12, 2025
d80aecf
management sdk version update
cs-raj Feb 13, 2025
226901d
Merge pull request #1766 from contentstack/fix/branch
cs-raj Feb 13, 2025
24e2be8
test: added test for nested global fields
Feb 17, 2025
526ed94
Fixed api_version conflicts
sunil-lakshman Feb 18, 2025
65e22d7
Merge pull request #1769 from contentstack/feature_nested_global_fields
vkalta Feb 18, 2025
9989bd0
Revert "Feature nested global fields" (#1770)
sunil-lakshman Feb 18, 2025
a678f74
Updated node version in package publish workflow file
sunil-lakshman Feb 19, 2025
7c07c87
Merge pull request #1774 from contentstack/Enh/dx-1733
sunil-lakshman Feb 19, 2025
7c569eb
fix: cannot find module personalize error
aman19K Feb 20, 2025
30bc462
Merge pull request #1775 from contentstack/fix/DX-2187
aman19K Feb 20, 2025
901997e
Updated launch version
sunil-lakshman Feb 21, 2025
b92216f
Merge pull request #1776 from contentstack/hotfix/cli-launch-version-…
sunil-lakshman Feb 21, 2025
784dec0
fix: logout error in Oauth flow
aman19K Feb 24, 2025
bec1c72
version bump
aman19K Feb 25, 2025
3acc21c
reverted import version bump
aman19K Feb 26, 2025
eacd253
Merge pull request #1777 from contentstack/fix/DX-2169
aman19K Feb 26, 2025
5bc6ffb
[DX-2185], added custom config for contentLength and bodyLength
Feb 26, 2025
e92d70c
added package lock and version bump
Feb 26, 2025
af68d2d
updated package loc
Feb 27, 2025
9062674
updated example config
Feb 27, 2025
7e5ad95
Merge remote-tracking branch 'origin/development' into fix/merge-hotfix
harshithad0703 Feb 27, 2025
93dc632
bump version to 1.36.0
harshithad0703 Feb 27, 2025
2c1e345
Merge pull request #1786 from contentstack/fix/merge-hotfix
harshithad0703 Feb 27, 2025
dab8bb5
bump version of @contentstack/cli and @contentstack/cli-auth to 1.35.…
harshithad0703 Feb 27, 2025
d0970bd
Merge pull request #1788 from contentstack/fix/version-bump
harshithad0703 Feb 27, 2025
c759102
Merge pull request #1787 from contentstack/development
harshithad0703 Feb 27, 2025
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 .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version: 7
- uses: actions/setup-node@v4
with:
node-version: '18.x'
node-version: '22.x'
cache: 'pnpm'
- name: Reading Configuration
id: release_config
Expand Down
3,760 changes: 2,982 additions & 778 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 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.7.5 darwin-arm64 node-v22.2.0
@contentstack/cli-audit/1.7.5 darwin-arm64 node-v22.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down Expand Up @@ -269,7 +269,7 @@ EXAMPLES
$ csdx plugins
```

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

## `csdx plugins:add PLUGIN`

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

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

## `csdx plugins:install PLUGIN`

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

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

## `csdx plugins:link PATH`

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

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

## `csdx plugins:remove [PLUGIN]`

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

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

## `csdx plugins:uninstall [PLUGIN]`

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

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

## `csdx plugins:unlink [PLUGIN]`

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

_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.31/src/commands/plugins/update.ts)_
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.34/src/commands/plugins/update.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/contentstack-audit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"dependencies": {
"@contentstack/cli-command": "~1.3.3",
"@contentstack/cli-utilities": "~1.8.1",
"@contentstack/cli-utilities": "~1.8.2",
"@oclif/plugin-help": "^5.2.20",
"@oclif/plugin-plugins": "^5.4.24",
"chalk": "^4.1.2",
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.3.23 darwin-arm64 node-v22.2.0
@contentstack/cli-auth/1.3.24 darwin-arm64 node-v22.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 2 additions & 0 deletions packages/contentstack-auth/messages/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"CLI_AUTH_LOGOUT_DESCRIPTION": "User session logout",
"CLI_AUTH_LOGOUT_FLAG_FORCE": "Force logging out for skipping the confirmation",
"CLI_AUTH_LOGOUT_ALREADY": "You're already logged out",
"CLI_AUTH_LOGOUT_NO_AUTHORIZATIONS": "No authorizations found",
"CLI_AUTH_LOGOUT_NO_AUTHORIZATIONS_USER": "No authorizations found for current user",
"CLI_AUTH_WHOAMI_LOGGED_IN_AS": "You are currently logged in with email",
"CLI_AUTH_WHOAMI_FAILED": "Failed to get the current user details",
"CLI_AUTH_WHOAMI_DESCRIPTION": "Display current users email address",
Expand Down
4 changes: 2 additions & 2 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.3.23",
"version": "1.3.24",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@contentstack/cli-command": "~1.3.3",
"@contentstack/cli-utilities": "~1.8.1"
"@contentstack/cli-utilities": "~1.8.2"
},
"devDependencies": {
"@fancy-test/nock": "^0.1.1",
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.13.1 darwin-arm64 node-v22.2.0
@contentstack/cli-cm-bootstrap/1.13.1 darwin-arm64 node-v22.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@contentstack/cli-cm-seed": "~1.10.1",
"@contentstack/cli-command": "~1.3.3",
"@contentstack/cli-utilities": "~1.8.1",
"@contentstack/cli-utilities": "~1.8.2",
"inquirer": "8.2.6",
"mkdirp": "^1.0.4",
"tar": "^6.2.1 "
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.2.1 darwin-arm64 node-v22.2.0
@contentstack/cli-cm-branches/1.2.1 darwin-arm64 node-v22.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-branches/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.3.3",
"@contentstack/cli-utilities": "~1.8.1",
"@contentstack/cli-utilities": "~1.8.2",
"@oclif/core": "^3.27.0",
"chalk": "^4.1.2",
"just-diff": "^6.0.2",
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.7.2 darwin-arm64 node-v22.2.0
@contentstack/cli-cm-bulk-publish/1.7.2 darwin-arm64 node-v22.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-bulk-publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.3.3",
"@contentstack/cli-utilities": "~1.8.1",
"@contentstack/cli-utilities": "~1.8.2",
"chalk": "^4.1.2",
"dotenv": "^16.4.7",
"inquirer": "8.2.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-clone
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-clone/1.13.1 darwin-arm64 node-v22.2.0
@contentstack/cli-cm-clone/1.13.1 darwin-arm64 node-v22.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"dependencies": {
"@colors/colors": "^1.6.0",
"@contentstack/cli-cm-export": "~1.14.2",
"@contentstack/cli-cm-import": "~1.19.4",
"@contentstack/cli-cm-import": "~1.19.5",
"@contentstack/cli-command": "~1.3.3",
"@contentstack/cli-utilities": "~1.8.1",
"@contentstack/cli-utilities": "~1.8.2",
"chalk": "^4.1.2",
"inquirer": "8.2.6",
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-command/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"format": "eslint src/**/*.ts --fix"
},
"dependencies": {
"@contentstack/cli-utilities": "~1.8.1",
"@contentstack/cli-utilities": "~1.8.2",
"contentstack": "^3.22.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-config/1.9.1 darwin-arm64 node-v22.2.0
@contentstack/cli-config/1.9.1 darwin-arm64 node-v22.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@contentstack/cli-command": "~1.3.3",
"@contentstack/cli-utilities": "~1.8.1",
"@contentstack/cli-utilities": "~1.8.2",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-export-to-csv/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.3.3",
"@contentstack/cli-utilities": "~1.8.1",
"@contentstack/cli-utilities": "~1.8.2",
"fast-csv": "^4.3.6",
"inquirer": "8.2.6",
"inquirer-checkbox-plus-prompt": "1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-export/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ npm install -g @contentstack/cli-cm-export
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-export/1.14.2 darwin-arm64 node-v22.2.0
@contentstack/cli-cm-export/1.14.2 darwin-arm64 node-v22.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
"moduleName": "content-types",
"fetchConcurrency": 5,
"writeConcurrency": 5,
"securedAssets": false
}
"securedAssets": false,
"maxContentLength": 100000000,
"maxBodyLength": 100000000
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
"fetchConcurrency": 5,
"writeConcurrency": 5,
"securedAssets": false,
"createBackupDir": "./temp"
}
"createBackupDir": "./temp",
"maxContentLength": 100000000,
"maxBodyLength": 100000000
}
4 changes: 2 additions & 2 deletions packages/contentstack-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@contentstack/cli-command": "~1.3.3",
"@contentstack/cli-variants": "~1.1.5",
"@contentstack/cli-utilities": "~1.8.1",
"@contentstack/cli-utilities": "~1.8.2",
"@oclif/core": "^3.27.0",
"async": "^3.2.6",
"big-json": "^3.2.0",
Expand All @@ -21,7 +21,7 @@
"winston": "^3.17.0"
},
"devDependencies": {
"@contentstack/cli-auth": "~1.3.23",
"@contentstack/cli-auth": "~1.3.24",
"@contentstack/cli-config": "~1.9.1",
"@contentstack/cli-dev-dependencies": "~1.2.4",
"@oclif/plugin-help": "^5.2.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-import-setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ npm install -g @contentstack/cli-cm-import-setup
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-import-setup/1.0.1 darwin-arm64 node-v22.2.0
@contentstack/cli-cm-import-setup/1.0.1 darwin-arm64 node-v22.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-import-setup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~1.3.3",
"@contentstack/cli-utilities": "~1.8.1",
"@contentstack/cli-utilities": "~1.8.2",
"@oclif/core": "^3.27.0",
"big-json": "^3.2.0",
"chalk": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-import/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $ npm install -g @contentstack/cli-cm-import
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-import/1.19.4 darwin-arm64 node-v22.2.0
@contentstack/cli-cm-import/1.19.5 darwin-arm64 node-v22.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@
"securedAssets": false,
"developerHubBaseUrl": "",
"createBackupDir": "./temp",
"cliLogsPath": "./tmp"
}
"cliLogsPath": "./tmp",
"maxContentLength": 100000000,
"maxBodyLength": 100000000
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,7 @@
"writeConcurrency": 5,
"securedAssets": false,
"developerHubBaseUrl": "",
"cliLogsPath": "./tmp"
}
"cliLogsPath": "./tmp",
"maxContentLength": 100000000,
"maxBodyLength": 100000000
}
4 changes: 2 additions & 2 deletions packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@contentstack/cli-cm-import",
"description": "Contentstack CLI plugin to import content into stack",
"version": "1.19.4",
"version": "1.19.5",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-audit": "~1.7.5",
"@contentstack/cli-command": "~1.3.3",
"@contentstack/cli-utilities": "~1.8.1",
"@contentstack/cli-utilities": "~1.8.2",
"@contentstack/management": "~1.18.4",
"@contentstack/cli-variants": "~1.1.5",
"@oclif/core": "^3.27.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-import/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ const config: DefaultConfig = {
getEncryptionKeyMaxRetry: 3,
// useBackedupDir: '',
// backupConcurrency: 10,
onlyTSModules: ['taxonomies'],
onlyTSModules: ['taxonomies', 'personalize'],
auditConfig: {
noLog: false, // Skip logs printing on terminal
skipConfirm: true, // Skip confirmation if any
Expand Down
Loading
Loading