apify-cli 0.13.1-beta.7 → 0.13.2-beta.0

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/README.md CHANGED
@@ -284,7 +284,7 @@ USAGE
284
284
  $ apify actor
285
285
  ```
286
286
 
287
- _See code: [src/commands/actor/index.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/actor/index.js)_
287
+ _See code: [src/commands/actor/index.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/actor/index.js)_
288
288
 
289
289
  ## `apify actor:get-input`
290
290
 
@@ -295,7 +295,7 @@ USAGE
295
295
  $ apify actor:get-input
296
296
  ```
297
297
 
298
- _See code: [src/commands/actor/get-input.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/actor/get-input.js)_
298
+ _See code: [src/commands/actor/get-input.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/actor/get-input.js)_
299
299
 
300
300
  ## `apify actor:get-value KEY`
301
301
 
@@ -309,7 +309,7 @@ ARGUMENTS
309
309
  KEY Key of the record in key-value store
310
310
  ```
311
311
 
312
- _See code: [src/commands/actor/get-value.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/actor/get-value.js)_
312
+ _See code: [src/commands/actor/get-value.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/actor/get-value.js)_
313
313
 
314
314
  ## `apify actor:push-data [ITEM]`
315
315
 
@@ -330,7 +330,7 @@ DESCRIPTION
330
330
  $ cat ./test.json | apify actor:push-data
331
331
  ```
332
332
 
333
- _See code: [src/commands/actor/push-data.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/actor/push-data.js)_
333
+ _See code: [src/commands/actor/push-data.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/actor/push-data.js)_
334
334
 
335
335
  ## `apify actor:set-value KEY [VALUE]`
336
336
 
@@ -360,7 +360,7 @@ DESCRIPTION
360
360
  $ cat ./my-text-file.txt | apify actor:set-value KEY --contentType text/plain
361
361
  ```
362
362
 
363
- _See code: [src/commands/actor/set-value.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/actor/set-value.js)_
363
+ _See code: [src/commands/actor/set-value.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/actor/set-value.js)_
364
364
 
365
365
  ## `apify call [ACTID]`
366
366
 
@@ -385,7 +385,7 @@ DESCRIPTION
385
385
  takes input for the actor from the default local key-value store by default.
386
386
  ```
387
387
 
388
- _See code: [src/commands/call.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/call.js)_
388
+ _See code: [src/commands/call.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/call.js)_
389
389
 
390
390
  ## `apify create [ACTORNAME]`
391
391
 
@@ -407,7 +407,7 @@ OPTIONS
407
407
  --skip-dependency-install Skip installing actor dependencies.
408
408
  ```
409
409
 
410
- _See code: [src/commands/create.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/create.js)_
410
+ _See code: [src/commands/create.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/create.js)_
411
411
 
412
412
  ## `apify info`
413
413
 
@@ -421,7 +421,7 @@ DESCRIPTION
421
421
  The information is printed to the console.
422
422
  ```
423
423
 
424
- _See code: [src/commands/info.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/info.js)_
424
+ _See code: [src/commands/info.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/info.js)_
425
425
 
426
426
  ## `apify init [ACTORNAME]`
427
427
 
@@ -441,7 +441,7 @@ DESCRIPTION
441
441
  WARNING: The directory at "storage" will be overwritten if it already exists.
442
442
  ```
443
443
 
444
- _See code: [src/commands/init.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/init.js)_
444
+ _See code: [src/commands/init.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/init.js)_
445
445
 
446
446
  ## `apify login`
447
447
 
@@ -459,7 +459,7 @@ DESCRIPTION
459
459
  "apify" commands. To log out, call "apify logout".
460
460
  ```
461
461
 
462
- _See code: [src/commands/login.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/login.js)_
462
+ _See code: [src/commands/login.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/login.js)_
463
463
 
464
464
  ## `apify logout`
465
465
 
@@ -474,7 +474,7 @@ DESCRIPTION
474
474
  call "apify login".
475
475
  ```
476
476
 
477
- _See code: [src/commands/logout.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/logout.js)_
477
+ _See code: [src/commands/logout.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/logout.js)_
478
478
 
479
479
  ## `apify push [ACTORID]`
480
480
 
@@ -509,7 +509,7 @@ DESCRIPTION
509
509
  WARNING: If the target actor already exists in your Apify account, it will be overwritten!
510
510
  ```
511
511
 
512
- _See code: [src/commands/push.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/push.js)_
512
+ _See code: [src/commands/push.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/push.js)_
513
513
 
514
514
  ## `apify run`
515
515
 
@@ -539,7 +539,7 @@ DESCRIPTION
539
539
  You can set up your own main file or environment variables by changing it.
540
540
  ```
541
541
 
542
- _See code: [src/commands/run.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/run.js)_
542
+ _See code: [src/commands/run.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/run.js)_
543
543
 
544
544
  ## `apify secrets`
545
545
 
@@ -567,7 +567,7 @@ DESCRIPTION
567
567
  of the actor.
568
568
  ```
569
569
 
570
- _See code: [src/commands/secrets/index.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/secrets/index.js)_
570
+ _See code: [src/commands/secrets/index.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/secrets/index.js)_
571
571
 
572
572
  ## `apify secrets:add NAME VALUE`
573
573
 
@@ -585,7 +585,7 @@ DESCRIPTION
585
585
  The secrets are stored to a file at ~/.apify
586
586
  ```
587
587
 
588
- _See code: [src/commands/secrets/add.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/secrets/add.js)_
588
+ _See code: [src/commands/secrets/add.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/secrets/add.js)_
589
589
 
590
590
  ## `apify secrets:rm NAME`
591
591
 
@@ -599,7 +599,7 @@ ARGUMENTS
599
599
  NAME Name of the secret
600
600
  ```
601
601
 
602
- _See code: [src/commands/secrets/rm.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/secrets/rm.js)_
602
+ _See code: [src/commands/secrets/rm.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/secrets/rm.js)_
603
603
 
604
604
  ## `apify vis [PATH]`
605
605
 
@@ -623,5 +623,5 @@ DESCRIPTION
623
623
  You can also pass any custom path to your input schema to have it validated instead.
624
624
  ```
625
625
 
626
- _See code: [src/commands/vis.js](https://github.com/apify/apify-cli/blob/v0.13.1/src/commands/vis.js)_
626
+ _See code: [src/commands/vis.js](https://github.com/apify/apify-cli/blob/v0.13.2/src/commands/vis.js)_
627
627
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "apify-cli",
9
- "version": "0.13.1",
9
+ "version": "0.13.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -24,12 +24,10 @@
24
24
  "apify-client": "^2.2.0",
25
25
  "archiver-promise": "^1.0.0",
26
26
  "chalk": "^4.1.2",
27
- "child-process-promise": "^2.2.1",
28
27
  "cors": "^2.8.5",
29
28
  "cross-spawn": "^7.0.3",
30
29
  "detect-indent": "^6.1.0",
31
30
  "express": "^4.18.2",
32
- "extract-zip": "^2.0.1",
33
31
  "globby": "^11.1.0",
34
32
  "got-scraping": "^3.2.9",
35
33
  "inquirer": "^7.3.3",
@@ -37,7 +35,6 @@
37
35
  "istextorbinary": "^6.0.0",
38
36
  "load-json-file": "^6.2.0",
39
37
  "mime": "^2.6.0",
40
- "minimist": "^1.2.5",
41
38
  "open": "^8.4.0",
42
39
  "ow": "^0.28.1",
43
40
  "rimraf": "^3.0.2",
@@ -54,7 +51,6 @@
54
51
  "@oclif/dev-cli": "^1.26.0",
55
52
  "@oclif/test": "^2.1.0",
56
53
  "chai": "^4.3.4",
57
- "chai-as-promised": "^7.1.1",
58
54
  "chai-match": "^1.1.1",
59
55
  "eslint": "^8.11.0",
60
56
  "mocha": "^10.0.0",
@@ -924,15 +920,6 @@
924
920
  "integrity": "sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==",
925
921
  "dev": true
926
922
  },
927
- "node_modules/@types/yauzl": {
928
- "version": "2.10.0",
929
- "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz",
930
- "integrity": "sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==",
931
- "optional": true,
932
- "dependencies": {
933
- "@types/node": "*"
934
- }
935
- },
936
923
  "node_modules/accepts": {
937
924
  "version": "1.3.8",
938
925
  "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
@@ -1707,18 +1694,6 @@
1707
1694
  "node": ">=4"
1708
1695
  }
1709
1696
  },
1710
- "node_modules/chai-as-promised": {
1711
- "version": "7.1.1",
1712
- "resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-7.1.1.tgz",
1713
- "integrity": "sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA==",
1714
- "dev": true,
1715
- "dependencies": {
1716
- "check-error": "^1.0.2"
1717
- },
1718
- "peerDependencies": {
1719
- "chai": ">= 2.1.2 < 5"
1720
- }
1721
- },
1722
1697
  "node_modules/chai-match": {
1723
1698
  "version": "1.1.1",
1724
1699
  "resolved": "https://registry.npmjs.org/chai-match/-/chai-match-1.1.1.tgz",
@@ -1812,50 +1787,6 @@
1812
1787
  "url": "https://github.com/sponsors/fb55"
1813
1788
  }
1814
1789
  },
1815
- "node_modules/child-process-promise": {
1816
- "version": "2.2.1",
1817
- "resolved": "https://registry.npmjs.org/child-process-promise/-/child-process-promise-2.2.1.tgz",
1818
- "integrity": "sha512-Fi4aNdqBsr0mv+jgWxcZ/7rAIC2mgihrptyVI4foh/rrjY/3BNjfP9+oaiFx/fzim+1ZyCNBae0DlyfQhSugog==",
1819
- "dependencies": {
1820
- "cross-spawn": "^4.0.2",
1821
- "node-version": "^1.0.0",
1822
- "promise-polyfill": "^6.0.1"
1823
- }
1824
- },
1825
- "node_modules/child-process-promise/node_modules/cross-spawn": {
1826
- "version": "4.0.2",
1827
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.2.tgz",
1828
- "integrity": "sha512-yAXz/pA1tD8Gtg2S98Ekf/sewp3Lcp3YoFKJ4Hkp5h5yLWnKVTDU0kwjKJ8NDCYcfTLfyGkzTikst+jWypT1iA==",
1829
- "dependencies": {
1830
- "lru-cache": "^4.0.1",
1831
- "which": "^1.2.9"
1832
- }
1833
- },
1834
- "node_modules/child-process-promise/node_modules/lru-cache": {
1835
- "version": "4.1.5",
1836
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
1837
- "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
1838
- "dependencies": {
1839
- "pseudomap": "^1.0.2",
1840
- "yallist": "^2.1.2"
1841
- }
1842
- },
1843
- "node_modules/child-process-promise/node_modules/which": {
1844
- "version": "1.3.1",
1845
- "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
1846
- "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
1847
- "dependencies": {
1848
- "isexe": "^2.0.0"
1849
- },
1850
- "bin": {
1851
- "which": "bin/which"
1852
- }
1853
- },
1854
- "node_modules/child-process-promise/node_modules/yallist": {
1855
- "version": "2.1.2",
1856
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
1857
- "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A=="
1858
- },
1859
1790
  "node_modules/chokidar": {
1860
1791
  "version": "3.5.3",
1861
1792
  "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
@@ -3344,25 +3275,6 @@
3344
3275
  "node": ">=8"
3345
3276
  }
3346
3277
  },
3347
- "node_modules/extract-zip": {
3348
- "version": "2.0.1",
3349
- "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
3350
- "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
3351
- "dependencies": {
3352
- "debug": "^4.1.1",
3353
- "get-stream": "^5.1.0",
3354
- "yauzl": "^2.10.0"
3355
- },
3356
- "bin": {
3357
- "extract-zip": "cli.js"
3358
- },
3359
- "engines": {
3360
- "node": ">= 10.17.0"
3361
- },
3362
- "optionalDependencies": {
3363
- "@types/yauzl": "^2.9.1"
3364
- }
3365
- },
3366
3278
  "node_modules/fancy-test": {
3367
3279
  "version": "2.0.11",
3368
3280
  "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-2.0.11.tgz",
@@ -3433,14 +3345,6 @@
3433
3345
  "reusify": "^1.0.4"
3434
3346
  }
3435
3347
  },
3436
- "node_modules/fd-slicer": {
3437
- "version": "1.1.0",
3438
- "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
3439
- "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
3440
- "dependencies": {
3441
- "pend": "~1.2.0"
3442
- }
3443
- },
3444
3348
  "node_modules/figures": {
3445
3349
  "version": "3.2.0",
3446
3350
  "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
@@ -5501,14 +5405,6 @@
5501
5405
  "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.8.tgz",
5502
5406
  "integrity": "sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A=="
5503
5407
  },
5504
- "node_modules/node-version": {
5505
- "version": "1.2.0",
5506
- "resolved": "https://registry.npmjs.org/node-version/-/node-version-1.2.0.tgz",
5507
- "integrity": "sha512-ma6oU4Sk0qOoKEAymVoTvk8EdXEobdS7m/mAGhDJ8Rouugho48crHBORAmy5BoOcv8wraPM6xumapQp5hl4iIQ==",
5508
- "engines": {
5509
- "node": ">=6.0.0"
5510
- }
5511
- },
5512
5408
  "node_modules/normalize-package-data": {
5513
5409
  "version": "3.0.3",
5514
5410
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
@@ -6094,11 +5990,6 @@
6094
5990
  "through": "~2.3"
6095
5991
  }
6096
5992
  },
6097
- "node_modules/pend": {
6098
- "version": "1.2.0",
6099
- "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
6100
- "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
6101
- },
6102
5993
  "node_modules/picocolors": {
6103
5994
  "version": "1.0.0",
6104
5995
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
@@ -6193,11 +6084,6 @@
6193
6084
  "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
6194
6085
  "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
6195
6086
  },
6196
- "node_modules/promise-polyfill": {
6197
- "version": "6.1.0",
6198
- "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-6.1.0.tgz",
6199
- "integrity": "sha512-g0LWaH0gFsxovsU7R5LrrhHhWAWiHRnh1GPrhXnPgYsDkIqjRYUYSZEsej/wtleDrz5xVSIDbeKfidztp2XHFQ=="
6200
- },
6201
6087
  "node_modules/prop-types": {
6202
6088
  "version": "15.8.1",
6203
6089
  "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
@@ -6248,11 +6134,6 @@
6248
6134
  "node": ">= 0.10"
6249
6135
  }
6250
6136
  },
6251
- "node_modules/pseudomap": {
6252
- "version": "1.0.2",
6253
- "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
6254
- "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ=="
6255
- },
6256
6137
  "node_modules/public-ip": {
6257
6138
  "version": "5.0.0",
6258
6139
  "resolved": "https://registry.npmjs.org/public-ip/-/public-ip-5.0.0.tgz",
@@ -7789,15 +7670,6 @@
7789
7670
  "node": ">=10"
7790
7671
  }
7791
7672
  },
7792
- "node_modules/yauzl": {
7793
- "version": "2.10.0",
7794
- "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
7795
- "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
7796
- "dependencies": {
7797
- "buffer-crc32": "~0.2.3",
7798
- "fd-slicer": "~1.1.0"
7799
- }
7800
- },
7801
7673
  "node_modules/yocto-queue": {
7802
7674
  "version": "0.1.0",
7803
7675
  "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
@@ -8535,15 +8407,6 @@
8535
8407
  "integrity": "sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==",
8536
8408
  "dev": true
8537
8409
  },
8538
- "@types/yauzl": {
8539
- "version": "2.10.0",
8540
- "resolved": "https://registry.npmjs.org/@types/yauzl/-/yauzl-2.10.0.tgz",
8541
- "integrity": "sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==",
8542
- "optional": true,
8543
- "requires": {
8544
- "@types/node": "*"
8545
- }
8546
- },
8547
8410
  "accepts": {
8548
8411
  "version": "1.3.8",
8549
8412
  "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
@@ -9103,15 +8966,6 @@
9103
8966
  "type-detect": "^4.0.5"
9104
8967
  }
9105
8968
  },
9106
- "chai-as-promised": {
9107
- "version": "7.1.1",
9108
- "resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-7.1.1.tgz",
9109
- "integrity": "sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA==",
9110
- "dev": true,
9111
- "requires": {
9112
- "check-error": "^1.0.2"
9113
- }
9114
- },
9115
8969
  "chai-match": {
9116
8970
  "version": "1.1.1",
9117
8971
  "resolved": "https://registry.npmjs.org/chai-match/-/chai-match-1.1.1.tgz",
@@ -9183,49 +9037,6 @@
9183
9037
  "domutils": "^3.0.1"
9184
9038
  }
9185
9039
  },
9186
- "child-process-promise": {
9187
- "version": "2.2.1",
9188
- "resolved": "https://registry.npmjs.org/child-process-promise/-/child-process-promise-2.2.1.tgz",
9189
- "integrity": "sha512-Fi4aNdqBsr0mv+jgWxcZ/7rAIC2mgihrptyVI4foh/rrjY/3BNjfP9+oaiFx/fzim+1ZyCNBae0DlyfQhSugog==",
9190
- "requires": {
9191
- "cross-spawn": "^4.0.2",
9192
- "node-version": "^1.0.0",
9193
- "promise-polyfill": "^6.0.1"
9194
- },
9195
- "dependencies": {
9196
- "cross-spawn": {
9197
- "version": "4.0.2",
9198
- "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-4.0.2.tgz",
9199
- "integrity": "sha512-yAXz/pA1tD8Gtg2S98Ekf/sewp3Lcp3YoFKJ4Hkp5h5yLWnKVTDU0kwjKJ8NDCYcfTLfyGkzTikst+jWypT1iA==",
9200
- "requires": {
9201
- "lru-cache": "^4.0.1",
9202
- "which": "^1.2.9"
9203
- }
9204
- },
9205
- "lru-cache": {
9206
- "version": "4.1.5",
9207
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz",
9208
- "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==",
9209
- "requires": {
9210
- "pseudomap": "^1.0.2",
9211
- "yallist": "^2.1.2"
9212
- }
9213
- },
9214
- "which": {
9215
- "version": "1.3.1",
9216
- "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
9217
- "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
9218
- "requires": {
9219
- "isexe": "^2.0.0"
9220
- }
9221
- },
9222
- "yallist": {
9223
- "version": "2.1.2",
9224
- "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz",
9225
- "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A=="
9226
- }
9227
- }
9228
- },
9229
9040
  "chokidar": {
9230
9041
  "version": "3.5.3",
9231
9042
  "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz",
@@ -10354,17 +10165,6 @@
10354
10165
  "integrity": "sha512-AEo4zm+TenK7zQorGK1f9mJ8L14hnTDi2ZQPR+Mub1NX8zimka1mXpV5LpH8x9HoUmFSHZCfLHqWvp0Y4FxxzQ==",
10355
10166
  "dev": true
10356
10167
  },
10357
- "extract-zip": {
10358
- "version": "2.0.1",
10359
- "resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-2.0.1.tgz",
10360
- "integrity": "sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==",
10361
- "requires": {
10362
- "@types/yauzl": "^2.9.1",
10363
- "debug": "^4.1.1",
10364
- "get-stream": "^5.1.0",
10365
- "yauzl": "^2.10.0"
10366
- }
10367
- },
10368
10168
  "fancy-test": {
10369
10169
  "version": "2.0.11",
10370
10170
  "resolved": "https://registry.npmjs.org/fancy-test/-/fancy-test-2.0.11.tgz",
@@ -10428,14 +10228,6 @@
10428
10228
  "reusify": "^1.0.4"
10429
10229
  }
10430
10230
  },
10431
- "fd-slicer": {
10432
- "version": "1.1.0",
10433
- "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.1.0.tgz",
10434
- "integrity": "sha512-cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==",
10435
- "requires": {
10436
- "pend": "~1.2.0"
10437
- }
10438
- },
10439
10231
  "figures": {
10440
10232
  "version": "3.2.0",
10441
10233
  "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz",
@@ -11941,11 +11733,6 @@
11941
11733
  "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.8.tgz",
11942
11734
  "integrity": "sha512-dFSmB8fFHEH/s81Xi+Y/15DQY6VHW81nXRj86EMSL3lmuTmK1e+aT4wrFCkTbm+gSwkw4KpX+rT/pMM2c1mF+A=="
11943
11735
  },
11944
- "node-version": {
11945
- "version": "1.2.0",
11946
- "resolved": "https://registry.npmjs.org/node-version/-/node-version-1.2.0.tgz",
11947
- "integrity": "sha512-ma6oU4Sk0qOoKEAymVoTvk8EdXEobdS7m/mAGhDJ8Rouugho48crHBORAmy5BoOcv8wraPM6xumapQp5hl4iIQ=="
11948
- },
11949
11736
  "normalize-package-data": {
11950
11737
  "version": "3.0.3",
11951
11738
  "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-3.0.3.tgz",
@@ -12356,11 +12143,6 @@
12356
12143
  "through": "~2.3"
12357
12144
  }
12358
12145
  },
12359
- "pend": {
12360
- "version": "1.2.0",
12361
- "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
12362
- "integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg=="
12363
- },
12364
12146
  "picocolors": {
12365
12147
  "version": "1.0.0",
12366
12148
  "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
@@ -12430,11 +12212,6 @@
12430
12212
  "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
12431
12213
  "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag=="
12432
12214
  },
12433
- "promise-polyfill": {
12434
- "version": "6.1.0",
12435
- "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-6.1.0.tgz",
12436
- "integrity": "sha512-g0LWaH0gFsxovsU7R5LrrhHhWAWiHRnh1GPrhXnPgYsDkIqjRYUYSZEsej/wtleDrz5xVSIDbeKfidztp2XHFQ=="
12437
- },
12438
12215
  "prop-types": {
12439
12216
  "version": "15.8.1",
12440
12217
  "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz",
@@ -12478,11 +12255,6 @@
12478
12255
  "ipaddr.js": "1.9.1"
12479
12256
  }
12480
12257
  },
12481
- "pseudomap": {
12482
- "version": "1.0.2",
12483
- "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz",
12484
- "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ=="
12485
- },
12486
12258
  "public-ip": {
12487
12259
  "version": "5.0.0",
12488
12260
  "resolved": "https://registry.npmjs.org/public-ip/-/public-ip-5.0.0.tgz",
@@ -13651,15 +13423,6 @@
13651
13423
  "is-plain-obj": "^2.1.0"
13652
13424
  }
13653
13425
  },
13654
- "yauzl": {
13655
- "version": "2.10.0",
13656
- "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.10.0.tgz",
13657
- "integrity": "sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==",
13658
- "requires": {
13659
- "buffer-crc32": "~0.2.3",
13660
- "fd-slicer": "~1.1.0"
13661
- }
13662
- },
13663
13426
  "yocto-queue": {
13664
13427
  "version": "0.1.0",
13665
13428
  "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
@@ -1 +1 @@
1
- {"version":"0.13.1","commands":{"call":{"id":"call","description":"Runs a specific actor remotely on the Apify cloud platform.\nThe actor is run under your current Apify account. Therefore you need to be logged in by calling \"apify login\". It takes input for the actor from the default local key-value store by default.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{"build":{"name":"build","type":"option","char":"b","description":"Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").","required":false},"timeout":{"name":"timeout","type":"option","char":"t","description":"Timeout for the actor run in seconds. Zero value means there is no timeout.","required":false},"memory":{"name":"memory","type":"option","char":"m","description":"Amount of memory allocated for the actor run, in megabytes.","required":false},"wait-for-finish":{"name":"wait-for-finish","type":"option","char":"w","description":"Seconds for waiting to run to finish, if no value passed, it waits forever.","required":false}},"args":[{"name":"actId","description":"Name or ID of the actor to run (e.g. \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command runs the remote actor specified in the \".actor/actor.json\" file.","required":false}]},"check-version":{"id":"check-version","description":"Checks that installed Apify CLI version is up to date.","pluginName":"apify-cli","pluginType":"core","hidden":true,"aliases":["cv"],"flags":{"enforce-update":{"name":"enforce-update","type":"boolean","char":"e","description":"[Optional] Enforce version update from NPM","required":false,"allowNo":false}},"args":[]},"create":{"id":"create","description":"Creates a new actor project directory from a selected boilerplate template.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{"template":{"name":"template","type":"option","char":"t","description":"Template for the actor. If not provided, the command will prompt for it.\nVisit https://raw.githubusercontent.com/apify/actor-templates/master/templates/manifest.json to find available template names.","required":false},"skip-dependency-install":{"name":"skip-dependency-install","type":"boolean","description":"Skip installing actor dependencies.","required":false,"allowNo":false},"template-archive-url":{"name":"template-archive-url","type":"option","description":"Actor template archive url. Useful for developing new templates.","hidden":true,"required":false}},"args":[{"name":"actorName","description":"Name of the actor and its directory","required":false}]},"edit-input-schema":{"id":"edit-input-schema","description":"Lets you edit your input schema that would be used on the platform in a visual input schema editor.","pluginName":"apify-cli","pluginType":"core","hidden":true,"aliases":["eis"],"flags":{},"args":[{"name":"path","description":"Optional path to your INPUT_SCHEMA.json file. If not provided default platform location for input schema is used.","required":false}]},"info":{"id":"info","description":"Displays information about the currently active Apify account.\nThe information is printed to the console.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"init":{"id":"init","description":"Initializes a new actor project in an existing directory.\nThe command only creates the \".actor/actor.json\" file and the \"storage\" directory in the current directory, but will not touch anything else.\n\nWARNING: The directory at \"storage\" will be overwritten if it already exists.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"actorName","description":"Name of the actor. If not provided, you will be prompted for it.","required":false}]},"login":{"id":"login","description":"Logs in to your Apify account using a provided API token.\nThe API token and other account information is stored in the ~/.apify directory, from where it is read by all other \"apify\" commands. To log out, call \"apify logout\".","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"[Optional] Apify API token","required":false}},"args":[]},"logout":{"id":"logout","description":"Logs out of your Apify account.\nThe command deletes the API token and all other account information stored in the ~/.apify directory. To log in again, call \"apify login\".","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"push":{"id":"push","description":"Uploads the actor to the Apify platform and builds it there.\nThe actor settings are read from the \".actor/actor.json\" file in the current directory, but they can be overridden using command-line options.\nNOTE: If the source files are smaller than 3 MB then they are uploaded as \n\"Multiple source files\", otherwise they are uploaded as \"Zip file\".\n\nWARNING: If the target actor already exists in your Apify account, it will be overwritten!","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{"version-number":{"name":"version-number","type":"option","description":"DEPRECATED: Use flag version instead. Actor version number to which the files should be pushed. By default, it is taken from the \".actor/actor.json\" file.","required":false},"version":{"name":"version","type":"option","char":"v","description":"Actor version number to which the files should be pushed. By default, it is taken from the \".actor/actor.json\" file.","required":false},"build-tag":{"name":"build-tag","type":"option","char":"b","description":"Build tag to be applied to the successful actor build. By default, it is taken from the \".actor/actor.json\" file","required":false},"wait-for-finish":{"name":"wait-for-finish","type":"option","char":"w","description":"Seconds for waiting to build to finish, if no value passed, it waits forever.","required":false}},"args":[{"name":"actorId","description":"ID of an existing actor on the Apify platform where the files will be pushed. If not provided, the command will create or modify the actor with the name specified in \".actor/actor.json\" file.","required":false}]},"run":{"id":"run","description":"Runs the actor locally in the current directory by executing \"npm start\".\nIt sets various APIFY_XYZ environment variables in order to provide a working execution environment for the actor. For example, this causes the actor input, as well as all other data in key-value stores, datasets or request queues to be stored in the \"storage\" directory, rather than on the Apify platform.\n\nNOTE: You can override the command's default behavior by overriding the npm start script value in a package.json file. You can set up your own main file or environment variables by changing it.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{"purge":{"name":"purge","type":"boolean","char":"p","description":"Shortcut that combines the --purge-queue, --purge-dataset and --purge-key-value-store options.","required":false,"allowNo":false},"purge-queue":{"name":"purge-queue","type":"boolean","description":"Deletes the local directory containing the default request queue before the run starts.","required":false,"allowNo":false},"purge-dataset":{"name":"purge-dataset","type":"boolean","description":"Deletes the local directory containing the default dataset before the run starts.","required":false,"allowNo":false},"purge-key-value-store":{"name":"purge-key-value-store","type":"boolean","description":"Deletes all records from the default key-value store in the local directory before the run starts, except for the \"INPUT\" key.","required":false,"allowNo":false}},"args":[]},"vis":{"id":"vis","description":"Validates input schema and prints errors found.\nThe input schema for the actor is used from these locations in order of preference.\nThe first one found is validated as it would be the one used on the Apify platform.\n1. Directly embedded object in \".actor/actor.json\" under 'input' key\n2. Path to JSON file referenced in \".actor/actor.json\" under 'input' key\n3. JSON file at .actor/INPUT_SCHEMA.json\n4. JSON file at INPUT_SCHEMA.json\n\nYou can also pass any custom path to your input schema to have it validated instead.\n","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"Optional path to your INPUT_SCHEMA.json file. If not provided ./INPUT_SCHEMA.json is used.","required":false}]},"actor:get-input":{"id":"actor:get-input","description":"Gets the actor input value from the default key-value store associated with the actor run.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"actor:get-value":{"id":"actor:get-value","description":"Gets a value from the default key-value store associated with the actor run.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"key","description":"Key of the record in key-value store","required":true}]},"actor":{"id":"actor","description":"Commands are designed to be used in actor runs. All commands are in PoC state, do not use in production environments.\n","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"actor:push-data":{"id":"actor:push-data","description":"Stores an object or an array of objects to the default dataset of the actor run.\nIt is possible to pass data using item argument or stdin.\nPassing data using argument:\n$ apify actor:push-data {\"foo\": \"bar\"}\nPassing data using stdin with pipe:\n$ cat ./test.json | apify actor:push-data\n","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"item","description":"JSON string with one object or array of objects containing data to be stored in the default dataset.","required":false}]},"actor:set-value":{"id":"actor:set-value","description":"Sets or removes record into the default KeyValueStore associated with the actor run.\nIt is possible to pass data using argument or stdin.\nPassing data using argument:\n$ apify actor:set-value KEY my-value\nPassing data using stdin with pipe:\n$ cat ./my-text-file.txt | apify actor:set-value KEY --contentType text/plain\n","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{"contentType":{"name":"contentType","type":"option","char":"c","description":"Specifies a custom MIME content type of the record. By default \"application/json\" is used.","required":false}},"args":[{"name":"key","description":"Key of the record in key-value store.","required":true},{"name":"value","description":"Record data, which can be one of the following values:\n- If empty, the record in the key-value store is deleted.\n- If no `contentType` flag is specified, value is expected to be any JSON string value.\n- If options.contentType is set, value is taken as is.","required":false}]},"secrets:add":{"id":"secrets:add","description":"Adds a new secret value.\nThe secrets are stored to a file at ~/.apify","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"name","description":"Name of the secret","required":true},{"name":"value","description":"Value of the secret","required":true}]},"secrets":{"id":"secrets","description":"Manages secret values for actor environment variables.\n\nExample:\n$ apify secrets:add mySecret TopSecretValue123\n\nNow the \"mySecret\" value can be used in an environment variable defined in \".actor/actor.json\" file by adding the \"@\" prefix:\n\n{\n \"actorSpecification\": 1,\n \"name\": \"my_actor\",\n \"environmentVariables\": { \"SECRET_ENV_VAR\": \"@mySecret\" },\n \"version\": \"0.1\n}\n\nWhen the actor is pushed to Apify cloud, the \"SECRET_ENV_VAR\" and its value is stored as a secret environment variable of the actor.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"secrets:rm":{"id":"secrets:rm","description":"Removes the secret.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"name","description":"Name of the secret","required":true}]}}}
1
+ {"version":"0.13.2","commands":{"call":{"id":"call","description":"Runs a specific actor remotely on the Apify cloud platform.\nThe actor is run under your current Apify account. Therefore you need to be logged in by calling \"apify login\". It takes input for the actor from the default local key-value store by default.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{"build":{"name":"build","type":"option","char":"b","description":"Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").","required":false},"timeout":{"name":"timeout","type":"option","char":"t","description":"Timeout for the actor run in seconds. Zero value means there is no timeout.","required":false},"memory":{"name":"memory","type":"option","char":"m","description":"Amount of memory allocated for the actor run, in megabytes.","required":false},"wait-for-finish":{"name":"wait-for-finish","type":"option","char":"w","description":"Seconds for waiting to run to finish, if no value passed, it waits forever.","required":false}},"args":[{"name":"actId","description":"Name or ID of the actor to run (e.g. \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command runs the remote actor specified in the \".actor/actor.json\" file.","required":false}]},"check-version":{"id":"check-version","description":"Checks that installed Apify CLI version is up to date.","pluginName":"apify-cli","pluginType":"core","hidden":true,"aliases":["cv"],"flags":{"enforce-update":{"name":"enforce-update","type":"boolean","char":"e","description":"[Optional] Enforce version update from NPM","required":false,"allowNo":false}},"args":[]},"create":{"id":"create","description":"Creates a new actor project directory from a selected boilerplate template.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{"template":{"name":"template","type":"option","char":"t","description":"Template for the actor. If not provided, the command will prompt for it.\nVisit https://raw.githubusercontent.com/apify/actor-templates/master/templates/manifest.json to find available template names.","required":false},"skip-dependency-install":{"name":"skip-dependency-install","type":"boolean","description":"Skip installing actor dependencies.","required":false,"allowNo":false},"template-archive-url":{"name":"template-archive-url","type":"option","description":"Actor template archive url. Useful for developing new templates.","hidden":true,"required":false}},"args":[{"name":"actorName","description":"Name of the actor and its directory","required":false}]},"edit-input-schema":{"id":"edit-input-schema","description":"Lets you edit your input schema that would be used on the platform in a visual input schema editor.","pluginName":"apify-cli","pluginType":"core","hidden":true,"aliases":["eis"],"flags":{},"args":[{"name":"path","description":"Optional path to your INPUT_SCHEMA.json file. If not provided default platform location for input schema is used.","required":false}]},"info":{"id":"info","description":"Displays information about the currently active Apify account.\nThe information is printed to the console.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"init":{"id":"init","description":"Initializes a new actor project in an existing directory.\nThe command only creates the \".actor/actor.json\" file and the \"storage\" directory in the current directory, but will not touch anything else.\n\nWARNING: The directory at \"storage\" will be overwritten if it already exists.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"actorName","description":"Name of the actor. If not provided, you will be prompted for it.","required":false}]},"login":{"id":"login","description":"Logs in to your Apify account using a provided API token.\nThe API token and other account information is stored in the ~/.apify directory, from where it is read by all other \"apify\" commands. To log out, call \"apify logout\".","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{"token":{"name":"token","type":"option","char":"t","description":"[Optional] Apify API token","required":false}},"args":[]},"logout":{"id":"logout","description":"Logs out of your Apify account.\nThe command deletes the API token and all other account information stored in the ~/.apify directory. To log in again, call \"apify login\".","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"push":{"id":"push","description":"Uploads the actor to the Apify platform and builds it there.\nThe actor settings are read from the \".actor/actor.json\" file in the current directory, but they can be overridden using command-line options.\nNOTE: If the source files are smaller than 3 MB then they are uploaded as \n\"Multiple source files\", otherwise they are uploaded as \"Zip file\".\n\nWARNING: If the target actor already exists in your Apify account, it will be overwritten!","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{"version-number":{"name":"version-number","type":"option","description":"DEPRECATED: Use flag version instead. Actor version number to which the files should be pushed. By default, it is taken from the \".actor/actor.json\" file.","required":false},"version":{"name":"version","type":"option","char":"v","description":"Actor version number to which the files should be pushed. By default, it is taken from the \".actor/actor.json\" file.","required":false},"build-tag":{"name":"build-tag","type":"option","char":"b","description":"Build tag to be applied to the successful actor build. By default, it is taken from the \".actor/actor.json\" file","required":false},"wait-for-finish":{"name":"wait-for-finish","type":"option","char":"w","description":"Seconds for waiting to build to finish, if no value passed, it waits forever.","required":false}},"args":[{"name":"actorId","description":"ID of an existing actor on the Apify platform where the files will be pushed. If not provided, the command will create or modify the actor with the name specified in \".actor/actor.json\" file.","required":false}]},"run":{"id":"run","description":"Runs the actor locally in the current directory by executing \"npm start\".\nIt sets various APIFY_XYZ environment variables in order to provide a working execution environment for the actor. For example, this causes the actor input, as well as all other data in key-value stores, datasets or request queues to be stored in the \"storage\" directory, rather than on the Apify platform.\n\nNOTE: You can override the command's default behavior by overriding the npm start script value in a package.json file. You can set up your own main file or environment variables by changing it.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{"purge":{"name":"purge","type":"boolean","char":"p","description":"Shortcut that combines the --purge-queue, --purge-dataset and --purge-key-value-store options.","required":false,"allowNo":false},"purge-queue":{"name":"purge-queue","type":"boolean","description":"Deletes the local directory containing the default request queue before the run starts.","required":false,"allowNo":false},"purge-dataset":{"name":"purge-dataset","type":"boolean","description":"Deletes the local directory containing the default dataset before the run starts.","required":false,"allowNo":false},"purge-key-value-store":{"name":"purge-key-value-store","type":"boolean","description":"Deletes all records from the default key-value store in the local directory before the run starts, except for the \"INPUT\" key.","required":false,"allowNo":false}},"args":[]},"vis":{"id":"vis","description":"Validates input schema and prints errors found.\nThe input schema for the actor is used from these locations in order of preference.\nThe first one found is validated as it would be the one used on the Apify platform.\n1. Directly embedded object in \".actor/actor.json\" under 'input' key\n2. Path to JSON file referenced in \".actor/actor.json\" under 'input' key\n3. JSON file at .actor/INPUT_SCHEMA.json\n4. JSON file at INPUT_SCHEMA.json\n\nYou can also pass any custom path to your input schema to have it validated instead.\n","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"path","description":"Optional path to your INPUT_SCHEMA.json file. If not provided ./INPUT_SCHEMA.json is used.","required":false}]},"actor:get-input":{"id":"actor:get-input","description":"Gets the actor input value from the default key-value store associated with the actor run.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"actor:get-value":{"id":"actor:get-value","description":"Gets a value from the default key-value store associated with the actor run.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"key","description":"Key of the record in key-value store","required":true}]},"actor":{"id":"actor","description":"Commands are designed to be used in actor runs. All commands are in PoC state, do not use in production environments.\n","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"actor:push-data":{"id":"actor:push-data","description":"Stores an object or an array of objects to the default dataset of the actor run.\nIt is possible to pass data using item argument or stdin.\nPassing data using argument:\n$ apify actor:push-data {\"foo\": \"bar\"}\nPassing data using stdin with pipe:\n$ cat ./test.json | apify actor:push-data\n","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"item","description":"JSON string with one object or array of objects containing data to be stored in the default dataset.","required":false}]},"actor:set-value":{"id":"actor:set-value","description":"Sets or removes record into the default KeyValueStore associated with the actor run.\nIt is possible to pass data using argument or stdin.\nPassing data using argument:\n$ apify actor:set-value KEY my-value\nPassing data using stdin with pipe:\n$ cat ./my-text-file.txt | apify actor:set-value KEY --contentType text/plain\n","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{"contentType":{"name":"contentType","type":"option","char":"c","description":"Specifies a custom MIME content type of the record. By default \"application/json\" is used.","required":false}},"args":[{"name":"key","description":"Key of the record in key-value store.","required":true},{"name":"value","description":"Record data, which can be one of the following values:\n- If empty, the record in the key-value store is deleted.\n- If no `contentType` flag is specified, value is expected to be any JSON string value.\n- If options.contentType is set, value is taken as is.","required":false}]},"secrets:add":{"id":"secrets:add","description":"Adds a new secret value.\nThe secrets are stored to a file at ~/.apify","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"name","description":"Name of the secret","required":true},{"name":"value","description":"Value of the secret","required":true}]},"secrets":{"id":"secrets","description":"Manages secret values for actor environment variables.\n\nExample:\n$ apify secrets:add mySecret TopSecretValue123\n\nNow the \"mySecret\" value can be used in an environment variable defined in \".actor/actor.json\" file by adding the \"@\" prefix:\n\n{\n \"actorSpecification\": 1,\n \"name\": \"my_actor\",\n \"environmentVariables\": { \"SECRET_ENV_VAR\": \"@mySecret\" },\n \"version\": \"0.1\n}\n\nWhen the actor is pushed to Apify cloud, the \"SECRET_ENV_VAR\" and its value is stored as a secret environment variable of the actor.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"secrets:rm":{"id":"secrets:rm","description":"Removes the secret.","pluginName":"apify-cli","pluginType":"core","aliases":[],"flags":{},"args":[{"name":"name","description":"Name of the secret","required":true}]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.13.1-beta.7",
3
+ "version": "0.13.2-beta.0",
4
4
  "description": "Apify command-line interface helps you create, develop, build and run Apify actors, and manage the Apify cloud platform.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -66,12 +66,10 @@
66
66
  "apify-client": "^2.2.0",
67
67
  "archiver-promise": "^1.0.0",
68
68
  "chalk": "^4.1.2",
69
- "child-process-promise": "^2.2.1",
70
69
  "cors": "^2.8.5",
71
70
  "cross-spawn": "^7.0.3",
72
71
  "detect-indent": "^6.1.0",
73
72
  "express": "^4.18.2",
74
- "extract-zip": "^2.0.1",
75
73
  "globby": "^11.1.0",
76
74
  "got-scraping": "^3.2.9",
77
75
  "inquirer": "^7.3.3",
@@ -79,7 +77,6 @@
79
77
  "istextorbinary": "^6.0.0",
80
78
  "load-json-file": "^6.2.0",
81
79
  "mime": "^2.6.0",
82
- "minimist": "^1.2.5",
83
80
  "open": "^8.4.0",
84
81
  "ow": "^0.28.1",
85
82
  "rimraf": "^3.0.2",
@@ -93,7 +90,6 @@
93
90
  "@oclif/dev-cli": "^1.26.0",
94
91
  "@oclif/test": "^2.1.0",
95
92
  "chai": "^4.3.4",
96
- "chai-as-promised": "^7.1.1",
97
93
  "chai-match": "^1.1.1",
98
94
  "eslint": "^8.11.0",
99
95
  "mocha": "^10.0.0",