@automattic/vip 3.22.0 → 3.22.1
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/dist/bin/vip-import-media.js +4 -4
- package/npm-shrinkwrap.json +10 -10
- package/package.json +2 -2
|
@@ -52,15 +52,15 @@ const debug = (0, _debug.default)('vip:vip-import-media');
|
|
|
52
52
|
|
|
53
53
|
// Command examples for the `vip import media` help prompt
|
|
54
54
|
const examples = [{
|
|
55
|
+
usage: 'vip @example-app.production import media /path/to/uploads.zip',
|
|
56
|
+
description: 'Import the archived file "uploads.zip" from the user\'s local machine to a production environment.'
|
|
57
|
+
}, {
|
|
55
58
|
usage: 'vip @example-app.production import media https://example.com/uploads.tar.gz',
|
|
56
59
|
description: 'Import the archived file "uploads.tar.gz" from a publicly accessible URL to a production environment.'
|
|
57
|
-
}, {
|
|
58
|
-
usage: 'vip @example-app.production import media /path/to/uploads.tar.gz',
|
|
59
|
-
description: 'Import a local archive file (e.g. .tar.gz, .tgz, .zip) from your machine into a production environment. The file will be uploaded temporarily and then imported.'
|
|
60
60
|
},
|
|
61
61
|
// Format error logs
|
|
62
62
|
{
|
|
63
|
-
usage: 'vip @example-app.production import media https://example.com/uploads.
|
|
63
|
+
usage: 'vip @example-app.production import media https://example.com/uploads.tgz --overwriteExistingFiles --exportFileErrorsToJson',
|
|
64
64
|
description: 'Overwrite existing files with the imported files if they have the same file path and name, and format the error log for the import in JSON.'
|
|
65
65
|
},
|
|
66
66
|
// `media status` subcommand
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@automattic/vip",
|
|
9
|
-
"version": "3.22.
|
|
9
|
+
"version": "3.22.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"https-proxy-agent": "^7.0.6",
|
|
30
30
|
"js-yaml": "^4.1.0",
|
|
31
31
|
"jwt-decode": "4.0.0",
|
|
32
|
-
"lando": "github:automattic/lando-cli#
|
|
32
|
+
"lando": "github:automattic/lando-cli#603e9dc490d402a07816560f07b6bfecfc902c5a",
|
|
33
33
|
"node-fetch": "^3.3.2",
|
|
34
34
|
"node-stream-zip": "1.15.0",
|
|
35
35
|
"open": "^11.0.0",
|
|
@@ -11061,8 +11061,8 @@
|
|
|
11061
11061
|
"node_modules/lando": {
|
|
11062
11062
|
"name": "@lando/cli",
|
|
11063
11063
|
"version": "3.6.5",
|
|
11064
|
-
"resolved": "git+ssh://git@github.com/automattic/lando-cli.git#
|
|
11065
|
-
"integrity": "sha512-
|
|
11064
|
+
"resolved": "git+ssh://git@github.com/automattic/lando-cli.git#603e9dc490d402a07816560f07b6bfecfc902c5a",
|
|
11065
|
+
"integrity": "sha512-ql/EFlUe8y8tfgMmeYL2rECgbfDFQ3FiU1JpKmTklhJyast/h0MVYW3oq5tn/pLJjs+r1MQDiDD1I0iCC+3lwA==",
|
|
11066
11066
|
"license": "GPL-3.0",
|
|
11067
11067
|
"dependencies": {
|
|
11068
11068
|
"axios": "^1.12.1",
|
|
@@ -11072,7 +11072,7 @@
|
|
|
11072
11072
|
"copy-dir": "^1.3.0",
|
|
11073
11073
|
"dockerode": "^4.0.0",
|
|
11074
11074
|
"figlet": "^1.8.0",
|
|
11075
|
-
"glob": "^10.
|
|
11075
|
+
"glob": "^10.5.0",
|
|
11076
11076
|
"js-yaml": "^4.1.0",
|
|
11077
11077
|
"jsonfile": "^6.1.0",
|
|
11078
11078
|
"lodash": "^4.17.21",
|
|
@@ -21977,9 +21977,9 @@
|
|
|
21977
21977
|
"integrity": "sha512-tPhhoGUiEiU/WXR4rt8klIoLdnTtyu+9jVKHd/wauEjYud32jyn63mzKWQweaQrHWxBQtYoVtdcEnYX1LosnFQ=="
|
|
21978
21978
|
},
|
|
21979
21979
|
"lando": {
|
|
21980
|
-
"version": "git+ssh://git@github.com/automattic/lando-cli.git#
|
|
21981
|
-
"integrity": "sha512-
|
|
21982
|
-
"from": "lando@github:automattic/lando-cli#
|
|
21980
|
+
"version": "git+ssh://git@github.com/automattic/lando-cli.git#603e9dc490d402a07816560f07b6bfecfc902c5a",
|
|
21981
|
+
"integrity": "sha512-ql/EFlUe8y8tfgMmeYL2rECgbfDFQ3FiU1JpKmTklhJyast/h0MVYW3oq5tn/pLJjs+r1MQDiDD1I0iCC+3lwA==",
|
|
21982
|
+
"from": "lando@github:automattic/lando-cli#603e9dc490d402a07816560f07b6bfecfc902c5a",
|
|
21983
21983
|
"requires": {
|
|
21984
21984
|
"axios": "^1.12.1",
|
|
21985
21985
|
"bluebird": "^3.4.1",
|
|
@@ -21988,7 +21988,7 @@
|
|
|
21988
21988
|
"copy-dir": "^1.3.0",
|
|
21989
21989
|
"dockerode": "^4.0.0",
|
|
21990
21990
|
"figlet": "^1.8.0",
|
|
21991
|
-
"glob": "^10.
|
|
21991
|
+
"glob": "^10.5.0",
|
|
21992
21992
|
"js-yaml": "^4.1.0",
|
|
21993
21993
|
"jsonfile": "^6.1.0",
|
|
21994
21994
|
"lodash": "^4.17.21",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.1",
|
|
4
4
|
"description": "The VIP Javascript library & CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"https-proxy-agent": "^7.0.6",
|
|
159
159
|
"js-yaml": "^4.1.0",
|
|
160
160
|
"jwt-decode": "4.0.0",
|
|
161
|
-
"lando": "github:automattic/lando-cli#
|
|
161
|
+
"lando": "github:automattic/lando-cli#603e9dc490d402a07816560f07b6bfecfc902c5a",
|
|
162
162
|
"node-fetch": "^3.3.2",
|
|
163
163
|
"node-stream-zip": "1.15.0",
|
|
164
164
|
"open": "^11.0.0",
|