apify-cli 0.21.0-beta.53 → 0.21.0-beta.55

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.
Files changed (83) hide show
  1. package/CHANGELOG.md +36 -1
  2. package/README.md +303 -46
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/commands/builds/info.js +1 -1
  5. package/dist/commands/builds/info.js.map +1 -1
  6. package/dist/commands/datasets/create.d.ts +10 -0
  7. package/dist/commands/datasets/create.d.ts.map +1 -0
  8. package/dist/commands/datasets/create.js +37 -0
  9. package/dist/commands/datasets/create.js.map +1 -0
  10. package/dist/commands/datasets/ls.d.ts +13 -0
  11. package/dist/commands/datasets/ls.d.ts.map +1 -0
  12. package/dist/commands/datasets/ls.js +72 -0
  13. package/dist/commands/datasets/ls.js.map +1 -0
  14. package/dist/commands/datasets/push-items.d.ts +10 -0
  15. package/dist/commands/datasets/push-items.d.ts.map +1 -0
  16. package/dist/commands/datasets/push-items.js +64 -0
  17. package/dist/commands/datasets/push-items.js.map +1 -0
  18. package/dist/commands/datasets/rename.d.ts +13 -0
  19. package/dist/commands/datasets/rename.d.ts.map +1 -0
  20. package/dist/commands/datasets/rename.js +69 -0
  21. package/dist/commands/datasets/rename.js.map +1 -0
  22. package/dist/commands/datasets/rm.d.ts +9 -0
  23. package/dist/commands/datasets/rm.d.ts.map +1 -0
  24. package/dist/commands/datasets/rm.js +47 -0
  25. package/dist/commands/datasets/rm.js.map +1 -0
  26. package/dist/commands/init.js +1 -1
  27. package/dist/commands/init.js.map +1 -1
  28. package/dist/commands/key-value-stores/create.d.ts +11 -0
  29. package/dist/commands/key-value-stores/create.d.ts.map +1 -0
  30. package/dist/commands/key-value-stores/create.js +38 -0
  31. package/dist/commands/key-value-stores/create.js.map +1 -0
  32. package/dist/commands/key-value-stores/delete-value.d.ts +11 -0
  33. package/dist/commands/key-value-stores/delete-value.d.ts.map +1 -0
  34. package/dist/commands/key-value-stores/delete-value.js +61 -0
  35. package/dist/commands/key-value-stores/delete-value.js.map +1 -0
  36. package/dist/commands/key-value-stores/get-value.d.ts +0 -1
  37. package/dist/commands/key-value-stores/get-value.d.ts.map +1 -1
  38. package/dist/commands/key-value-stores/get-value.js +5 -28
  39. package/dist/commands/key-value-stores/get-value.js.map +1 -1
  40. package/dist/commands/key-value-stores/keys.d.ts +15 -0
  41. package/dist/commands/key-value-stores/keys.d.ts.map +1 -0
  42. package/dist/commands/key-value-stores/keys.js +60 -0
  43. package/dist/commands/key-value-stores/keys.js.map +1 -0
  44. package/dist/commands/key-value-stores/ls.d.ts +14 -0
  45. package/dist/commands/key-value-stores/ls.d.ts.map +1 -0
  46. package/dist/commands/key-value-stores/ls.js +71 -0
  47. package/dist/commands/key-value-stores/ls.js.map +1 -0
  48. package/dist/commands/key-value-stores/rename.d.ts +14 -0
  49. package/dist/commands/key-value-stores/rename.d.ts.map +1 -0
  50. package/dist/commands/key-value-stores/rename.js +70 -0
  51. package/dist/commands/key-value-stores/rename.js.map +1 -0
  52. package/dist/commands/key-value-stores/rm.d.ts +10 -0
  53. package/dist/commands/key-value-stores/rm.d.ts.map +1 -0
  54. package/dist/commands/key-value-stores/rm.js +48 -0
  55. package/dist/commands/key-value-stores/rm.js.map +1 -0
  56. package/dist/commands/key-value-stores/set-value.d.ts +15 -0
  57. package/dist/commands/key-value-stores/set-value.d.ts.map +1 -0
  58. package/dist/commands/key-value-stores/set-value.js +59 -0
  59. package/dist/commands/key-value-stores/set-value.js.map +1 -0
  60. package/dist/commands/runs/info.js +2 -2
  61. package/dist/commands/runs/info.js.map +1 -1
  62. package/dist/lib/commands/confirm.d.ts +2 -2
  63. package/dist/lib/commands/confirm.d.ts.map +1 -1
  64. package/dist/lib/commands/confirm.js +1 -1
  65. package/dist/lib/commands/confirm.js.map +1 -1
  66. package/dist/lib/commands/pretty-print-bytes.d.ts +6 -1
  67. package/dist/lib/commands/pretty-print-bytes.d.ts.map +1 -1
  68. package/dist/lib/commands/pretty-print-bytes.js +5 -4
  69. package/dist/lib/commands/pretty-print-bytes.js.map +1 -1
  70. package/dist/lib/commands/storages.d.ts +10 -0
  71. package/dist/lib/commands/storages.d.ts.map +1 -0
  72. package/dist/lib/commands/storages.js +30 -0
  73. package/dist/lib/commands/storages.js.map +1 -0
  74. package/dist/lib/create-utils.d.ts +1 -1
  75. package/dist/lib/create-utils.d.ts.map +1 -1
  76. package/dist/lib/create-utils.js +1 -2
  77. package/dist/lib/create-utils.js.map +1 -1
  78. package/dist/lib/projects/scrapy/ScrapyProjectAnalyzer.d.ts.map +1 -1
  79. package/dist/lib/projects/scrapy/ScrapyProjectAnalyzer.js +5 -4
  80. package/dist/lib/projects/scrapy/ScrapyProjectAnalyzer.js.map +1 -1
  81. package/dist/typechecking.tsbuildinfo +1 -1
  82. package/oclif.manifest.json +481 -1
  83. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,4 +1,39 @@
1
- **Changelog file is no longer maintained, you can check all changes in [GitHub Releases](https://github.com/apify/apify-cli/releases).**
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ <!-- git-cliff-unreleased-start -->
6
+
7
+ ## 0.20.8 - **not yet released**
8
+
9
+ ### 🚀 Features
10
+
11
+ - Builds namespace ([#620](https://github.com/apify/apify-cli/pull/620)) ([6345162](https://github.com/apify/apify-cli/commit/6345162e44a00b404b4f95c2c80c2e437eff1d62)) by [@vladfrangu](https://github.com/vladfrangu)
12
+ - `runs ls` ([#640](https://github.com/apify/apify-cli/pull/640)) ([dd84d37](https://github.com/apify/apify-cli/commit/dd84d37c6ea89c64db712c7c94709f3181a7bd1f)) by [@vladfrangu](https://github.com/vladfrangu)
13
+ - `runs abort` ([#643](https://github.com/apify/apify-cli/pull/643)) ([96e5a34](https://github.com/apify/apify-cli/commit/96e5a3435cca08d87dc8d39659a7a6524f18be0e)) by [@vladfrangu](https://github.com/vladfrangu)
14
+ - `runs resurrect` ([#644](https://github.com/apify/apify-cli/pull/644)) ([7dbf4fb](https://github.com/apify/apify-cli/commit/7dbf4fb06c657246563c1c64e76ad83f283ea275)) by [@vladfrangu](https://github.com/vladfrangu)
15
+ - `runs log` ([#645](https://github.com/apify/apify-cli/pull/645)) ([dd6af5e](https://github.com/apify/apify-cli/commit/dd6af5ece79f4399fc5065483b650c71c61114cf)) by [@vladfrangu](https://github.com/vladfrangu)
16
+ - `runs rm` & `builds rm` & `actors rm` ([#648](https://github.com/apify/apify-cli/pull/648)) ([566f8c5](https://github.com/apify/apify-cli/commit/566f8c5d1482f150f4d61229524c7672c2af666d)) by [@vladfrangu](https://github.com/vladfrangu)
17
+ - `runs info` ([#657](https://github.com/apify/apify-cli/pull/657)) ([827767c](https://github.com/apify/apify-cli/commit/827767cfc988b7d587adceb825765e553deeed77)) by [@vladfrangu](https://github.com/vladfrangu)
18
+ - `actors build` ([#661](https://github.com/apify/apify-cli/pull/661)) ([4605cda](https://github.com/apify/apify-cli/commit/4605cda7f3a4f5a35160ba69bf4a454c889dd813)) by [@vladfrangu](https://github.com/vladfrangu)
19
+ - `actors pull` ([#662](https://github.com/apify/apify-cli/pull/662)) ([26d5cb3](https://github.com/apify/apify-cli/commit/26d5cb356fbb38a789e9b88f4d4b01468e38bd26)) by [@vladfrangu](https://github.com/vladfrangu)
20
+ - `actors call` ([#663](https://github.com/apify/apify-cli/pull/663)) ([a472300](https://github.com/apify/apify-cli/commit/a4723007e65bde8db6eb121a0dc38e2c7bc6caec)) by [@vladfrangu](https://github.com/vladfrangu)
21
+ - Check if cli was installed using volta when checking for updates ([#667](https://github.com/apify/apify-cli/pull/667)) ([aee0233](https://github.com/apify/apify-cli/commit/aee023336768e59fd4ff8d6c957f804d315e7bf3)) by [@vladfrangu](https://github.com/vladfrangu)
22
+ - `actors start` ([#669](https://github.com/apify/apify-cli/pull/669)) ([45956e2](https://github.com/apify/apify-cli/commit/45956e224305dd040b607d1fc3ff5cbbc8b28f32)) by [@vladfrangu](https://github.com/vladfrangu)
23
+ - `actors push` ([#671](https://github.com/apify/apify-cli/pull/671)) ([d77c531](https://github.com/apify/apify-cli/commit/d77c5314d4252a6bbf30718436dd84467aa35d7f)) by [@vladfrangu](https://github.com/vladfrangu)
24
+ - `actors ls` ([#675](https://github.com/apify/apify-cli/pull/675)) ([de258cb](https://github.com/apify/apify-cli/commit/de258cb8872857aa559afb4b16ed5a52f4fb2094)) by [@vladfrangu](https://github.com/vladfrangu)
25
+ - `key-value-stores get-value` ([#678](https://github.com/apify/apify-cli/pull/678)) ([67cfefe](https://github.com/apify/apify-cli/commit/67cfefef88fac220a1c959aaaecf3d051e482236)) by [@vladfrangu](https://github.com/vladfrangu)
26
+ - `datasets get-items` ([#679](https://github.com/apify/apify-cli/pull/679)) ([b521546](https://github.com/apify/apify-cli/commit/b521546df195bab7bedf5534167b6edae6a5e69e)) by [@vladfrangu](https://github.com/vladfrangu)
27
+ - `datasets` / `key-value-stores` commands ([#685](https://github.com/apify/apify-cli/pull/685)) ([c7d77e1](https://github.com/apify/apify-cli/commit/c7d77e1cec711edd9996cbb1249e489fbf3db547)) by [@vladfrangu](https://github.com/vladfrangu)
28
+
29
+ ### 🐛 Bug Fixes
30
+
31
+ - Look for lowercase input schema in default paths ([#647](https://github.com/apify/apify-cli/pull/647)) ([68456e6](https://github.com/apify/apify-cli/commit/68456e63eee3c28e7c0ee7464a2cbc1a00ba9dfa)) by [@mvolfik](https://github.com/mvolfik)
32
+ - Emit warning if input.json is modified during run and prefilled with defaults ([#672](https://github.com/apify/apify-cli/pull/672)) ([8a6fd3f](https://github.com/apify/apify-cli/commit/8a6fd3f60523380041309db830a62f52cc60e4d4)) by [@vladfrangu](https://github.com/vladfrangu), closes [#670](https://github.com/apify/apify-cli/issues/670)
33
+ - Scrapy wrapping being broken due to ESM migration ([#686](https://github.com/apify/apify-cli/pull/686)) ([e2a7591](https://github.com/apify/apify-cli/commit/e2a7591070a284394643e8dbb03bc020939ff61f)) by [@vladfrangu](https://github.com/vladfrangu)
34
+ - **ci:** Make it work + publish with provenances ([#694](https://github.com/apify/apify-cli/pull/694)) ([e41ea72](https://github.com/apify/apify-cli/commit/e41ea728a9177dcec4ea73c25128cddebc00dd79)) by [@vladfrangu](https://github.com/vladfrangu)
35
+
36
+ <!-- git-cliff-unreleased-end -->
2
37
 
3
38
  # 0.6.1 / 2020-05-18
4
39