Skip to content

Commit 13d854e

Browse files
Merge pull request #1522 from contentstack/feat/dx-1169-getter-method
dx | 1169 getter methods implementation
2 parents 00c074f + 4a4ba20 commit 13d854e

File tree

34 files changed

+138
-117
lines changed

34 files changed

+138
-117
lines changed

package-lock.json

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

packages/contentstack-audit/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ EXAMPLES
267267
$ csdx plugins
268268
```
269269

270-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/index.ts)_
270+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/index.ts)_
271271

272272
## `csdx plugins:add PLUGIN`
273273

@@ -341,7 +341,7 @@ EXAMPLES
341341
$ csdx plugins:inspect myplugin
342342
```
343343

344-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/inspect.ts)_
344+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/inspect.ts)_
345345

346346
## `csdx plugins:install PLUGIN`
347347

@@ -390,7 +390,7 @@ EXAMPLES
390390
$ csdx plugins:install someuser/someplugin
391391
```
392392

393-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/install.ts)_
393+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/install.ts)_
394394

395395
## `csdx plugins:link PATH`
396396

@@ -420,7 +420,7 @@ EXAMPLES
420420
$ csdx plugins:link myplugin
421421
```
422422

423-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/link.ts)_
423+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/link.ts)_
424424

425425
## `csdx plugins:remove [PLUGIN]`
426426

@@ -461,7 +461,7 @@ FLAGS
461461
--reinstall Reinstall all plugins after uninstalling.
462462
```
463463

464-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/reset.ts)_
464+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/reset.ts)_
465465

466466
## `csdx plugins:uninstall [PLUGIN]`
467467

@@ -489,7 +489,7 @@ EXAMPLES
489489
$ csdx plugins:uninstall myplugin
490490
```
491491

492-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/uninstall.ts)_
492+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/uninstall.ts)_
493493

494494
## `csdx plugins:unlink [PLUGIN]`
495495

@@ -533,5 +533,5 @@ DESCRIPTION
533533
Update installed plugins.
534534
```
535535

536-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/update.ts)_
536+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.4/src/commands/plugins/update.ts)_
537537
<!-- commandsstop -->

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: 3 additions & 3 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",
10-
"@contentstack/cli-cm-import": "~1.16.5",
11-
"@contentstack/cli-command": "~1.2.19",
9+
"@contentstack/cli-cm-export": "~1.11.7",
10+
"@contentstack/cli-cm-import": "~1.16.6",
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

0 commit comments

Comments
 (0)