Skip to content

Commit 45f5f77

Browse files
committed
v4.0.6
1 parent 5328aef commit 45f5f77

12 files changed

Lines changed: 61 additions & 40 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.0.5"
5+
"version": "4.0.6"
66
}

packages/cli-plugin-contentful/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ DESCRIPTION
6767
Import a Contentful project into a DatoCMS project
6868
```
6969

70-
_See code: [lib/commands/contentful/import.js](https://github.com/datocms/cli/blob/v4.0.4/packages/cli-plugin-contentful/lib/commands/contentful/import.js)_
70+
_See code: [lib/commands/contentful/import.js](https://github.com/datocms/cli/blob/v4.0.6/packages/cli-plugin-contentful/lib/commands/contentful/import.js)_
7171
<!-- commandsstop -->
7272

7373
# Test

packages/cli-plugin-contentful/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli-plugin-contentful/package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "@datocms/cli-plugin-contentful",
3-
"version": "4.0.4",
3+
"version": "4.0.6",
44
"description": "Plugin for DatoCMS CLI to import projects from Contentful to DatoCMS",
5-
"keywords": ["contentful", "datocms", "import"],
5+
"keywords": [
6+
"contentful",
7+
"datocms",
8+
"import"
9+
],
610
"engines": {
711
"node": ">=18.0.0"
812
},
@@ -11,7 +15,11 @@
1115
"license": "MIT",
1216
"main": "lib/src/index.js",
1317
"types": "lib/src/index.d.js",
14-
"files": ["/lib", "/npm-shrinkwrap.json", "/oclif.manifest.json"],
18+
"files": [
19+
"/lib",
20+
"/npm-shrinkwrap.json",
21+
"/oclif.manifest.json"
22+
],
1523
"publishConfig": {
1624
"access": "public"
1725
},
@@ -31,7 +39,7 @@
3139
"url": "https://github.com/datocms/cli/issues"
3240
},
3341
"dependencies": {
34-
"@datocms/cli-utils": "^4.0.4",
42+
"@datocms/cli-utils": "^4.0.6",
3543
"@oclif/core": "^4",
3644
"@whatwg-node/fetch": "^0.10.10",
3745
"async-scheduler": "^1.4.4",

packages/cli-plugin-wordpress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ DESCRIPTION
6464
Imports a WordPress site into a DatoCMS project
6565
```
6666

67-
_See code: [lib/commands/wordpress/import.js](https://github.com/datocms/cli/blob/v4.0.4/packages/cli-plugin-wordpress/lib/commands/wordpress/import.js)_
67+
_See code: [lib/commands/wordpress/import.js](https://github.com/datocms/cli/blob/v4.0.6/packages/cli-plugin-wordpress/lib/commands/wordpress/import.js)_
6868
<!-- commandsstop -->
6969

7070
# Development

packages/cli-plugin-wordpress/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli-plugin-wordpress/package.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datocms/cli-plugin-wordpress",
3-
"version": "4.0.4",
3+
"version": "4.0.6",
44
"description": "DatoCMS CLI plugin to import WordPress sites",
55
"author": "DatoCMS <support@datocms.com>",
66
"homepage": "https://github.com/datocms/cli",
@@ -11,12 +11,16 @@
1111
"url": "https://github.com/datocms/cli.git",
1212
"directory": "packages/cli-plugin-wordpress"
1313
},
14-
"files": ["/lib", "/npm-shrinkwrap.json", "/oclif.manifest.json"],
14+
"files": [
15+
"/lib",
16+
"/npm-shrinkwrap.json",
17+
"/oclif.manifest.json"
18+
],
1519
"publishConfig": {
1620
"access": "public"
1721
},
1822
"dependencies": {
19-
"@datocms/cli-utils": "^4.0.4",
23+
"@datocms/cli-utils": "^4.0.6",
2024
"@oclif/core": "^4",
2125
"async-scheduler": "^1.4.4",
2226
"enquirer": ">= 2.3.0 < 3",
@@ -39,7 +43,10 @@
3943
"node": ">=18.0.0"
4044
},
4145
"bugs": "https://github.com/datocms/cli/issues",
42-
"keywords": ["datocms", "cli"],
46+
"keywords": [
47+
"datocms",
48+
"cli"
49+
],
4350
"types": "lib/src/index.d.ts",
4451
"gitHead": "09f72bd8742b2933271407559d9fbcc235662876",
4552
"devDependencies": {

packages/cli-utils/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli-utils/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datocms/cli-utils",
3-
"version": "4.0.4",
3+
"version": "4.0.6",
44
"description": "Utils for DatoCMS CLI",
55
"author": "Stefano Verna <s.verna@datocms.com>",
66
"homepage": "https://github.com/datocms/cli",
@@ -10,7 +10,10 @@
1010
"directories": {
1111
"lib": "lib"
1212
},
13-
"files": ["lib", "src"],
13+
"files": [
14+
"lib",
15+
"src"
16+
],
1417
"publishConfig": {
1518
"access": "public"
1619
},

packages/cli/README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ EXAMPLES
160160
$ datocms cma:call items list --environment my-environment
161161
```
162162

163-
_See code: [src/commands/cma/call.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/cma/call.ts)_
163+
_See code: [src/commands/cma/call.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/cma/call.ts)_
164164

165165
## `datocms cma:docs [RESOURCE] [ACTION]`
166166

@@ -198,7 +198,7 @@ EXAMPLES
198198
$ datocms cma:docs items create --expand "Example: Basic example"
199199
```
200200

201-
_See code: [src/commands/cma/docs.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/cma/docs.ts)_
201+
_See code: [src/commands/cma/docs.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/cma/docs.ts)_
202202

203203
## `datocms cma:script`
204204

@@ -289,7 +289,7 @@ EXAMPLES
289289
'.[].api_key'
290290
```
291291

292-
_See code: [src/commands/cma/script.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/cma/script.ts)_
292+
_See code: [src/commands/cma/script.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/cma/script.ts)_
293293

294294
## `datocms environments:destroy ENVIRONMENT_ID`
295295

@@ -317,7 +317,7 @@ DESCRIPTION
317317
Destroys a sandbox environment
318318
```
319319

320-
_See code: [src/commands/environments/destroy.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/environments/destroy.ts)_
320+
_See code: [src/commands/environments/destroy.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/environments/destroy.ts)_
321321

322322
## `datocms environments:fork SOURCE_ENVIRONMENT_ID NEW_ENVIRONMENT_ID`
323323

@@ -352,7 +352,7 @@ DESCRIPTION
352352
Creates a new sandbox environment by forking an existing one
353353
```
354354

355-
_See code: [src/commands/environments/fork.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/environments/fork.ts)_
355+
_See code: [src/commands/environments/fork.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/environments/fork.ts)_
356356

357357
## `datocms environments:list`
358358

@@ -377,7 +377,7 @@ DESCRIPTION
377377
Lists primary/sandbox environments of a project
378378
```
379379

380-
_See code: [src/commands/environments/list.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/environments/list.ts)_
380+
_See code: [src/commands/environments/list.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/environments/list.ts)_
381381

382382
## `datocms environments:primary`
383383

@@ -402,7 +402,7 @@ DESCRIPTION
402402
Returns the name the primary environment of a project
403403
```
404404

405-
_See code: [src/commands/environments/primary.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/environments/primary.ts)_
405+
_See code: [src/commands/environments/primary.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/environments/primary.ts)_
406406

407407
## `datocms environments:promote ENVIRONMENT_ID`
408408

@@ -430,7 +430,7 @@ DESCRIPTION
430430
Promotes a sandbox environment to primary
431431
```
432432

433-
_See code: [src/commands/environments/promote.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/environments/promote.ts)_
433+
_See code: [src/commands/environments/promote.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/environments/promote.ts)_
434434

435435
## `datocms environments:rename ENVIRONMENT_ID NEW_ENVIRONMENT_ID`
436436

@@ -459,7 +459,7 @@ DESCRIPTION
459459
Renames an environment
460460
```
461461

462-
_See code: [src/commands/environments/rename.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/environments/rename.ts)_
462+
_See code: [src/commands/environments/rename.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/environments/rename.ts)_
463463

464464
## `datocms help [COMMAND]`
465465

@@ -510,7 +510,7 @@ DESCRIPTION
510510
Link the current directory to a DatoCMS project and configure it
511511
```
512512

513-
_See code: [src/commands/link.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/link.ts)_
513+
_See code: [src/commands/link.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/link.ts)_
514514

515515
## `datocms login`
516516

@@ -530,7 +530,7 @@ EXAMPLES
530530
$ datocms login
531531
```
532532

533-
_See code: [src/commands/login.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/login.ts)_
533+
_See code: [src/commands/login.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/login.ts)_
534534

535535
## `datocms logout`
536536

@@ -550,7 +550,7 @@ EXAMPLES
550550
$ datocms logout
551551
```
552552

553-
_See code: [src/commands/logout.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/logout.ts)_
553+
_See code: [src/commands/logout.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/logout.ts)_
554554

555555
## `datocms maintenance:off`
556556

@@ -575,7 +575,7 @@ DESCRIPTION
575575
Take a project out of maintenance mode
576576
```
577577

578-
_See code: [src/commands/maintenance/off.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/maintenance/off.ts)_
578+
_See code: [src/commands/maintenance/off.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/maintenance/off.ts)_
579579

580580
## `datocms maintenance:on`
581581

@@ -603,7 +603,7 @@ DESCRIPTION
603603
Put a project in maintenance mode
604604
```
605605

606-
_See code: [src/commands/maintenance/on.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/maintenance/on.ts)_
606+
_See code: [src/commands/maintenance/on.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/maintenance/on.ts)_
607607

608608
## `datocms migrations:new NAME`
609609

@@ -653,7 +653,7 @@ DESCRIPTION
653653
Create a new migration script
654654
```
655655

656-
_See code: [src/commands/migrations/new.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/migrations/new.ts)_
656+
_See code: [src/commands/migrations/new.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/migrations/new.ts)_
657657

658658
## `datocms migrations:run`
659659

@@ -693,7 +693,7 @@ DESCRIPTION
693693
Run migration scripts that have not run yet
694694
```
695695

696-
_See code: [src/commands/migrations/run.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/migrations/run.ts)_
696+
_See code: [src/commands/migrations/run.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/migrations/run.ts)_
697697

698698
## `datocms plugins`
699699

@@ -780,7 +780,7 @@ DESCRIPTION
780780
Lists official DatoCMS CLI plugins
781781
```
782782

783-
_See code: [src/commands/plugins/available.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/plugins/available.ts)_
783+
_See code: [src/commands/plugins/available.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/plugins/available.ts)_
784784

785785
## `datocms plugins:inspect PLUGIN...`
786786

@@ -1032,7 +1032,7 @@ DESCRIPTION
10321032
Generate TypeScript definitions for the schema
10331033
```
10341034

1035-
_See code: [src/commands/schema/generate.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/schema/generate.ts)_
1035+
_See code: [src/commands/schema/generate.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/schema/generate.ts)_
10361036

10371037
## `datocms unlink`
10381038

@@ -1053,7 +1053,7 @@ DESCRIPTION
10531053
Unlink the current directory from a DatoCMS project
10541054
```
10551055

1056-
_See code: [src/commands/unlink.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/unlink.ts)_
1056+
_See code: [src/commands/unlink.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/unlink.ts)_
10571057

10581058
## `datocms whoami`
10591059

@@ -1073,5 +1073,5 @@ EXAMPLES
10731073
$ datocms whoami
10741074
```
10751075

1076-
_See code: [src/commands/whoami.ts](https://github.com/datocms/cli/blob/v4.0.5/packages/cli/src/commands/whoami.ts)_
1076+
_See code: [src/commands/whoami.ts](https://github.com/datocms/cli/blob/v4.0.6/packages/cli/src/commands/whoami.ts)_
10771077
<!-- commandsstop -->

0 commit comments

Comments
 (0)