@contentstack/cli 1.57.0 → 1.58.0

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 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.57.0 linux-x64 node-v22.22.0
21
+ @contentstack/cli/1.58.0 linux-x64 node-v22.22.0
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -3972,7 +3972,7 @@ USAGE
3972
3972
  $ csdx launch:functions [-p <value>] [-d <value>]
3973
3973
 
3974
3974
  FLAGS
3975
- -d, --data-dir=<value> [default: /home/runner/work/cli/cli/packages/contentstack] Current working directory
3975
+ -d, --data-dir=<value> Current working directory
3976
3976
  -p, --port=<value> [default: 3000] Port number
3977
3977
 
3978
3978
  DESCRIPTION
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "1.57.0"
3
+ "version": "1.58.0"
4
4
  }
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.57.0",
4
+ "version": "1.58.0",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -23,19 +23,19 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@contentstack/cli-audit": "~1.17.1",
26
- "@contentstack/cli-cm-export": "~1.23.1",
26
+ "@contentstack/cli-cm-export": "~1.23.2",
27
27
  "@contentstack/cli-cm-import": "~1.31.2",
28
28
  "@contentstack/cli-auth": "~1.7.3",
29
- "@contentstack/cli-cm-bootstrap": "~1.18.2",
29
+ "@contentstack/cli-cm-bootstrap": "~1.18.3",
30
30
  "@contentstack/cli-cm-branches": "~1.6.3",
31
- "@contentstack/cli-cm-bulk-publish": "~1.10.6",
31
+ "@contentstack/cli-cm-bulk-publish": "~1.10.7",
32
32
  "@contentstack/cli-cm-clone": "~1.20.1",
33
33
  "@contentstack/cli-cm-export-to-csv": "~1.11.0",
34
34
  "@contentstack/cli-cm-import-setup": "~1.7.3",
35
35
  "@contentstack/cli-cm-migrate-rte": "~1.6.4",
36
36
  "@contentstack/cli-cm-seed": "~1.14.2",
37
37
  "@contentstack/cli-command": "~1.7.2",
38
- "@contentstack/cli-config": "~1.18.0",
38
+ "@contentstack/cli-config": "~1.19.0",
39
39
  "@contentstack/cli-launch": "^1.9.2",
40
40
  "@contentstack/cli-migration": "~1.11.0",
41
41
  "@contentstack/cli-utilities": "~1.17.1",