Skip to content

Commit f138a37

Browse files
committed
v4.0.2
1 parent 6030fa1 commit f138a37

12 files changed

Lines changed: 32 additions & 32 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.1"
5+
"version": "4.0.2"
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.1/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.2/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datocms/cli-plugin-contentful",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Plugin for DatoCMS CLI to import projects from Contentful to DatoCMS",
55
"keywords": [
66
"contentful",
@@ -39,7 +39,7 @@
3939
"url": "https://github.com/datocms/cli/issues"
4040
},
4141
"dependencies": {
42-
"@datocms/cli-utils": "^4.0.1",
42+
"@datocms/cli-utils": "^4.0.2",
4343
"@oclif/core": "^4",
4444
"@whatwg-node/fetch": "^0.10.10",
4545
"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.1/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.2/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datocms/cli-plugin-wordpress",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "DatoCMS CLI plugin to import WordPress sites",
55
"author": "DatoCMS <support@datocms.com>",
66
"homepage": "https://github.com/datocms/cli",
@@ -20,7 +20,7 @@
2020
"access": "public"
2121
},
2222
"dependencies": {
23-
"@datocms/cli-utils": "^4.0.1",
23+
"@datocms/cli-utils": "^4.0.2",
2424
"@oclif/core": "^4",
2525
"async-scheduler": "^1.4.4",
2626
"enquirer": ">= 2.3.0 < 3",

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datocms/cli-utils",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "Utils for DatoCMS CLI",
55
"author": "Stefano Verna <s.verna@datocms.com>",
66
"homepage": "https://github.com/datocms/cli",

packages/cli/README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ EXAMPLES
158158
$ datocms cma:call items list --environment my-environment
159159
```
160160

161-
_See code: [src/commands/cma/call.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/cma/call.ts)_
161+
_See code: [src/commands/cma/call.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/cma/call.ts)_
162162

163163
## `datocms environments:destroy ENVIRONMENT_ID`
164164

@@ -186,7 +186,7 @@ DESCRIPTION
186186
Destroys a sandbox environment
187187
```
188188

189-
_See code: [src/commands/environments/destroy.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/environments/destroy.ts)_
189+
_See code: [src/commands/environments/destroy.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/environments/destroy.ts)_
190190

191191
## `datocms environments:fork SOURCE_ENVIRONMENT_ID NEW_ENVIRONMENT_ID`
192192

@@ -221,7 +221,7 @@ DESCRIPTION
221221
Creates a new sandbox environment by forking an existing one
222222
```
223223

224-
_See code: [src/commands/environments/fork.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/environments/fork.ts)_
224+
_See code: [src/commands/environments/fork.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/environments/fork.ts)_
225225

226226
## `datocms environments:list`
227227

@@ -246,7 +246,7 @@ DESCRIPTION
246246
Lists primary/sandbox environments of a project
247247
```
248248

249-
_See code: [src/commands/environments/list.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/environments/list.ts)_
249+
_See code: [src/commands/environments/list.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/environments/list.ts)_
250250

251251
## `datocms environments:primary`
252252

@@ -271,7 +271,7 @@ DESCRIPTION
271271
Returns the name the primary environment of a project
272272
```
273273

274-
_See code: [src/commands/environments/primary.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/environments/primary.ts)_
274+
_See code: [src/commands/environments/primary.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/environments/primary.ts)_
275275

276276
## `datocms environments:promote ENVIRONMENT_ID`
277277

@@ -299,7 +299,7 @@ DESCRIPTION
299299
Promotes a sandbox environment to primary
300300
```
301301

302-
_See code: [src/commands/environments/promote.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/environments/promote.ts)_
302+
_See code: [src/commands/environments/promote.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/environments/promote.ts)_
303303

304304
## `datocms environments:rename ENVIRONMENT_ID NEW_ENVIRONMENT_ID`
305305

@@ -328,7 +328,7 @@ DESCRIPTION
328328
Renames an environment
329329
```
330330

331-
_See code: [src/commands/environments/rename.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/environments/rename.ts)_
331+
_See code: [src/commands/environments/rename.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/environments/rename.ts)_
332332

333333
## `datocms help [COMMAND]`
334334

@@ -379,7 +379,7 @@ DESCRIPTION
379379
Link the current directory to a DatoCMS project and configure it
380380
```
381381

382-
_See code: [src/commands/link.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/link.ts)_
382+
_See code: [src/commands/link.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/link.ts)_
383383

384384
## `datocms login`
385385

@@ -399,7 +399,7 @@ EXAMPLES
399399
$ datocms login
400400
```
401401

402-
_See code: [src/commands/login.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/login.ts)_
402+
_See code: [src/commands/login.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/login.ts)_
403403

404404
## `datocms logout`
405405

@@ -419,7 +419,7 @@ EXAMPLES
419419
$ datocms logout
420420
```
421421

422-
_See code: [src/commands/logout.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/logout.ts)_
422+
_See code: [src/commands/logout.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/logout.ts)_
423423

424424
## `datocms maintenance:off`
425425

@@ -444,7 +444,7 @@ DESCRIPTION
444444
Take a project out of maintenance mode
445445
```
446446

447-
_See code: [src/commands/maintenance/off.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/maintenance/off.ts)_
447+
_See code: [src/commands/maintenance/off.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/maintenance/off.ts)_
448448

449449
## `datocms maintenance:on`
450450

@@ -472,7 +472,7 @@ DESCRIPTION
472472
Put a project in maintenance mode
473473
```
474474

475-
_See code: [src/commands/maintenance/on.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/maintenance/on.ts)_
475+
_See code: [src/commands/maintenance/on.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/maintenance/on.ts)_
476476

477477
## `datocms migrations:new NAME`
478478

@@ -522,7 +522,7 @@ DESCRIPTION
522522
Create a new migration script
523523
```
524524

525-
_See code: [src/commands/migrations/new.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/migrations/new.ts)_
525+
_See code: [src/commands/migrations/new.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/migrations/new.ts)_
526526

527527
## `datocms migrations:run`
528528

@@ -562,7 +562,7 @@ DESCRIPTION
562562
Run migration scripts that have not run yet
563563
```
564564

565-
_See code: [src/commands/migrations/run.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/migrations/run.ts)_
565+
_See code: [src/commands/migrations/run.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/migrations/run.ts)_
566566

567567
## `datocms plugins`
568568

@@ -649,7 +649,7 @@ DESCRIPTION
649649
Lists official DatoCMS CLI plugins
650650
```
651651

652-
_See code: [src/commands/plugins/available.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/plugins/available.ts)_
652+
_See code: [src/commands/plugins/available.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/plugins/available.ts)_
653653

654654
## `datocms plugins:inspect PLUGIN...`
655655

@@ -901,7 +901,7 @@ DESCRIPTION
901901
Generate TypeScript definitions for the schema
902902
```
903903

904-
_See code: [src/commands/schema/generate.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/schema/generate.ts)_
904+
_See code: [src/commands/schema/generate.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/schema/generate.ts)_
905905

906906
## `datocms unlink`
907907

@@ -922,7 +922,7 @@ DESCRIPTION
922922
Unlink the current directory from a DatoCMS project
923923
```
924924

925-
_See code: [src/commands/unlink.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/unlink.ts)_
925+
_See code: [src/commands/unlink.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/unlink.ts)_
926926

927927
## `datocms whoami`
928928

@@ -942,5 +942,5 @@ EXAMPLES
942942
$ datocms whoami
943943
```
944944

945-
_See code: [src/commands/whoami.ts](https://github.com/datocms/cli/blob/v4.0.1/packages/cli/src/commands/whoami.ts)_
945+
_See code: [src/commands/whoami.ts](https://github.com/datocms/cli/blob/v4.0.2/packages/cli/src/commands/whoami.ts)_
946946
<!-- commandsstop -->

0 commit comments

Comments
 (0)