Skip to content

Commit 1fa5df4

Browse files
committed
Merge branch 'development' into fix/DX-1131
2 parents 2f4f034 + 511694c commit 1fa5df4

32 files changed

Lines changed: 94 additions & 86 deletions

File tree

package-lock.json

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

packages/contentstack-audit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"/oclif.manifest.json"
1919
],
2020
"dependencies": {
21-
"@contentstack/cli-command": "~1.2.19",
21+
"@contentstack/cli-command": "~1.3.0",
2222
"@contentstack/cli-utilities": "~1.7.1",
2323
"@oclif/plugin-help": "^5",
2424
"@oclif/plugin-plugins": "^5.0.0",

packages/contentstack-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
2323
},
2424
"dependencies": {
25-
"@contentstack/cli-command": "~1.2.19",
25+
"@contentstack/cli-command": "~1.3.0",
2626
"@contentstack/cli-utilities": "~1.7.1",
2727
"chalk": "^4.0.0",
2828
"debug": "^4.1.1",

packages/contentstack-bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@contentstack/cli-cm-seed": "~1.7.6",
21-
"@contentstack/cli-command": "~1.2.19",
21+
"@contentstack/cli-command": "~1.3.0",
2222
"@contentstack/cli-utilities": "~1.7.1",
2323
"inquirer": "8.2.4",
2424
"mkdirp": "^1.0.4",

packages/contentstack-branches/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.2.19",
8+
"@contentstack/cli-command": "~1.3.0",
99
"@contentstack/cli-utilities": "~1.7.1",
1010
"@oclif/core": "^3.26.5",
1111
"async": "^3.2.4",

packages/contentstack-bulk-publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-command": "~1.2.19",
8+
"@contentstack/cli-command": "~1.3.0",
99
"@contentstack/cli-utilities": "~1.7.1",
1010
"bluebird": "^3.7.2",
1111
"chalk": "^4.1.2",

packages/contentstack-clone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {
88
"@colors/colors": "^1.5.0",
9-
"@contentstack/cli-cm-export": "~1.11.6",
9+
"@contentstack/cli-cm-export": "~1.11.7",
1010
"@contentstack/cli-cm-import": "~1.16.6",
11-
"@contentstack/cli-command": "~1.2.19",
11+
"@contentstack/cli-command": "~1.3.0",
1212
"@contentstack/cli-utilities": "~1.7.1",
1313
"async": "^3.2.4",
1414
"chalk": "^4.1.0",

packages/contentstack-command/package.json

Lines changed: 1 addition & 1 deletion
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.2.19",
4+
"version": "1.3.0",
55
"author": "Contentstack",
66
"main": "lib/index.js",
77
"types": "lib/index.d.ts",

packages/contentstack-config/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@ FLAGS
277277
-m, --cma=<value> Custom host to set for content management API, , if this flag is added then cda, ui-host and
278278
name flags are required
279279
-n, --name=<value> Name for the region, if this flag is added then cda, cma and ui-host flags are required
280-
--developer-hub=<value> Custom host to set for developer hub API
281-
--launch=<value> Custom host to set for launch API
282-
--personalize=<value> Custom host to set for personalization API
280+
--developer-hub=<value> Custom host to set for Developer hub API
281+
--launch=<value> Custom host to set for Launch API
282+
--personalize=<value> Custom host to set for Personalize API
283283
--ui-host=<value> Custom UI host to set for CLI, if this flag is added then cda, cma and name flags are
284284
required
285285

packages/contentstack-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\""
2222
},
2323
"dependencies": {
24-
"@contentstack/cli-command": "~1.2.19",
24+
"@contentstack/cli-command": "~1.3.0",
2525
"@contentstack/cli-utilities": "~1.7.1",
2626
"chalk": "^4.0.0",
2727
"debug": "^4.1.1",

0 commit comments

Comments
 (0)