apify-cli 0.21.9-beta.8 → 0.21.9

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 (455) hide show
  1. package/CHANGELOG.md +7 -12
  2. package/README.md +1431 -0
  3. package/bin/dev.cmd +3 -0
  4. package/bin/dev.js +23 -0
  5. package/bin/dev.sh +4 -0
  6. package/bin/run.cmd +3 -0
  7. package/bin/run.js +25 -0
  8. package/dist/.tsbuildinfo +1 -1
  9. package/dist/commands/actor/charge.d.ts +23 -0
  10. package/dist/commands/actor/charge.d.ts.map +1 -0
  11. package/dist/commands/actor/charge.js +3 -5
  12. package/dist/commands/actor/charge.js.map +1 -1
  13. package/dist/commands/actor/get-input.d.ts +6 -0
  14. package/dist/commands/actor/get-input.d.ts.map +1 -0
  15. package/dist/commands/actor/get-input.js +2 -3
  16. package/dist/commands/actor/get-input.js.map +1 -1
  17. package/dist/commands/actor/get-public-url.d.ts +9 -0
  18. package/dist/commands/actor/get-public-url.d.ts.map +1 -0
  19. package/dist/commands/actor/get-public-url.js +3 -4
  20. package/dist/commands/actor/get-public-url.js.map +1 -1
  21. package/dist/commands/actor/get-value.d.ts +9 -0
  22. package/dist/commands/actor/get-value.d.ts.map +1 -0
  23. package/dist/commands/actor/get-value.js +3 -4
  24. package/dist/commands/actor/get-value.js.map +1 -1
  25. package/dist/commands/actor/index.d.ts +6 -0
  26. package/dist/commands/actor/index.d.ts.map +1 -0
  27. package/dist/commands/actor/index.js +8 -0
  28. package/dist/commands/actor/index.js.map +1 -0
  29. package/dist/commands/actor/push-data.d.ts +9 -0
  30. package/dist/commands/actor/push-data.d.ts.map +1 -0
  31. package/dist/commands/actor/push-data.js +5 -6
  32. package/dist/commands/actor/push-data.js.map +1 -1
  33. package/dist/commands/actor/set-value.d.ts +13 -0
  34. package/dist/commands/actor/set-value.d.ts.map +1 -0
  35. package/dist/commands/actor/set-value.js +5 -5
  36. package/dist/commands/actor/set-value.js.map +1 -1
  37. package/dist/commands/actors/build.d.ts +4 -0
  38. package/dist/commands/actors/build.d.ts.map +1 -0
  39. package/dist/commands/actors/build.js +1 -3
  40. package/dist/commands/actors/build.js.map +1 -1
  41. package/dist/commands/actors/call.d.ts +30 -0
  42. package/dist/commands/actors/call.d.ts.map +1 -0
  43. package/dist/commands/actors/call.js +7 -9
  44. package/dist/commands/actors/call.js.map +1 -1
  45. package/dist/commands/actors/index.d.ts +6 -0
  46. package/dist/commands/actors/index.d.ts.map +1 -0
  47. package/dist/commands/actors/index.js +8 -0
  48. package/dist/commands/actors/index.js.map +1 -0
  49. package/dist/commands/actors/info.d.ts +22 -0
  50. package/dist/commands/actors/info.d.ts.map +1 -0
  51. package/dist/commands/actors/info.js +5 -7
  52. package/dist/commands/actors/info.js.map +1 -1
  53. package/dist/commands/actors/ls.d.ts +15 -0
  54. package/dist/commands/actors/ls.d.ts.map +1 -0
  55. package/dist/commands/actors/ls.js +6 -8
  56. package/dist/commands/actors/ls.js.map +1 -1
  57. package/dist/commands/actors/pull.d.ts +13 -0
  58. package/dist/commands/actors/pull.d.ts.map +1 -0
  59. package/dist/commands/actors/pull.js +2 -4
  60. package/dist/commands/actors/pull.js.map +1 -1
  61. package/dist/commands/actors/push.d.ts +18 -0
  62. package/dist/commands/actors/push.d.ts.map +1 -0
  63. package/dist/commands/actors/push.js +6 -4
  64. package/dist/commands/actors/push.js.map +1 -1
  65. package/dist/commands/actors/rm.d.ts +9 -0
  66. package/dist/commands/actors/rm.d.ts.map +1 -0
  67. package/dist/commands/actors/rm.js +3 -4
  68. package/dist/commands/actors/rm.js.map +1 -1
  69. package/dist/commands/actors/start.d.ts +18 -0
  70. package/dist/commands/actors/start.d.ts.map +1 -0
  71. package/dist/commands/actors/start.js +7 -9
  72. package/dist/commands/actors/start.js.map +1 -1
  73. package/dist/commands/builds/create.d.ts +15 -0
  74. package/dist/commands/builds/create.d.ts.map +1 -0
  75. package/dist/commands/builds/create.js +5 -7
  76. package/dist/commands/builds/create.js.map +1 -1
  77. package/dist/commands/builds/index.d.ts +6 -0
  78. package/dist/commands/builds/index.d.ts.map +1 -0
  79. package/dist/commands/builds/index.js +8 -0
  80. package/dist/commands/builds/index.js.map +1 -0
  81. package/dist/commands/builds/info.d.ts +10 -0
  82. package/dist/commands/builds/info.d.ts.map +1 -0
  83. package/dist/commands/builds/info.js +6 -7
  84. package/dist/commands/builds/info.js.map +1 -1
  85. package/dist/commands/builds/log.d.ts +9 -0
  86. package/dist/commands/builds/log.d.ts.map +1 -0
  87. package/dist/commands/builds/log.js +3 -4
  88. package/dist/commands/builds/log.js.map +1 -1
  89. package/dist/commands/builds/ls.d.ts +17 -0
  90. package/dist/commands/builds/ls.d.ts.map +1 -0
  91. package/dist/commands/builds/ls.js +6 -8
  92. package/dist/commands/builds/ls.js.map +1 -1
  93. package/dist/commands/builds/rm.d.ts +9 -0
  94. package/dist/commands/builds/rm.d.ts.map +1 -0
  95. package/dist/commands/builds/rm.js +2 -3
  96. package/dist/commands/builds/rm.js.map +1 -1
  97. package/dist/commands/call.d.ts +4 -0
  98. package/dist/commands/call.d.ts.map +1 -0
  99. package/dist/commands/call.js +0 -1
  100. package/dist/commands/call.js.map +1 -1
  101. package/dist/commands/check-version.d.ts +11 -0
  102. package/dist/commands/check-version.d.ts.map +1 -0
  103. package/dist/commands/check-version.js +19 -0
  104. package/dist/commands/check-version.js.map +1 -0
  105. package/dist/commands/create.d.ts +15 -0
  106. package/dist/commands/create.d.ts.map +1 -0
  107. package/dist/commands/create.js +2 -4
  108. package/dist/commands/create.js.map +1 -1
  109. package/dist/commands/datasets/create.d.ts +10 -0
  110. package/dist/commands/datasets/create.d.ts.map +1 -0
  111. package/dist/commands/datasets/create.js +5 -6
  112. package/dist/commands/datasets/create.js.map +1 -1
  113. package/dist/commands/datasets/get-items.d.ts +17 -0
  114. package/dist/commands/datasets/get-items.d.ts.map +1 -0
  115. package/dist/commands/datasets/get-items.js +7 -6
  116. package/dist/commands/datasets/get-items.js.map +1 -1
  117. package/dist/commands/datasets/index.d.ts +6 -0
  118. package/dist/commands/datasets/index.d.ts.map +1 -0
  119. package/dist/commands/datasets/index.js +8 -0
  120. package/dist/commands/datasets/index.js.map +1 -0
  121. package/dist/commands/datasets/info.d.ts +30 -0
  122. package/dist/commands/datasets/info.d.ts.map +1 -0
  123. package/dist/commands/datasets/info.js +6 -7
  124. package/dist/commands/datasets/info.js.map +1 -1
  125. package/dist/commands/datasets/ls.d.ts +13 -0
  126. package/dist/commands/datasets/ls.d.ts.map +1 -0
  127. package/dist/commands/datasets/ls.js +5 -6
  128. package/dist/commands/datasets/ls.js.map +1 -1
  129. package/dist/commands/datasets/push-items.d.ts +10 -0
  130. package/dist/commands/datasets/push-items.d.ts.map +1 -0
  131. package/dist/commands/datasets/push-items.js +4 -5
  132. package/dist/commands/datasets/push-items.js.map +1 -1
  133. package/dist/commands/datasets/rename.d.ts +13 -0
  134. package/dist/commands/datasets/rename.d.ts.map +1 -0
  135. package/dist/commands/datasets/rename.js +2 -4
  136. package/dist/commands/datasets/rename.js.map +1 -1
  137. package/dist/commands/datasets/rm.d.ts +9 -0
  138. package/dist/commands/datasets/rm.d.ts.map +1 -0
  139. package/dist/commands/datasets/rm.js +2 -3
  140. package/dist/commands/datasets/rm.js.map +1 -1
  141. package/dist/commands/edit-input-schema.d.ts +11 -0
  142. package/dist/commands/edit-input-schema.d.ts.map +1 -0
  143. package/dist/commands/edit-input-schema.js +3 -4
  144. package/dist/commands/edit-input-schema.js.map +1 -1
  145. package/dist/commands/info.d.ts +6 -0
  146. package/dist/commands/info.d.ts.map +1 -0
  147. package/dist/commands/info.js +1 -2
  148. package/dist/commands/info.js.map +1 -1
  149. package/dist/commands/init-wrap-scrapy.d.ts +10 -0
  150. package/dist/commands/init-wrap-scrapy.d.ts.map +1 -0
  151. package/dist/commands/init-wrap-scrapy.js +2 -3
  152. package/dist/commands/init-wrap-scrapy.js.map +1 -1
  153. package/dist/commands/init.d.ts +12 -0
  154. package/dist/commands/init.d.ts.map +1 -0
  155. package/dist/commands/init.js +2 -4
  156. package/dist/commands/init.js.map +1 -1
  157. package/dist/commands/key-value-stores/create.d.ts +11 -0
  158. package/dist/commands/key-value-stores/create.d.ts.map +1 -0
  159. package/dist/commands/key-value-stores/create.js +7 -7
  160. package/dist/commands/key-value-stores/create.js.map +1 -1
  161. package/dist/commands/key-value-stores/delete-value.d.ts +11 -0
  162. package/dist/commands/key-value-stores/delete-value.d.ts.map +1 -0
  163. package/dist/commands/key-value-stores/delete-value.js +4 -4
  164. package/dist/commands/key-value-stores/delete-value.js.map +1 -1
  165. package/dist/commands/key-value-stores/get-value.d.ts +14 -0
  166. package/dist/commands/key-value-stores/get-value.d.ts.map +1 -0
  167. package/dist/commands/key-value-stores/get-value.js +3 -4
  168. package/dist/commands/key-value-stores/get-value.js.map +1 -1
  169. package/dist/commands/key-value-stores/index.d.ts +7 -0
  170. package/dist/commands/key-value-stores/index.d.ts.map +1 -0
  171. package/dist/commands/key-value-stores/index.js +9 -0
  172. package/dist/commands/key-value-stores/index.js.map +1 -0
  173. package/dist/commands/key-value-stores/info.d.ts +28 -0
  174. package/dist/commands/key-value-stores/info.d.ts.map +1 -0
  175. package/dist/commands/key-value-stores/info.js +7 -7
  176. package/dist/commands/key-value-stores/info.js.map +1 -1
  177. package/dist/commands/key-value-stores/keys.d.ts +15 -0
  178. package/dist/commands/key-value-stores/keys.d.ts.map +1 -0
  179. package/dist/commands/key-value-stores/keys.js +6 -7
  180. package/dist/commands/key-value-stores/keys.js.map +1 -1
  181. package/dist/commands/key-value-stores/ls.d.ts +14 -0
  182. package/dist/commands/key-value-stores/ls.d.ts.map +1 -0
  183. package/dist/commands/key-value-stores/ls.js +7 -6
  184. package/dist/commands/key-value-stores/ls.js.map +1 -1
  185. package/dist/commands/key-value-stores/rename.d.ts +14 -0
  186. package/dist/commands/key-value-stores/rename.d.ts.map +1 -0
  187. package/dist/commands/key-value-stores/rename.js +3 -4
  188. package/dist/commands/key-value-stores/rename.js.map +1 -1
  189. package/dist/commands/key-value-stores/rm.d.ts +10 -0
  190. package/dist/commands/key-value-stores/rm.d.ts.map +1 -0
  191. package/dist/commands/key-value-stores/rm.js +3 -3
  192. package/dist/commands/key-value-stores/rm.js.map +1 -1
  193. package/dist/commands/key-value-stores/set-value.d.ts +15 -0
  194. package/dist/commands/key-value-stores/set-value.d.ts.map +1 -0
  195. package/dist/commands/key-value-stores/set-value.js +6 -4
  196. package/dist/commands/key-value-stores/set-value.js.map +1 -1
  197. package/dist/commands/login.d.ts +10 -0
  198. package/dist/commands/login.d.ts.map +1 -0
  199. package/dist/commands/login.js +5 -8
  200. package/dist/commands/login.js.map +1 -1
  201. package/dist/commands/logout.d.ts +6 -0
  202. package/dist/commands/logout.d.ts.map +1 -0
  203. package/dist/commands/logout.js +2 -3
  204. package/dist/commands/logout.js.map +1 -1
  205. package/dist/commands/pull.d.ts +4 -0
  206. package/dist/commands/pull.d.ts.map +1 -0
  207. package/dist/commands/pull.js +0 -1
  208. package/dist/commands/pull.js.map +1 -1
  209. package/dist/commands/push.d.ts +4 -0
  210. package/dist/commands/push.d.ts.map +1 -0
  211. package/dist/commands/push.js +0 -1
  212. package/dist/commands/push.js.map +1 -1
  213. package/dist/commands/request-queues/index.d.ts +6 -0
  214. package/dist/commands/request-queues/index.d.ts.map +1 -0
  215. package/dist/commands/request-queues/{_index.js → index.js} +3 -4
  216. package/dist/commands/request-queues/index.js.map +1 -0
  217. package/dist/commands/run.d.ts +20 -0
  218. package/dist/commands/run.d.ts.map +1 -0
  219. package/dist/commands/run.js +39 -22
  220. package/dist/commands/run.js.map +1 -1
  221. package/dist/commands/runs/abort.d.ts +13 -0
  222. package/dist/commands/runs/abort.d.ts.map +1 -0
  223. package/dist/commands/runs/abort.js +5 -7
  224. package/dist/commands/runs/abort.js.map +1 -1
  225. package/dist/commands/runs/index.d.ts +6 -0
  226. package/dist/commands/runs/index.d.ts.map +1 -0
  227. package/dist/commands/runs/index.js +8 -0
  228. package/dist/commands/runs/index.js.map +1 -0
  229. package/dist/commands/runs/info.d.ts +48 -0
  230. package/dist/commands/runs/info.d.ts.map +1 -0
  231. package/dist/commands/runs/info.js +6 -8
  232. package/dist/commands/runs/info.js.map +1 -1
  233. package/dist/commands/runs/log.d.ts +9 -0
  234. package/dist/commands/runs/log.d.ts.map +1 -0
  235. package/dist/commands/runs/log.js +2 -3
  236. package/dist/commands/runs/log.js.map +1 -1
  237. package/dist/commands/runs/ls.d.ts +16 -0
  238. package/dist/commands/runs/ls.d.ts.map +1 -0
  239. package/dist/commands/runs/ls.js +5 -7
  240. package/dist/commands/runs/ls.js.map +1 -1
  241. package/dist/commands/runs/resurrect.d.ts +10 -0
  242. package/dist/commands/runs/resurrect.d.ts.map +1 -0
  243. package/dist/commands/runs/resurrect.js +5 -6
  244. package/dist/commands/runs/resurrect.js.map +1 -1
  245. package/dist/commands/runs/rm.d.ts +9 -0
  246. package/dist/commands/runs/rm.d.ts.map +1 -0
  247. package/dist/commands/runs/rm.js +2 -3
  248. package/dist/commands/runs/rm.js.map +1 -1
  249. package/dist/commands/secrets/add.d.ts +10 -0
  250. package/dist/commands/secrets/add.d.ts.map +1 -0
  251. package/dist/commands/secrets/add.js +2 -3
  252. package/dist/commands/secrets/add.js.map +1 -1
  253. package/dist/commands/secrets/index.d.ts +6 -0
  254. package/dist/commands/secrets/index.d.ts.map +1 -0
  255. package/dist/commands/secrets/{_index.js → index.js} +3 -7
  256. package/dist/commands/secrets/index.js.map +1 -0
  257. package/dist/commands/secrets/rm.d.ts +9 -0
  258. package/dist/commands/secrets/rm.d.ts.map +1 -0
  259. package/dist/commands/secrets/rm.js +3 -4
  260. package/dist/commands/secrets/rm.js.map +1 -1
  261. package/dist/commands/task/index.d.ts +6 -0
  262. package/dist/commands/task/index.d.ts.map +1 -0
  263. package/dist/commands/task/index.js +8 -0
  264. package/dist/commands/task/index.js.map +1 -0
  265. package/dist/commands/task/run.d.ts +15 -0
  266. package/dist/commands/task/run.d.ts.map +1 -0
  267. package/dist/commands/task/run.js +2 -3
  268. package/dist/commands/task/run.js.map +1 -1
  269. package/dist/commands/validate-schema.d.ts +10 -0
  270. package/dist/commands/validate-schema.d.ts.map +1 -0
  271. package/dist/commands/validate-schema.js +4 -5
  272. package/dist/commands/validate-schema.js.map +1 -1
  273. package/dist/hooks/deprecations.d.ts +4 -0
  274. package/dist/hooks/deprecations.d.ts.map +1 -0
  275. package/dist/hooks/deprecations.js +18 -0
  276. package/dist/hooks/deprecations.js.map +1 -0
  277. package/dist/hooks/init.d.ts +7 -0
  278. package/dist/hooks/init.d.ts.map +1 -0
  279. package/dist/hooks/init.js +17 -0
  280. package/dist/hooks/init.js.map +1 -0
  281. package/dist/index.d.ts +2 -0
  282. package/dist/index.d.ts.map +1 -0
  283. package/dist/lib/actor.d.ts +32 -0
  284. package/dist/lib/actor.d.ts.map +1 -0
  285. package/dist/lib/apify-oclif-help.d.ts +15 -0
  286. package/dist/lib/apify-oclif-help.d.ts.map +1 -0
  287. package/dist/lib/apify-oclif-help.js +19 -0
  288. package/dist/lib/apify-oclif-help.js.map +1 -0
  289. package/dist/lib/apify_command.d.ts +17 -0
  290. package/dist/lib/apify_command.d.ts.map +1 -0
  291. package/dist/lib/apify_command.js +76 -0
  292. package/dist/lib/apify_command.js.map +1 -0
  293. package/dist/lib/commands/pretty-print-bytes.d.ts +7 -0
  294. package/dist/lib/commands/pretty-print-bytes.d.ts.map +1 -0
  295. package/dist/lib/commands/pretty-print-bytes.js.map +1 -1
  296. package/dist/lib/commands/pretty-print-status.d.ts +3 -0
  297. package/dist/lib/commands/pretty-print-status.d.ts.map +1 -0
  298. package/dist/lib/commands/read-stdin.d.ts +2 -0
  299. package/dist/lib/commands/read-stdin.d.ts.map +1 -0
  300. package/dist/lib/commands/read-stdin.js +20 -34
  301. package/dist/lib/commands/read-stdin.js.map +1 -1
  302. package/dist/lib/commands/resolve-actor-context.d.ts +22 -0
  303. package/dist/lib/commands/resolve-actor-context.d.ts.map +1 -0
  304. package/dist/lib/commands/resolve-actor-context.js.map +1 -1
  305. package/dist/lib/commands/resolve-input.d.ts +9 -0
  306. package/dist/lib/commands/resolve-input.d.ts.map +1 -0
  307. package/dist/lib/commands/resolve-input.js +6 -6
  308. package/dist/lib/commands/resolve-input.js.map +1 -1
  309. package/dist/lib/commands/responsive-table.d.ts +62 -0
  310. package/dist/lib/commands/responsive-table.d.ts.map +1 -0
  311. package/dist/lib/commands/run-on-cloud.d.ts +22 -0
  312. package/dist/lib/commands/run-on-cloud.d.ts.map +1 -0
  313. package/dist/lib/commands/run-on-cloud.js +1 -1
  314. package/dist/lib/commands/run-on-cloud.js.map +1 -1
  315. package/dist/lib/commands/storage-size.d.ts +6 -0
  316. package/dist/lib/commands/storage-size.d.ts.map +1 -0
  317. package/dist/lib/commands/storages.d.ts +10 -0
  318. package/dist/lib/commands/storages.d.ts.map +1 -0
  319. package/dist/lib/community.d.ts +2 -0
  320. package/dist/lib/community.d.ts.map +1 -0
  321. package/dist/lib/community.js +4 -0
  322. package/dist/lib/community.js.map +1 -0
  323. package/dist/lib/consts.d.ts +56 -0
  324. package/dist/lib/consts.d.ts.map +1 -0
  325. package/dist/lib/consts.js +8 -1
  326. package/dist/lib/consts.js.map +1 -1
  327. package/dist/lib/create-utils.d.ts +8 -0
  328. package/dist/lib/create-utils.d.ts.map +1 -0
  329. package/dist/lib/exec.d.ts +9 -0
  330. package/dist/lib/exec.d.ts.map +1 -0
  331. package/dist/lib/files.d.ts +14 -0
  332. package/dist/lib/files.d.ts.map +1 -0
  333. package/dist/lib/hooks/runtimes/javascript.d.ts +4 -0
  334. package/dist/lib/hooks/runtimes/javascript.d.ts.map +1 -0
  335. package/dist/lib/hooks/runtimes/python.d.ts +8 -0
  336. package/dist/lib/hooks/runtimes/python.d.ts.map +1 -0
  337. package/dist/lib/hooks/runtimes/utils.d.ts +3 -0
  338. package/dist/lib/hooks/runtimes/utils.d.ts.map +1 -0
  339. package/dist/lib/hooks/runtimes/utils.js +6 -3
  340. package/dist/lib/hooks/runtimes/utils.js.map +1 -1
  341. package/dist/lib/hooks/useActorConfig.d.ts +20 -0
  342. package/dist/lib/hooks/useActorConfig.d.ts.map +1 -0
  343. package/dist/lib/hooks/useCwdProject.d.ts +33 -0
  344. package/dist/lib/hooks/useCwdProject.d.ts.map +1 -0
  345. package/dist/lib/hooks/useCwdProject.js.map +1 -1
  346. package/dist/lib/hooks/useModuleVersion.d.ts +8 -0
  347. package/dist/lib/hooks/useModuleVersion.d.ts.map +1 -0
  348. package/dist/lib/input_schema.d.ts +28 -0
  349. package/dist/lib/input_schema.d.ts.map +1 -0
  350. package/dist/lib/input_schema.js +2 -2
  351. package/dist/lib/input_schema.js.map +1 -1
  352. package/dist/lib/local_state.d.ts +11 -0
  353. package/dist/lib/local_state.d.ts.map +1 -0
  354. package/dist/lib/local_state.js +25 -0
  355. package/dist/lib/local_state.js.map +1 -0
  356. package/dist/lib/outputs.d.ts +19 -0
  357. package/dist/lib/outputs.d.ts.map +1 -0
  358. package/dist/lib/outputs.js +1 -1
  359. package/dist/lib/outputs.js.map +1 -1
  360. package/dist/lib/project_analyzer.d.ts +4 -0
  361. package/dist/lib/project_analyzer.d.ts.map +1 -0
  362. package/dist/lib/projects/CrawleeAnalyzer.d.ts +4 -0
  363. package/dist/lib/projects/CrawleeAnalyzer.d.ts.map +1 -0
  364. package/dist/lib/projects/OldApifySDKAnalyzer.d.ts +4 -0
  365. package/dist/lib/projects/OldApifySDKAnalyzer.d.ts.map +1 -0
  366. package/dist/lib/projects/scrapy/ScrapyProjectAnalyzer.d.ts +17 -0
  367. package/dist/lib/projects/scrapy/ScrapyProjectAnalyzer.d.ts.map +1 -0
  368. package/dist/lib/projects/scrapy/Spider.d.ts +14 -0
  369. package/dist/lib/projects/scrapy/Spider.d.ts.map +1 -0
  370. package/dist/lib/projects/scrapy/SpiderFileAnalyzer.d.ts +7 -0
  371. package/dist/lib/projects/scrapy/SpiderFileAnalyzer.d.ts.map +1 -0
  372. package/dist/lib/projects/scrapy/wrapScrapyProject.d.ts +4 -0
  373. package/dist/lib/projects/scrapy/wrapScrapyProject.d.ts.map +1 -0
  374. package/dist/lib/projects/shared.d.ts +2 -0
  375. package/dist/lib/projects/shared.d.ts.map +1 -0
  376. package/dist/lib/secrets.d.ts +22 -0
  377. package/dist/lib/secrets.d.ts.map +1 -0
  378. package/dist/lib/telemetry.d.ts +21 -0
  379. package/dist/lib/telemetry.d.ts.map +1 -0
  380. package/dist/lib/telemetry.js.map +1 -1
  381. package/dist/lib/types.d.ts +11 -0
  382. package/dist/lib/types.d.ts.map +1 -0
  383. package/dist/lib/types.js +1 -3
  384. package/dist/lib/types.js.map +1 -1
  385. package/dist/lib/utils/cliDebugPrint.d.ts +2 -0
  386. package/dist/lib/utils/cliDebugPrint.d.ts.map +1 -0
  387. package/dist/lib/utils/confirm.d.ts +7 -0
  388. package/dist/lib/utils/confirm.d.ts.map +1 -0
  389. package/dist/lib/utils/confirm.js.map +1 -1
  390. package/dist/lib/utils.d.ts +113 -0
  391. package/dist/lib/utils.d.ts.map +1 -0
  392. package/dist/lib/utils.js +14 -23
  393. package/dist/lib/utils.js.map +1 -1
  394. package/dist/lib/version_check.d.ts +14 -0
  395. package/dist/lib/version_check.d.ts.map +1 -0
  396. package/dist/lib/version_check.js +99 -0
  397. package/dist/lib/version_check.js.map +1 -0
  398. package/dist/typechecking.tsbuildinfo +1 -0
  399. package/oclif.manifest.json +2661 -0
  400. package/package.json +55 -61
  401. package/LICENSE.md +0 -201
  402. package/dist/commands/_register.js +0 -68
  403. package/dist/commands/_register.js.map +0 -1
  404. package/dist/commands/actor/_index.js +0 -24
  405. package/dist/commands/actor/_index.js.map +0 -1
  406. package/dist/commands/actors/_index.js +0 -28
  407. package/dist/commands/actors/_index.js.map +0 -1
  408. package/dist/commands/builds/_index.js +0 -22
  409. package/dist/commands/builds/_index.js.map +0 -1
  410. package/dist/commands/datasets/_index.js +0 -25
  411. package/dist/commands/datasets/_index.js.map +0 -1
  412. package/dist/commands/help.js +0 -43
  413. package/dist/commands/help.js.map +0 -1
  414. package/dist/commands/key-value-stores/_index.js +0 -30
  415. package/dist/commands/key-value-stores/_index.js.map +0 -1
  416. package/dist/commands/request-queues/_index.js.map +0 -1
  417. package/dist/commands/runs/_index.js +0 -23
  418. package/dist/commands/runs/_index.js.map +0 -1
  419. package/dist/commands/secrets/_index.js.map +0 -1
  420. package/dist/commands/task/_index.js +0 -11
  421. package/dist/commands/task/_index.js.map +0 -1
  422. package/dist/commands/upgrade.js +0 -74
  423. package/dist/commands/upgrade.js.map +0 -1
  424. package/dist/entrypoints/_shared.js +0 -256
  425. package/dist/entrypoints/_shared.js.map +0 -1
  426. package/dist/entrypoints/actor.js +0 -19
  427. package/dist/entrypoints/actor.js.map +0 -1
  428. package/dist/entrypoints/apify.js +0 -18
  429. package/dist/entrypoints/apify.js.map +0 -1
  430. package/dist/lib/command-framework/apify-command.js +0 -426
  431. package/dist/lib/command-framework/apify-command.js.map +0 -1
  432. package/dist/lib/command-framework/args.js +0 -24
  433. package/dist/lib/command-framework/args.js.map +0 -1
  434. package/dist/lib/command-framework/flags.js +0 -99
  435. package/dist/lib/command-framework/flags.js.map +0 -1
  436. package/dist/lib/command-framework/help/CommandHelp.js +0 -228
  437. package/dist/lib/command-framework/help/CommandHelp.js.map +0 -1
  438. package/dist/lib/command-framework/help/CommandWithSubcommands.js +0 -75
  439. package/dist/lib/command-framework/help/CommandWithSubcommands.js.map +0 -1
  440. package/dist/lib/command-framework/help/_BaseCommandRenderer.js +0 -63
  441. package/dist/lib/command-framework/help/_BaseCommandRenderer.js.map +0 -1
  442. package/dist/lib/command-framework/help/consts.js +0 -27
  443. package/dist/lib/command-framework/help/consts.js.map +0 -1
  444. package/dist/lib/command-framework/help.js +0 -105
  445. package/dist/lib/command-framework/help.js.map +0 -1
  446. package/dist/lib/hooks/useCLIMetadata.js +0 -73
  447. package/dist/lib/hooks/useCLIMetadata.js.map +0 -1
  448. package/dist/lib/hooks/useCLIVersionCheck.js +0 -91
  449. package/dist/lib/hooks/useCLIVersionCheck.js.map +0 -1
  450. package/dist/lib/hooks/useCommandSuggestions.js +0 -37
  451. package/dist/lib/hooks/useCommandSuggestions.js.map +0 -1
  452. package/dist/lib/hooks/useLocalState.js +0 -56
  453. package/dist/lib/hooks/useLocalState.js.map +0 -1
  454. package/dist/lib/hooks/useStdin.js +0 -65
  455. package/dist/lib/hooks/useStdin.js.map +0 -1
@@ -0,0 +1,2661 @@
1
+ {
2
+ "commands": {
3
+ "call": {
4
+ "aliases": [],
5
+ "args": {
6
+ "actorId": {
7
+ "description": "Name or ID of the Actor to run (e.g. \"my-actor\", \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command runs the remote Actor specified in the '.actor/actor.json' file.",
8
+ "name": "actorId",
9
+ "required": false
10
+ }
11
+ },
12
+ "description": "Executes Actor remotely using your authenticated account.\nReads input from local key-value store by default.",
13
+ "flags": {
14
+ "json": {
15
+ "description": "Format output as json.",
16
+ "helpGroup": "GLOBAL",
17
+ "name": "json",
18
+ "allowNo": false,
19
+ "type": "boolean"
20
+ },
21
+ "build": {
22
+ "char": "b",
23
+ "description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
24
+ "name": "build",
25
+ "required": false,
26
+ "hasDynamicHelp": false,
27
+ "multiple": false,
28
+ "type": "option"
29
+ },
30
+ "timeout": {
31
+ "char": "t",
32
+ "description": "Timeout for the Actor run in seconds. Zero value means there is no timeout.",
33
+ "name": "timeout",
34
+ "required": false,
35
+ "hasDynamicHelp": false,
36
+ "multiple": false,
37
+ "type": "option"
38
+ },
39
+ "memory": {
40
+ "char": "m",
41
+ "description": "Amount of memory allocated for the Actor run, in megabytes.",
42
+ "name": "memory",
43
+ "required": false,
44
+ "hasDynamicHelp": false,
45
+ "multiple": false,
46
+ "type": "option"
47
+ },
48
+ "input": {
49
+ "char": "i",
50
+ "description": "Optional JSON input to be given to the Actor.",
51
+ "exclusive": [
52
+ "input-file"
53
+ ],
54
+ "name": "input",
55
+ "required": false,
56
+ "hasDynamicHelp": false,
57
+ "multiple": false,
58
+ "type": "option"
59
+ },
60
+ "input-file": {
61
+ "aliases": [
62
+ "if"
63
+ ],
64
+ "description": "Optional path to a file with JSON input to be given to the Actor. The file must be a valid JSON file. You can also specify `-` to read from standard input.",
65
+ "exclusive": [
66
+ "input"
67
+ ],
68
+ "name": "input-file",
69
+ "required": false,
70
+ "hasDynamicHelp": false,
71
+ "multiple": false,
72
+ "type": "option"
73
+ },
74
+ "silent": {
75
+ "char": "s",
76
+ "description": "Prevents printing the logs of the Actor run to the console.",
77
+ "name": "silent",
78
+ "allowNo": false,
79
+ "type": "boolean"
80
+ },
81
+ "output-dataset": {
82
+ "char": "o",
83
+ "description": "Prints out the entire default dataset on successful run of the Actor.",
84
+ "name": "output-dataset",
85
+ "allowNo": false,
86
+ "type": "boolean"
87
+ }
88
+ },
89
+ "hasDynamicHelp": false,
90
+ "hiddenAliases": [],
91
+ "id": "call",
92
+ "pluginAlias": "apify-cli",
93
+ "pluginName": "apify-cli",
94
+ "pluginType": "core",
95
+ "enableJsonFlag": true,
96
+ "isESM": true,
97
+ "relativePath": [
98
+ "dist",
99
+ "commands",
100
+ "call.js"
101
+ ]
102
+ },
103
+ "check-version": {
104
+ "aliases": [],
105
+ "args": {},
106
+ "description": "Checks that installed Apify CLI version is up to date.",
107
+ "flags": {
108
+ "enforce-update": {
109
+ "char": "e",
110
+ "description": "[Optional] Enforce version update from NPM",
111
+ "name": "enforce-update",
112
+ "required": false,
113
+ "allowNo": false,
114
+ "type": "boolean"
115
+ }
116
+ },
117
+ "hasDynamicHelp": false,
118
+ "hidden": true,
119
+ "hiddenAliases": [
120
+ "cv"
121
+ ],
122
+ "id": "check-version",
123
+ "pluginAlias": "apify-cli",
124
+ "pluginName": "apify-cli",
125
+ "pluginType": "core",
126
+ "strict": true,
127
+ "isESM": true,
128
+ "relativePath": [
129
+ "dist",
130
+ "commands",
131
+ "check-version.js"
132
+ ]
133
+ },
134
+ "create": {
135
+ "aliases": [],
136
+ "args": {
137
+ "actorName": {
138
+ "description": "Name of the Actor and its directory",
139
+ "name": "actorName",
140
+ "required": false
141
+ }
142
+ },
143
+ "description": "Creates an Actor project from a template in a new directory.",
144
+ "flags": {
145
+ "template": {
146
+ "char": "t",
147
+ "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.",
148
+ "name": "template",
149
+ "required": false,
150
+ "hasDynamicHelp": false,
151
+ "multiple": false,
152
+ "type": "option"
153
+ },
154
+ "skip-dependency-install": {
155
+ "description": "Skip installing Actor dependencies.",
156
+ "name": "skip-dependency-install",
157
+ "required": false,
158
+ "allowNo": false,
159
+ "type": "boolean"
160
+ },
161
+ "template-archive-url": {
162
+ "description": "Actor template archive url. Useful for developing new templates.",
163
+ "hidden": true,
164
+ "name": "template-archive-url",
165
+ "required": false,
166
+ "hasDynamicHelp": false,
167
+ "multiple": false,
168
+ "type": "option"
169
+ },
170
+ "omit-optional-deps": {
171
+ "aliases": [
172
+ "no-optional"
173
+ ],
174
+ "description": "Skip installing optional dependencies.",
175
+ "name": "omit-optional-deps",
176
+ "required": false,
177
+ "allowNo": false,
178
+ "type": "boolean"
179
+ }
180
+ },
181
+ "hasDynamicHelp": false,
182
+ "hiddenAliases": [],
183
+ "id": "create",
184
+ "pluginAlias": "apify-cli",
185
+ "pluginName": "apify-cli",
186
+ "pluginType": "core",
187
+ "strict": true,
188
+ "isESM": true,
189
+ "relativePath": [
190
+ "dist",
191
+ "commands",
192
+ "create.js"
193
+ ]
194
+ },
195
+ "edit-input-schema": {
196
+ "aliases": [],
197
+ "args": {
198
+ "path": {
199
+ "description": "Optional path to your INPUT_SCHEMA.json file. If not provided default platform location for input schema is used.",
200
+ "name": "path",
201
+ "required": false
202
+ }
203
+ },
204
+ "description": "Lets you edit your input schema that would be used on the platform in a visual input schema editor.",
205
+ "flags": {},
206
+ "hasDynamicHelp": false,
207
+ "hidden": true,
208
+ "hiddenAliases": [
209
+ "eis"
210
+ ],
211
+ "id": "edit-input-schema",
212
+ "pluginAlias": "apify-cli",
213
+ "pluginName": "apify-cli",
214
+ "pluginType": "core",
215
+ "strict": true,
216
+ "isESM": true,
217
+ "relativePath": [
218
+ "dist",
219
+ "commands",
220
+ "edit-input-schema.js"
221
+ ]
222
+ },
223
+ "info": {
224
+ "aliases": [],
225
+ "args": {},
226
+ "description": "Prints details about your currently authenticated Apify account.",
227
+ "flags": {},
228
+ "hasDynamicHelp": false,
229
+ "hiddenAliases": [],
230
+ "id": "info",
231
+ "pluginAlias": "apify-cli",
232
+ "pluginName": "apify-cli",
233
+ "pluginType": "core",
234
+ "strict": true,
235
+ "isESM": true,
236
+ "relativePath": [
237
+ "dist",
238
+ "commands",
239
+ "info.js"
240
+ ]
241
+ },
242
+ "init-wrap-scrapy": {
243
+ "aliases": [],
244
+ "args": {
245
+ "path": {
246
+ "description": "Optional path to your scrapy project. If not provided, the current directory is used.",
247
+ "name": "path",
248
+ "required": false
249
+ }
250
+ },
251
+ "description": "Wraps your existing Scrapy project to work like an Apify Actor.\n\nIt adds the following features:\n- Automatic retry of failed requests\n- Automatic proxy rotation\n- Automatic user agent rotation\n...\n",
252
+ "flags": {},
253
+ "hasDynamicHelp": false,
254
+ "hidden": true,
255
+ "hiddenAliases": [],
256
+ "id": "init-wrap-scrapy",
257
+ "pluginAlias": "apify-cli",
258
+ "pluginName": "apify-cli",
259
+ "pluginType": "core",
260
+ "strict": true,
261
+ "isESM": true,
262
+ "relativePath": [
263
+ "dist",
264
+ "commands",
265
+ "init-wrap-scrapy.js"
266
+ ]
267
+ },
268
+ "init": {
269
+ "aliases": [],
270
+ "args": {
271
+ "actorName": {
272
+ "description": "Name of the Actor. If not provided, you will be prompted for it.",
273
+ "name": "actorName",
274
+ "required": false
275
+ }
276
+ },
277
+ "description": "Sets up an Actor project in your current directory by creating actor.json and storage files.\nIf the directory contains a Scrapy project in Python, the command automatically creates wrappers so that you can run your scrapers without changes.\nCreates the '.actor/actor.json' file and the 'storage' directory in the current directory, but does not touch any other existing files or directories.\n\nWARNING: Overwrites existing 'storage' directory.",
278
+ "flags": {
279
+ "yes": {
280
+ "char": "y",
281
+ "description": "Automatic yes to prompts; assume \"yes\" as answer to all prompts. Note that in some cases, the command may still ask for confirmation.",
282
+ "name": "yes",
283
+ "required": false,
284
+ "allowNo": false,
285
+ "type": "boolean"
286
+ }
287
+ },
288
+ "hasDynamicHelp": false,
289
+ "hiddenAliases": [],
290
+ "id": "init",
291
+ "pluginAlias": "apify-cli",
292
+ "pluginName": "apify-cli",
293
+ "pluginType": "core",
294
+ "strict": true,
295
+ "isESM": true,
296
+ "relativePath": [
297
+ "dist",
298
+ "commands",
299
+ "init.js"
300
+ ]
301
+ },
302
+ "login": {
303
+ "aliases": [],
304
+ "args": {},
305
+ "description": "Authenticates your Apify account and saves credentials to '~/.apify'.\nAll other commands use these stored credentials.\n\nRun 'apify logout' to remove authentication.",
306
+ "flags": {
307
+ "token": {
308
+ "char": "t",
309
+ "description": "[Optional] Apify API token",
310
+ "name": "token",
311
+ "required": false,
312
+ "hasDynamicHelp": false,
313
+ "multiple": false,
314
+ "type": "option"
315
+ },
316
+ "method": {
317
+ "char": "m",
318
+ "description": "[Optional] Method of logging in to Apify",
319
+ "name": "method",
320
+ "required": false,
321
+ "hasDynamicHelp": false,
322
+ "multiple": false,
323
+ "options": [
324
+ "console",
325
+ "manual"
326
+ ],
327
+ "type": "option"
328
+ }
329
+ },
330
+ "hasDynamicHelp": false,
331
+ "hiddenAliases": [],
332
+ "id": "login",
333
+ "pluginAlias": "apify-cli",
334
+ "pluginName": "apify-cli",
335
+ "pluginType": "core",
336
+ "strict": true,
337
+ "isESM": true,
338
+ "relativePath": [
339
+ "dist",
340
+ "commands",
341
+ "login.js"
342
+ ]
343
+ },
344
+ "logout": {
345
+ "aliases": [],
346
+ "args": {},
347
+ "description": "Removes authentication by deleting your API token and account information from '~/.apify'.\nRun 'apify login' to authenticate again.",
348
+ "flags": {},
349
+ "hasDynamicHelp": false,
350
+ "hiddenAliases": [],
351
+ "id": "logout",
352
+ "pluginAlias": "apify-cli",
353
+ "pluginName": "apify-cli",
354
+ "pluginType": "core",
355
+ "strict": true,
356
+ "isESM": true,
357
+ "relativePath": [
358
+ "dist",
359
+ "commands",
360
+ "logout.js"
361
+ ]
362
+ },
363
+ "pull": {
364
+ "aliases": [],
365
+ "args": {
366
+ "actorId": {
367
+ "description": "Name or ID of the Actor to run (e.g. \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command will update the Actor in the current directory based on its name in \".actor/actor.json\" file.",
368
+ "name": "actorId",
369
+ "required": false
370
+ }
371
+ },
372
+ "description": "Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.",
373
+ "flags": {
374
+ "version": {
375
+ "char": "v",
376
+ "description": "Actor version number which will be pulled, e.g. 1.2. Default: the highest version",
377
+ "name": "version",
378
+ "required": false,
379
+ "hasDynamicHelp": false,
380
+ "multiple": false,
381
+ "type": "option"
382
+ },
383
+ "dir": {
384
+ "description": "Directory where the Actor should be pulled to",
385
+ "name": "dir",
386
+ "required": false,
387
+ "hasDynamicHelp": false,
388
+ "multiple": false,
389
+ "type": "option"
390
+ }
391
+ },
392
+ "hasDynamicHelp": false,
393
+ "hiddenAliases": [],
394
+ "id": "pull",
395
+ "pluginAlias": "apify-cli",
396
+ "pluginName": "apify-cli",
397
+ "pluginType": "core",
398
+ "isESM": true,
399
+ "relativePath": [
400
+ "dist",
401
+ "commands",
402
+ "pull.js"
403
+ ]
404
+ },
405
+ "push": {
406
+ "aliases": [],
407
+ "args": {
408
+ "actorId": {
409
+ "description": "Name or ID of the Actor to push (e.g. \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command will create or modify the Actor with the name specified in '.actor/actor.json' file.",
410
+ "name": "actorId",
411
+ "required": false
412
+ }
413
+ },
414
+ "description": "Deploys Actor to Apify platform using settings from '.actor/actor.json'.\nFiles under '3' MB upload as \"Multiple source files\"; larger projects upload as ZIP file.\nUse --force to override newer remote versions.",
415
+ "flags": {
416
+ "version": {
417
+ "char": "v",
418
+ "description": "Actor version number to which the files should be pushed. By default, it is taken from the '.actor/actor.json' file.",
419
+ "name": "version",
420
+ "required": false,
421
+ "hasDynamicHelp": false,
422
+ "multiple": false,
423
+ "type": "option"
424
+ },
425
+ "build-tag": {
426
+ "char": "b",
427
+ "description": "Build tag to be applied to the successful Actor build. By default, it is taken from the '.actor/actor.json' file",
428
+ "name": "build-tag",
429
+ "required": false,
430
+ "hasDynamicHelp": false,
431
+ "multiple": false,
432
+ "type": "option"
433
+ },
434
+ "wait-for-finish": {
435
+ "char": "w",
436
+ "description": "Seconds for waiting to build to finish, if no value passed, it waits forever.",
437
+ "name": "wait-for-finish",
438
+ "required": false,
439
+ "hasDynamicHelp": false,
440
+ "multiple": false,
441
+ "type": "option"
442
+ },
443
+ "no-prompt": {
444
+ "description": "Do not prompt for opening the Actor details in a browser. This will also not open the browser automatically.",
445
+ "name": "no-prompt",
446
+ "required": false,
447
+ "allowNo": false,
448
+ "type": "boolean"
449
+ },
450
+ "force": {
451
+ "description": "Push an Actor even when the local files are older than the Actor on the platform.",
452
+ "name": "force",
453
+ "required": false,
454
+ "allowNo": false,
455
+ "type": "boolean"
456
+ },
457
+ "dir": {
458
+ "description": "Directory where the Actor is located",
459
+ "name": "dir",
460
+ "required": false,
461
+ "hasDynamicHelp": false,
462
+ "multiple": false,
463
+ "type": "option"
464
+ }
465
+ },
466
+ "hasDynamicHelp": false,
467
+ "hiddenAliases": [],
468
+ "id": "push",
469
+ "pluginAlias": "apify-cli",
470
+ "pluginName": "apify-cli",
471
+ "pluginType": "core",
472
+ "isESM": true,
473
+ "relativePath": [
474
+ "dist",
475
+ "commands",
476
+ "push.js"
477
+ ]
478
+ },
479
+ "run": {
480
+ "aliases": [],
481
+ "args": {},
482
+ "description": "Executes Actor locally with simulated Apify environment variables.\nStores data in local 'storage' directory.\n\nNOTE: For Node.js Actors, customize behavior by modifying the 'start' script in package.json file.",
483
+ "flags": {
484
+ "purge": {
485
+ "char": "p",
486
+ "description": "Shortcut that combines the --purge-queue, --purge-dataset and --purge-key-value-store options.",
487
+ "name": "purge",
488
+ "required": false,
489
+ "allowNo": false,
490
+ "type": "boolean"
491
+ },
492
+ "purge-queue": {
493
+ "description": "Deletes the local directory containing the default request queue before the run starts.",
494
+ "name": "purge-queue",
495
+ "required": false,
496
+ "allowNo": false,
497
+ "type": "boolean"
498
+ },
499
+ "purge-dataset": {
500
+ "description": "Deletes the local directory containing the default dataset before the run starts.",
501
+ "name": "purge-dataset",
502
+ "required": false,
503
+ "allowNo": false,
504
+ "type": "boolean"
505
+ },
506
+ "purge-key-value-store": {
507
+ "description": "Deletes all records from the default key-value store in the local directory before the run starts, except for the \"INPUT\" key.",
508
+ "name": "purge-key-value-store",
509
+ "required": false,
510
+ "allowNo": false,
511
+ "type": "boolean"
512
+ },
513
+ "entrypoint": {
514
+ "description": "Optional entrypoint for running with injected environment variables. \n For Python, it is the module name, or a path to a file. \n For node.js, it is the npm script name, or a path to a JS/MJS file. You can also pass in a directory name, provided that directory contains an \"index.js\" file.",
515
+ "name": "entrypoint",
516
+ "required": false,
517
+ "hasDynamicHelp": false,
518
+ "multiple": false,
519
+ "type": "option"
520
+ },
521
+ "input": {
522
+ "char": "i",
523
+ "description": "Optional JSON input to be given to the Actor.",
524
+ "exclusive": [
525
+ "input-file"
526
+ ],
527
+ "name": "input",
528
+ "required": false,
529
+ "hasDynamicHelp": false,
530
+ "multiple": false,
531
+ "type": "option"
532
+ },
533
+ "input-file": {
534
+ "aliases": [
535
+ "if"
536
+ ],
537
+ "description": "Optional path to a file with JSON input to be given to the Actor. The file must be a valid JSON file. You can also specify `-` to read from standard input.",
538
+ "exclusive": [
539
+ "input"
540
+ ],
541
+ "name": "input-file",
542
+ "required": false,
543
+ "hasDynamicHelp": false,
544
+ "multiple": false,
545
+ "type": "option"
546
+ }
547
+ },
548
+ "hasDynamicHelp": false,
549
+ "hiddenAliases": [],
550
+ "id": "run",
551
+ "pluginAlias": "apify-cli",
552
+ "pluginName": "apify-cli",
553
+ "pluginType": "core",
554
+ "strict": true,
555
+ "isESM": true,
556
+ "relativePath": [
557
+ "dist",
558
+ "commands",
559
+ "run.js"
560
+ ]
561
+ },
562
+ "validate-schema": {
563
+ "aliases": [],
564
+ "args": {
565
+ "path": {
566
+ "description": "Optional path to your INPUT_SCHEMA.json file. If not provided ./INPUT_SCHEMA.json is used.",
567
+ "name": "path",
568
+ "required": false
569
+ }
570
+ },
571
+ "description": "Validates Actor input schema from one of these locations (in priority order):\n\t\t1. Object in '.actor/actor.json' under \"input\" key\n\t\t2. JSON file path in '.actor/actor.json' \"input\" key\n\t\t3. .actor/INPUT_SCHEMA.json\n\t\t4. INPUT_SCHEMA.json\n\n\t\tOptionally specify custom schema path to validate.",
572
+ "flags": {},
573
+ "hasDynamicHelp": false,
574
+ "hiddenAliases": [
575
+ "vis"
576
+ ],
577
+ "id": "validate-schema",
578
+ "pluginAlias": "apify-cli",
579
+ "pluginName": "apify-cli",
580
+ "pluginType": "core",
581
+ "strict": true,
582
+ "isESM": true,
583
+ "relativePath": [
584
+ "dist",
585
+ "commands",
586
+ "validate-schema.js"
587
+ ]
588
+ },
589
+ "actor:charge": {
590
+ "aliases": [],
591
+ "args": {
592
+ "eventName": {
593
+ "description": "Name of the event to charge for",
594
+ "name": "eventName",
595
+ "required": true
596
+ }
597
+ },
598
+ "description": "Charge for a specific event in the pay-per-event Actor run.",
599
+ "flags": {
600
+ "count": {
601
+ "description": "Number of events to charge",
602
+ "name": "count",
603
+ "required": false,
604
+ "default": 1,
605
+ "hasDynamicHelp": false,
606
+ "multiple": false,
607
+ "type": "option"
608
+ },
609
+ "idempotency-key": {
610
+ "description": "Idempotency key for the charge request",
611
+ "name": "idempotency-key",
612
+ "required": false,
613
+ "hasDynamicHelp": false,
614
+ "multiple": false,
615
+ "type": "option"
616
+ },
617
+ "test-pay-per-event": {
618
+ "description": "Test pay-per-event charging without actually charging",
619
+ "name": "test-pay-per-event",
620
+ "required": false,
621
+ "allowNo": false,
622
+ "type": "boolean"
623
+ }
624
+ },
625
+ "hasDynamicHelp": false,
626
+ "hiddenAliases": [],
627
+ "id": "actor:charge",
628
+ "pluginAlias": "apify-cli",
629
+ "pluginName": "apify-cli",
630
+ "pluginType": "core",
631
+ "strict": true,
632
+ "isESM": true,
633
+ "relativePath": [
634
+ "dist",
635
+ "commands",
636
+ "actor",
637
+ "charge.js"
638
+ ]
639
+ },
640
+ "actor:get-input": {
641
+ "aliases": [],
642
+ "args": {},
643
+ "description": "Gets the Actor input value from the default key-value store associated with the Actor run.",
644
+ "flags": {},
645
+ "hasDynamicHelp": false,
646
+ "hiddenAliases": [],
647
+ "id": "actor:get-input",
648
+ "pluginAlias": "apify-cli",
649
+ "pluginName": "apify-cli",
650
+ "pluginType": "core",
651
+ "strict": true,
652
+ "isESM": true,
653
+ "relativePath": [
654
+ "dist",
655
+ "commands",
656
+ "actor",
657
+ "get-input.js"
658
+ ]
659
+ },
660
+ "actor:get-public-url": {
661
+ "aliases": [],
662
+ "args": {
663
+ "key": {
664
+ "description": "Key of the record in key-value store",
665
+ "name": "key",
666
+ "required": true
667
+ }
668
+ },
669
+ "description": "Get an HTTP URL that allows public access to a key-value store item.",
670
+ "flags": {},
671
+ "hasDynamicHelp": false,
672
+ "hiddenAliases": [],
673
+ "id": "actor:get-public-url",
674
+ "pluginAlias": "apify-cli",
675
+ "pluginName": "apify-cli",
676
+ "pluginType": "core",
677
+ "strict": true,
678
+ "isESM": true,
679
+ "relativePath": [
680
+ "dist",
681
+ "commands",
682
+ "actor",
683
+ "get-public-url.js"
684
+ ]
685
+ },
686
+ "actor:get-value": {
687
+ "aliases": [],
688
+ "args": {
689
+ "key": {
690
+ "description": "Key of the record in key-value store",
691
+ "name": "key",
692
+ "required": true
693
+ }
694
+ },
695
+ "description": "Gets a value from the default key-value store associated with the Actor run.",
696
+ "flags": {},
697
+ "hasDynamicHelp": false,
698
+ "hiddenAliases": [],
699
+ "id": "actor:get-value",
700
+ "pluginAlias": "apify-cli",
701
+ "pluginName": "apify-cli",
702
+ "pluginType": "core",
703
+ "strict": true,
704
+ "isESM": true,
705
+ "relativePath": [
706
+ "dist",
707
+ "commands",
708
+ "actor",
709
+ "get-value.js"
710
+ ]
711
+ },
712
+ "actor": {
713
+ "aliases": [],
714
+ "args": {},
715
+ "description": "Manages runtime data operations inside of a running Actor.",
716
+ "flags": {},
717
+ "hasDynamicHelp": false,
718
+ "hiddenAliases": [],
719
+ "id": "actor",
720
+ "pluginAlias": "apify-cli",
721
+ "pluginName": "apify-cli",
722
+ "pluginType": "core",
723
+ "strict": true,
724
+ "isESM": true,
725
+ "relativePath": [
726
+ "dist",
727
+ "commands",
728
+ "actor",
729
+ "index.js"
730
+ ]
731
+ },
732
+ "actor:push-data": {
733
+ "aliases": [],
734
+ "args": {
735
+ "item": {
736
+ "description": "JSON string with one object or array of objects containing data to be stored in the default dataset.",
737
+ "name": "item"
738
+ }
739
+ },
740
+ "description": "Saves data to Actor's run default dataset.\n\nAccept input as:\n - JSON argument:\n $ apify actor push-data {\"key\": \"value\"}\n - Piped stdin:\n $ cat ./test.json | apify actor push-data",
741
+ "flags": {},
742
+ "hasDynamicHelp": false,
743
+ "hiddenAliases": [],
744
+ "id": "actor:push-data",
745
+ "pluginAlias": "apify-cli",
746
+ "pluginName": "apify-cli",
747
+ "pluginType": "core",
748
+ "strict": true,
749
+ "isESM": true,
750
+ "relativePath": [
751
+ "dist",
752
+ "commands",
753
+ "actor",
754
+ "push-data.js"
755
+ ]
756
+ },
757
+ "actor:set-value": {
758
+ "aliases": [],
759
+ "args": {
760
+ "key": {
761
+ "description": "Key of the record in key-value store.",
762
+ "name": "key",
763
+ "required": true
764
+ },
765
+ "value": {
766
+ "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.",
767
+ "name": "value",
768
+ "required": false
769
+ }
770
+ },
771
+ "description": "Sets or removes record into the default key-value store associated with the Actor run.\n\nIt is possible to pass data using argument or stdin.\n\nPassing data using argument:\n$ apify actor set-value KEY my-value\n\nPassing data using stdin with pipe:\n$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain",
772
+ "flags": {
773
+ "contentType": {
774
+ "char": "c",
775
+ "description": "Specifies a custom MIME content type of the record. By default \"application/json\" is used.",
776
+ "name": "contentType",
777
+ "required": false,
778
+ "hasDynamicHelp": false,
779
+ "multiple": false,
780
+ "type": "option"
781
+ }
782
+ },
783
+ "hasDynamicHelp": false,
784
+ "hiddenAliases": [],
785
+ "id": "actor:set-value",
786
+ "pluginAlias": "apify-cli",
787
+ "pluginName": "apify-cli",
788
+ "pluginType": "core",
789
+ "strict": true,
790
+ "isESM": true,
791
+ "relativePath": [
792
+ "dist",
793
+ "commands",
794
+ "actor",
795
+ "set-value.js"
796
+ ]
797
+ },
798
+ "actors:build": {
799
+ "aliases": [],
800
+ "args": {
801
+ "actorId": {
802
+ "description": "Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.",
803
+ "name": "actorId"
804
+ }
805
+ },
806
+ "description": "Creates a new build of the Actor.",
807
+ "flags": {
808
+ "json": {
809
+ "description": "Format output as json.",
810
+ "helpGroup": "GLOBAL",
811
+ "name": "json",
812
+ "allowNo": false,
813
+ "type": "boolean"
814
+ },
815
+ "tag": {
816
+ "description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
817
+ "name": "tag",
818
+ "hasDynamicHelp": false,
819
+ "multiple": false,
820
+ "type": "option"
821
+ },
822
+ "version": {
823
+ "description": "Optional Actor Version to build. By default, this will be inferred from the tag, but this flag is required when multiple versions have the same tag.",
824
+ "name": "version",
825
+ "required": false,
826
+ "hasDynamicHelp": false,
827
+ "multiple": false,
828
+ "type": "option"
829
+ },
830
+ "log": {
831
+ "description": "Whether to print out the build log after the build is triggered.",
832
+ "name": "log",
833
+ "allowNo": false,
834
+ "type": "boolean"
835
+ }
836
+ },
837
+ "hasDynamicHelp": false,
838
+ "hiddenAliases": [],
839
+ "id": "actors:build",
840
+ "pluginAlias": "apify-cli",
841
+ "pluginName": "apify-cli",
842
+ "pluginType": "core",
843
+ "enableJsonFlag": true,
844
+ "isESM": true,
845
+ "relativePath": [
846
+ "dist",
847
+ "commands",
848
+ "actors",
849
+ "build.js"
850
+ ]
851
+ },
852
+ "actors:call": {
853
+ "aliases": [],
854
+ "args": {
855
+ "actorId": {
856
+ "description": "Name or ID of the Actor to run (e.g. \"my-actor\", \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command runs the remote Actor specified in the '.actor/actor.json' file.",
857
+ "name": "actorId",
858
+ "required": false
859
+ }
860
+ },
861
+ "description": "Executes Actor remotely using your authenticated account.\nReads input from local key-value store by default.",
862
+ "flags": {
863
+ "json": {
864
+ "description": "Format output as json.",
865
+ "helpGroup": "GLOBAL",
866
+ "name": "json",
867
+ "allowNo": false,
868
+ "type": "boolean"
869
+ },
870
+ "build": {
871
+ "char": "b",
872
+ "description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
873
+ "name": "build",
874
+ "required": false,
875
+ "hasDynamicHelp": false,
876
+ "multiple": false,
877
+ "type": "option"
878
+ },
879
+ "timeout": {
880
+ "char": "t",
881
+ "description": "Timeout for the Actor run in seconds. Zero value means there is no timeout.",
882
+ "name": "timeout",
883
+ "required": false,
884
+ "hasDynamicHelp": false,
885
+ "multiple": false,
886
+ "type": "option"
887
+ },
888
+ "memory": {
889
+ "char": "m",
890
+ "description": "Amount of memory allocated for the Actor run, in megabytes.",
891
+ "name": "memory",
892
+ "required": false,
893
+ "hasDynamicHelp": false,
894
+ "multiple": false,
895
+ "type": "option"
896
+ },
897
+ "input": {
898
+ "char": "i",
899
+ "description": "Optional JSON input to be given to the Actor.",
900
+ "exclusive": [
901
+ "input-file"
902
+ ],
903
+ "name": "input",
904
+ "required": false,
905
+ "hasDynamicHelp": false,
906
+ "multiple": false,
907
+ "type": "option"
908
+ },
909
+ "input-file": {
910
+ "aliases": [
911
+ "if"
912
+ ],
913
+ "description": "Optional path to a file with JSON input to be given to the Actor. The file must be a valid JSON file. You can also specify `-` to read from standard input.",
914
+ "exclusive": [
915
+ "input"
916
+ ],
917
+ "name": "input-file",
918
+ "required": false,
919
+ "hasDynamicHelp": false,
920
+ "multiple": false,
921
+ "type": "option"
922
+ },
923
+ "silent": {
924
+ "char": "s",
925
+ "description": "Prevents printing the logs of the Actor run to the console.",
926
+ "name": "silent",
927
+ "allowNo": false,
928
+ "type": "boolean"
929
+ },
930
+ "output-dataset": {
931
+ "char": "o",
932
+ "description": "Prints out the entire default dataset on successful run of the Actor.",
933
+ "name": "output-dataset",
934
+ "allowNo": false,
935
+ "type": "boolean"
936
+ }
937
+ },
938
+ "hasDynamicHelp": false,
939
+ "hiddenAliases": [],
940
+ "id": "actors:call",
941
+ "pluginAlias": "apify-cli",
942
+ "pluginName": "apify-cli",
943
+ "pluginType": "core",
944
+ "strict": true,
945
+ "enableJsonFlag": true,
946
+ "isESM": true,
947
+ "relativePath": [
948
+ "dist",
949
+ "commands",
950
+ "actors",
951
+ "call.js"
952
+ ]
953
+ },
954
+ "actors": {
955
+ "aliases": [],
956
+ "args": {},
957
+ "description": "Manages Actor creation, deployment, and execution on the Apify platform.",
958
+ "flags": {},
959
+ "hasDynamicHelp": false,
960
+ "hiddenAliases": [],
961
+ "id": "actors",
962
+ "pluginAlias": "apify-cli",
963
+ "pluginName": "apify-cli",
964
+ "pluginType": "core",
965
+ "strict": true,
966
+ "isESM": true,
967
+ "relativePath": [
968
+ "dist",
969
+ "commands",
970
+ "actors",
971
+ "index.js"
972
+ ]
973
+ },
974
+ "actors:info": {
975
+ "aliases": [],
976
+ "args": {
977
+ "actorId": {
978
+ "description": "The ID of the Actor to return information about.",
979
+ "name": "actorId",
980
+ "required": true
981
+ }
982
+ },
983
+ "description": "Get information about an Actor.",
984
+ "flags": {
985
+ "json": {
986
+ "description": "Format output as json.",
987
+ "helpGroup": "GLOBAL",
988
+ "name": "json",
989
+ "allowNo": false,
990
+ "type": "boolean"
991
+ },
992
+ "readme": {
993
+ "description": "Return the Actor README.",
994
+ "exclusive": [
995
+ "input"
996
+ ],
997
+ "name": "readme",
998
+ "allowNo": false,
999
+ "type": "boolean"
1000
+ },
1001
+ "input": {
1002
+ "description": "Return the Actor input schema.",
1003
+ "exclusive": [
1004
+ "readme"
1005
+ ],
1006
+ "name": "input",
1007
+ "allowNo": false,
1008
+ "type": "boolean"
1009
+ }
1010
+ },
1011
+ "hasDynamicHelp": false,
1012
+ "hiddenAliases": [],
1013
+ "id": "actors:info",
1014
+ "pluginAlias": "apify-cli",
1015
+ "pluginName": "apify-cli",
1016
+ "pluginType": "core",
1017
+ "strict": true,
1018
+ "enableJsonFlag": true,
1019
+ "isESM": true,
1020
+ "relativePath": [
1021
+ "dist",
1022
+ "commands",
1023
+ "actors",
1024
+ "info.js"
1025
+ ]
1026
+ },
1027
+ "actors:ls": {
1028
+ "aliases": [],
1029
+ "args": {},
1030
+ "description": "Prints a list of recently executed Actors or Actors you own.",
1031
+ "flags": {
1032
+ "json": {
1033
+ "description": "Format output as json.",
1034
+ "helpGroup": "GLOBAL",
1035
+ "name": "json",
1036
+ "allowNo": false,
1037
+ "type": "boolean"
1038
+ },
1039
+ "my": {
1040
+ "description": "Whether to list Actors made by the logged in user.",
1041
+ "name": "my",
1042
+ "allowNo": false,
1043
+ "type": "boolean"
1044
+ },
1045
+ "offset": {
1046
+ "description": "Number of Actors that will be skipped.",
1047
+ "name": "offset",
1048
+ "default": 0,
1049
+ "hasDynamicHelp": false,
1050
+ "multiple": false,
1051
+ "type": "option"
1052
+ },
1053
+ "limit": {
1054
+ "description": "Number of Actors that will be listed.",
1055
+ "name": "limit",
1056
+ "default": 20,
1057
+ "hasDynamicHelp": false,
1058
+ "multiple": false,
1059
+ "type": "option"
1060
+ },
1061
+ "desc": {
1062
+ "description": "Sort Actors in descending order.",
1063
+ "name": "desc",
1064
+ "allowNo": false,
1065
+ "type": "boolean"
1066
+ }
1067
+ },
1068
+ "hasDynamicHelp": false,
1069
+ "hiddenAliases": [],
1070
+ "id": "actors:ls",
1071
+ "pluginAlias": "apify-cli",
1072
+ "pluginName": "apify-cli",
1073
+ "pluginType": "core",
1074
+ "strict": true,
1075
+ "enableJsonFlag": true,
1076
+ "isESM": true,
1077
+ "relativePath": [
1078
+ "dist",
1079
+ "commands",
1080
+ "actors",
1081
+ "ls.js"
1082
+ ]
1083
+ },
1084
+ "actors:pull": {
1085
+ "aliases": [],
1086
+ "args": {
1087
+ "actorId": {
1088
+ "description": "Name or ID of the Actor to run (e.g. \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command will update the Actor in the current directory based on its name in \".actor/actor.json\" file.",
1089
+ "name": "actorId",
1090
+ "required": false
1091
+ }
1092
+ },
1093
+ "description": "Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.",
1094
+ "flags": {
1095
+ "version": {
1096
+ "char": "v",
1097
+ "description": "Actor version number which will be pulled, e.g. 1.2. Default: the highest version",
1098
+ "name": "version",
1099
+ "required": false,
1100
+ "hasDynamicHelp": false,
1101
+ "multiple": false,
1102
+ "type": "option"
1103
+ },
1104
+ "dir": {
1105
+ "description": "Directory where the Actor should be pulled to",
1106
+ "name": "dir",
1107
+ "required": false,
1108
+ "hasDynamicHelp": false,
1109
+ "multiple": false,
1110
+ "type": "option"
1111
+ }
1112
+ },
1113
+ "hasDynamicHelp": false,
1114
+ "hiddenAliases": [],
1115
+ "id": "actors:pull",
1116
+ "pluginAlias": "apify-cli",
1117
+ "pluginName": "apify-cli",
1118
+ "pluginType": "core",
1119
+ "strict": true,
1120
+ "isESM": true,
1121
+ "relativePath": [
1122
+ "dist",
1123
+ "commands",
1124
+ "actors",
1125
+ "pull.js"
1126
+ ]
1127
+ },
1128
+ "actors:push": {
1129
+ "aliases": [],
1130
+ "args": {
1131
+ "actorId": {
1132
+ "description": "Name or ID of the Actor to push (e.g. \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command will create or modify the Actor with the name specified in '.actor/actor.json' file.",
1133
+ "name": "actorId",
1134
+ "required": false
1135
+ }
1136
+ },
1137
+ "description": "Deploys Actor to Apify platform using settings from '.actor/actor.json'.\nFiles under '3' MB upload as \"Multiple source files\"; larger projects upload as ZIP file.\nUse --force to override newer remote versions.",
1138
+ "flags": {
1139
+ "version": {
1140
+ "char": "v",
1141
+ "description": "Actor version number to which the files should be pushed. By default, it is taken from the '.actor/actor.json' file.",
1142
+ "name": "version",
1143
+ "required": false,
1144
+ "hasDynamicHelp": false,
1145
+ "multiple": false,
1146
+ "type": "option"
1147
+ },
1148
+ "build-tag": {
1149
+ "char": "b",
1150
+ "description": "Build tag to be applied to the successful Actor build. By default, it is taken from the '.actor/actor.json' file",
1151
+ "name": "build-tag",
1152
+ "required": false,
1153
+ "hasDynamicHelp": false,
1154
+ "multiple": false,
1155
+ "type": "option"
1156
+ },
1157
+ "wait-for-finish": {
1158
+ "char": "w",
1159
+ "description": "Seconds for waiting to build to finish, if no value passed, it waits forever.",
1160
+ "name": "wait-for-finish",
1161
+ "required": false,
1162
+ "hasDynamicHelp": false,
1163
+ "multiple": false,
1164
+ "type": "option"
1165
+ },
1166
+ "no-prompt": {
1167
+ "description": "Do not prompt for opening the Actor details in a browser. This will also not open the browser automatically.",
1168
+ "name": "no-prompt",
1169
+ "required": false,
1170
+ "allowNo": false,
1171
+ "type": "boolean"
1172
+ },
1173
+ "force": {
1174
+ "description": "Push an Actor even when the local files are older than the Actor on the platform.",
1175
+ "name": "force",
1176
+ "required": false,
1177
+ "allowNo": false,
1178
+ "type": "boolean"
1179
+ },
1180
+ "dir": {
1181
+ "description": "Directory where the Actor is located",
1182
+ "name": "dir",
1183
+ "required": false,
1184
+ "hasDynamicHelp": false,
1185
+ "multiple": false,
1186
+ "type": "option"
1187
+ }
1188
+ },
1189
+ "hasDynamicHelp": false,
1190
+ "hiddenAliases": [],
1191
+ "id": "actors:push",
1192
+ "pluginAlias": "apify-cli",
1193
+ "pluginName": "apify-cli",
1194
+ "pluginType": "core",
1195
+ "strict": true,
1196
+ "isESM": true,
1197
+ "relativePath": [
1198
+ "dist",
1199
+ "commands",
1200
+ "actors",
1201
+ "push.js"
1202
+ ]
1203
+ },
1204
+ "actors:rm": {
1205
+ "aliases": [],
1206
+ "args": {
1207
+ "actorId": {
1208
+ "description": "The Actor ID to delete.",
1209
+ "name": "actorId",
1210
+ "required": true
1211
+ }
1212
+ },
1213
+ "description": "Permanently removes an Actor from your account.",
1214
+ "flags": {},
1215
+ "hasDynamicHelp": false,
1216
+ "hiddenAliases": [],
1217
+ "id": "actors:rm",
1218
+ "pluginAlias": "apify-cli",
1219
+ "pluginName": "apify-cli",
1220
+ "pluginType": "core",
1221
+ "strict": true,
1222
+ "isESM": true,
1223
+ "relativePath": [
1224
+ "dist",
1225
+ "commands",
1226
+ "actors",
1227
+ "rm.js"
1228
+ ]
1229
+ },
1230
+ "actors:start": {
1231
+ "aliases": [],
1232
+ "args": {
1233
+ "actorId": {
1234
+ "description": "Name or ID of the Actor to run (e.g. \"my-actor\", \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command runs the remote Actor specified in the '.actor/actor.json' file.",
1235
+ "name": "actorId",
1236
+ "required": false
1237
+ }
1238
+ },
1239
+ "description": "Starts Actor remotely and returns run details immediately.\nUses authenticated account and local key-value store for input.",
1240
+ "flags": {
1241
+ "json": {
1242
+ "description": "Format output as json.",
1243
+ "helpGroup": "GLOBAL",
1244
+ "name": "json",
1245
+ "allowNo": false,
1246
+ "type": "boolean"
1247
+ },
1248
+ "build": {
1249
+ "char": "b",
1250
+ "description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
1251
+ "name": "build",
1252
+ "required": false,
1253
+ "hasDynamicHelp": false,
1254
+ "multiple": false,
1255
+ "type": "option"
1256
+ },
1257
+ "timeout": {
1258
+ "char": "t",
1259
+ "description": "Timeout for the Actor run in seconds. Zero value means there is no timeout.",
1260
+ "name": "timeout",
1261
+ "required": false,
1262
+ "hasDynamicHelp": false,
1263
+ "multiple": false,
1264
+ "type": "option"
1265
+ },
1266
+ "memory": {
1267
+ "char": "m",
1268
+ "description": "Amount of memory allocated for the Actor run, in megabytes.",
1269
+ "name": "memory",
1270
+ "required": false,
1271
+ "hasDynamicHelp": false,
1272
+ "multiple": false,
1273
+ "type": "option"
1274
+ },
1275
+ "input": {
1276
+ "char": "i",
1277
+ "description": "Optional JSON input to be given to the Actor.",
1278
+ "exclusive": [
1279
+ "input-file"
1280
+ ],
1281
+ "name": "input",
1282
+ "required": false,
1283
+ "hasDynamicHelp": false,
1284
+ "multiple": false,
1285
+ "type": "option"
1286
+ },
1287
+ "input-file": {
1288
+ "aliases": [
1289
+ "if"
1290
+ ],
1291
+ "description": "Optional path to a file with JSON input to be given to the Actor. The file must be a valid JSON file. You can also specify `-` to read from standard input.",
1292
+ "exclusive": [
1293
+ "input"
1294
+ ],
1295
+ "name": "input-file",
1296
+ "required": false,
1297
+ "hasDynamicHelp": false,
1298
+ "multiple": false,
1299
+ "type": "option"
1300
+ }
1301
+ },
1302
+ "hasDynamicHelp": false,
1303
+ "hiddenAliases": [],
1304
+ "id": "actors:start",
1305
+ "pluginAlias": "apify-cli",
1306
+ "pluginName": "apify-cli",
1307
+ "pluginType": "core",
1308
+ "strict": true,
1309
+ "enableJsonFlag": true,
1310
+ "isESM": true,
1311
+ "relativePath": [
1312
+ "dist",
1313
+ "commands",
1314
+ "actors",
1315
+ "start.js"
1316
+ ]
1317
+ },
1318
+ "builds:create": {
1319
+ "aliases": [],
1320
+ "args": {
1321
+ "actorId": {
1322
+ "description": "Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.",
1323
+ "name": "actorId"
1324
+ }
1325
+ },
1326
+ "description": "Creates a new build of the Actor.",
1327
+ "flags": {
1328
+ "json": {
1329
+ "description": "Format output as json.",
1330
+ "helpGroup": "GLOBAL",
1331
+ "name": "json",
1332
+ "allowNo": false,
1333
+ "type": "boolean"
1334
+ },
1335
+ "tag": {
1336
+ "description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
1337
+ "name": "tag",
1338
+ "hasDynamicHelp": false,
1339
+ "multiple": false,
1340
+ "type": "option"
1341
+ },
1342
+ "version": {
1343
+ "description": "Optional Actor Version to build. By default, this will be inferred from the tag, but this flag is required when multiple versions have the same tag.",
1344
+ "name": "version",
1345
+ "required": false,
1346
+ "hasDynamicHelp": false,
1347
+ "multiple": false,
1348
+ "type": "option"
1349
+ },
1350
+ "log": {
1351
+ "description": "Whether to print out the build log after the build is triggered.",
1352
+ "name": "log",
1353
+ "allowNo": false,
1354
+ "type": "boolean"
1355
+ }
1356
+ },
1357
+ "hasDynamicHelp": false,
1358
+ "hiddenAliases": [],
1359
+ "id": "builds:create",
1360
+ "pluginAlias": "apify-cli",
1361
+ "pluginName": "apify-cli",
1362
+ "pluginType": "core",
1363
+ "strict": true,
1364
+ "enableJsonFlag": true,
1365
+ "isESM": true,
1366
+ "relativePath": [
1367
+ "dist",
1368
+ "commands",
1369
+ "builds",
1370
+ "create.js"
1371
+ ]
1372
+ },
1373
+ "builds": {
1374
+ "aliases": [],
1375
+ "args": {},
1376
+ "description": "Manages Actor build processes and versioning.",
1377
+ "flags": {},
1378
+ "hasDynamicHelp": false,
1379
+ "hiddenAliases": [],
1380
+ "id": "builds",
1381
+ "pluginAlias": "apify-cli",
1382
+ "pluginName": "apify-cli",
1383
+ "pluginType": "core",
1384
+ "strict": true,
1385
+ "isESM": true,
1386
+ "relativePath": [
1387
+ "dist",
1388
+ "commands",
1389
+ "builds",
1390
+ "index.js"
1391
+ ]
1392
+ },
1393
+ "builds:info": {
1394
+ "aliases": [],
1395
+ "args": {
1396
+ "buildId": {
1397
+ "description": "The build ID to get information about.",
1398
+ "name": "buildId",
1399
+ "required": true
1400
+ }
1401
+ },
1402
+ "description": "Prints information about a specific build.",
1403
+ "flags": {
1404
+ "json": {
1405
+ "description": "Format output as json.",
1406
+ "helpGroup": "GLOBAL",
1407
+ "name": "json",
1408
+ "allowNo": false,
1409
+ "type": "boolean"
1410
+ }
1411
+ },
1412
+ "hasDynamicHelp": false,
1413
+ "hiddenAliases": [],
1414
+ "id": "builds:info",
1415
+ "pluginAlias": "apify-cli",
1416
+ "pluginName": "apify-cli",
1417
+ "pluginType": "core",
1418
+ "strict": true,
1419
+ "enableJsonFlag": true,
1420
+ "isESM": true,
1421
+ "relativePath": [
1422
+ "dist",
1423
+ "commands",
1424
+ "builds",
1425
+ "info.js"
1426
+ ]
1427
+ },
1428
+ "builds:log": {
1429
+ "aliases": [],
1430
+ "args": {
1431
+ "buildId": {
1432
+ "description": "The build ID to get the log from.",
1433
+ "name": "buildId",
1434
+ "required": true
1435
+ }
1436
+ },
1437
+ "description": "Prints the log of a specific build.",
1438
+ "flags": {},
1439
+ "hasDynamicHelp": false,
1440
+ "hiddenAliases": [],
1441
+ "id": "builds:log",
1442
+ "pluginAlias": "apify-cli",
1443
+ "pluginName": "apify-cli",
1444
+ "pluginType": "core",
1445
+ "strict": true,
1446
+ "isESM": true,
1447
+ "relativePath": [
1448
+ "dist",
1449
+ "commands",
1450
+ "builds",
1451
+ "log.js"
1452
+ ]
1453
+ },
1454
+ "builds:ls": {
1455
+ "aliases": [],
1456
+ "args": {
1457
+ "actorId": {
1458
+ "description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
1459
+ "name": "actorId"
1460
+ }
1461
+ },
1462
+ "description": "Lists all builds of the Actor.",
1463
+ "flags": {
1464
+ "json": {
1465
+ "description": "Format output as json.",
1466
+ "helpGroup": "GLOBAL",
1467
+ "name": "json",
1468
+ "allowNo": false,
1469
+ "type": "boolean"
1470
+ },
1471
+ "offset": {
1472
+ "description": "Number of builds that will be skipped.",
1473
+ "name": "offset",
1474
+ "default": 0,
1475
+ "hasDynamicHelp": false,
1476
+ "multiple": false,
1477
+ "type": "option"
1478
+ },
1479
+ "limit": {
1480
+ "description": "Number of builds that will be listed.",
1481
+ "name": "limit",
1482
+ "default": 10,
1483
+ "hasDynamicHelp": false,
1484
+ "multiple": false,
1485
+ "type": "option"
1486
+ },
1487
+ "desc": {
1488
+ "description": "Sort builds in descending order.",
1489
+ "name": "desc",
1490
+ "allowNo": false,
1491
+ "type": "boolean"
1492
+ },
1493
+ "compact": {
1494
+ "char": "c",
1495
+ "description": "Display a compact table.",
1496
+ "name": "compact",
1497
+ "allowNo": false,
1498
+ "type": "boolean"
1499
+ }
1500
+ },
1501
+ "hasDynamicHelp": false,
1502
+ "hiddenAliases": [],
1503
+ "id": "builds:ls",
1504
+ "pluginAlias": "apify-cli",
1505
+ "pluginName": "apify-cli",
1506
+ "pluginType": "core",
1507
+ "strict": true,
1508
+ "enableJsonFlag": true,
1509
+ "isESM": true,
1510
+ "relativePath": [
1511
+ "dist",
1512
+ "commands",
1513
+ "builds",
1514
+ "ls.js"
1515
+ ]
1516
+ },
1517
+ "builds:rm": {
1518
+ "aliases": [],
1519
+ "args": {
1520
+ "buildId": {
1521
+ "description": "The build ID to delete.",
1522
+ "name": "buildId",
1523
+ "required": true
1524
+ }
1525
+ },
1526
+ "description": "Permanently removes an Actor build from the Apify platform.",
1527
+ "flags": {},
1528
+ "hasDynamicHelp": false,
1529
+ "hiddenAliases": [],
1530
+ "id": "builds:rm",
1531
+ "pluginAlias": "apify-cli",
1532
+ "pluginName": "apify-cli",
1533
+ "pluginType": "core",
1534
+ "strict": true,
1535
+ "isESM": true,
1536
+ "relativePath": [
1537
+ "dist",
1538
+ "commands",
1539
+ "builds",
1540
+ "rm.js"
1541
+ ]
1542
+ },
1543
+ "datasets:create": {
1544
+ "aliases": [],
1545
+ "args": {
1546
+ "datasetName": {
1547
+ "description": "Optional name for the Dataset",
1548
+ "name": "datasetName",
1549
+ "required": false
1550
+ }
1551
+ },
1552
+ "description": "Creates a new dataset for storing structured data on your account.",
1553
+ "flags": {
1554
+ "json": {
1555
+ "description": "Format output as json.",
1556
+ "helpGroup": "GLOBAL",
1557
+ "name": "json",
1558
+ "allowNo": false,
1559
+ "type": "boolean"
1560
+ }
1561
+ },
1562
+ "hasDynamicHelp": false,
1563
+ "hiddenAliases": [],
1564
+ "id": "datasets:create",
1565
+ "pluginAlias": "apify-cli",
1566
+ "pluginName": "apify-cli",
1567
+ "pluginType": "core",
1568
+ "strict": true,
1569
+ "enableJsonFlag": true,
1570
+ "isESM": true,
1571
+ "relativePath": [
1572
+ "dist",
1573
+ "commands",
1574
+ "datasets",
1575
+ "create.js"
1576
+ ]
1577
+ },
1578
+ "datasets:get-items": {
1579
+ "aliases": [],
1580
+ "args": {
1581
+ "datasetId": {
1582
+ "description": "The ID of the Dataset to export the items for",
1583
+ "name": "datasetId",
1584
+ "required": true
1585
+ }
1586
+ },
1587
+ "description": "Retrieves dataset items in specified format (JSON, CSV, etc).",
1588
+ "flags": {
1589
+ "limit": {
1590
+ "description": "The amount of elements to get from the dataset. By default, it will return all available items.",
1591
+ "name": "limit",
1592
+ "hasDynamicHelp": false,
1593
+ "multiple": false,
1594
+ "type": "option"
1595
+ },
1596
+ "offset": {
1597
+ "description": "The offset in the dataset where to start getting items.",
1598
+ "name": "offset",
1599
+ "hasDynamicHelp": false,
1600
+ "multiple": false,
1601
+ "type": "option"
1602
+ },
1603
+ "format": {
1604
+ "description": "The format of the returned output. By default, it is set to 'json'",
1605
+ "name": "format",
1606
+ "default": "json",
1607
+ "hasDynamicHelp": false,
1608
+ "multiple": false,
1609
+ "options": [
1610
+ "json",
1611
+ "jsonl",
1612
+ "csv",
1613
+ "html",
1614
+ "rss",
1615
+ "xml",
1616
+ "xlsx"
1617
+ ],
1618
+ "type": "option"
1619
+ }
1620
+ },
1621
+ "hasDynamicHelp": false,
1622
+ "hiddenAliases": [],
1623
+ "id": "datasets:get-items",
1624
+ "pluginAlias": "apify-cli",
1625
+ "pluginName": "apify-cli",
1626
+ "pluginType": "core",
1627
+ "strict": true,
1628
+ "isESM": true,
1629
+ "relativePath": [
1630
+ "dist",
1631
+ "commands",
1632
+ "datasets",
1633
+ "get-items.js"
1634
+ ]
1635
+ },
1636
+ "datasets": {
1637
+ "aliases": [],
1638
+ "args": {},
1639
+ "description": "Manages structured data storage and retrieval.",
1640
+ "flags": {},
1641
+ "hasDynamicHelp": false,
1642
+ "hiddenAliases": [],
1643
+ "id": "datasets",
1644
+ "pluginAlias": "apify-cli",
1645
+ "pluginName": "apify-cli",
1646
+ "pluginType": "core",
1647
+ "strict": true,
1648
+ "isESM": true,
1649
+ "relativePath": [
1650
+ "dist",
1651
+ "commands",
1652
+ "datasets",
1653
+ "index.js"
1654
+ ]
1655
+ },
1656
+ "datasets:info": {
1657
+ "aliases": [],
1658
+ "args": {
1659
+ "storeId": {
1660
+ "description": "The dataset store ID to print information about.",
1661
+ "name": "storeId",
1662
+ "required": true
1663
+ }
1664
+ },
1665
+ "description": "Prints information about a specific dataset.",
1666
+ "flags": {
1667
+ "json": {
1668
+ "description": "Format output as json.",
1669
+ "helpGroup": "GLOBAL",
1670
+ "name": "json",
1671
+ "allowNo": false,
1672
+ "type": "boolean"
1673
+ }
1674
+ },
1675
+ "hasDynamicHelp": false,
1676
+ "hiddenAliases": [],
1677
+ "id": "datasets:info",
1678
+ "pluginAlias": "apify-cli",
1679
+ "pluginName": "apify-cli",
1680
+ "pluginType": "core",
1681
+ "strict": true,
1682
+ "enableJsonFlag": true,
1683
+ "isESM": true,
1684
+ "relativePath": [
1685
+ "dist",
1686
+ "commands",
1687
+ "datasets",
1688
+ "info.js"
1689
+ ]
1690
+ },
1691
+ "datasets:ls": {
1692
+ "aliases": [],
1693
+ "args": {},
1694
+ "description": "Prints all datasets on your account.",
1695
+ "flags": {
1696
+ "json": {
1697
+ "description": "Format output as json.",
1698
+ "helpGroup": "GLOBAL",
1699
+ "name": "json",
1700
+ "allowNo": false,
1701
+ "type": "boolean"
1702
+ },
1703
+ "offset": {
1704
+ "description": "Number of datasets that will be skipped.",
1705
+ "name": "offset",
1706
+ "default": 0,
1707
+ "hasDynamicHelp": false,
1708
+ "multiple": false,
1709
+ "type": "option"
1710
+ },
1711
+ "limit": {
1712
+ "description": "Number of datasets that will be listed.",
1713
+ "name": "limit",
1714
+ "default": 20,
1715
+ "hasDynamicHelp": false,
1716
+ "multiple": false,
1717
+ "type": "option"
1718
+ },
1719
+ "desc": {
1720
+ "description": "Sorts datasets in descending order.",
1721
+ "name": "desc",
1722
+ "allowNo": false,
1723
+ "type": "boolean"
1724
+ },
1725
+ "unnamed": {
1726
+ "description": "Lists datasets that don't have a name set.",
1727
+ "name": "unnamed",
1728
+ "allowNo": false,
1729
+ "type": "boolean"
1730
+ }
1731
+ },
1732
+ "hasDynamicHelp": false,
1733
+ "hiddenAliases": [],
1734
+ "id": "datasets:ls",
1735
+ "pluginAlias": "apify-cli",
1736
+ "pluginName": "apify-cli",
1737
+ "pluginType": "core",
1738
+ "strict": true,
1739
+ "enableJsonFlag": true,
1740
+ "isESM": true,
1741
+ "relativePath": [
1742
+ "dist",
1743
+ "commands",
1744
+ "datasets",
1745
+ "ls.js"
1746
+ ]
1747
+ },
1748
+ "datasets:push-items": {
1749
+ "aliases": [],
1750
+ "args": {
1751
+ "nameOrId": {
1752
+ "description": "The dataset ID or name to push the objects to",
1753
+ "name": "nameOrId",
1754
+ "required": true
1755
+ },
1756
+ "item": {
1757
+ "description": "The object or array of objects to be pushed.",
1758
+ "name": "item"
1759
+ }
1760
+ },
1761
+ "description": "Adds data items to specified dataset. Accepts single object or array of objects.",
1762
+ "flags": {},
1763
+ "hasDynamicHelp": false,
1764
+ "hiddenAliases": [],
1765
+ "id": "datasets:push-items",
1766
+ "pluginAlias": "apify-cli",
1767
+ "pluginName": "apify-cli",
1768
+ "pluginType": "core",
1769
+ "strict": true,
1770
+ "isESM": true,
1771
+ "relativePath": [
1772
+ "dist",
1773
+ "commands",
1774
+ "datasets",
1775
+ "push-items.js"
1776
+ ]
1777
+ },
1778
+ "datasets:rename": {
1779
+ "aliases": [],
1780
+ "args": {
1781
+ "nameOrId": {
1782
+ "description": "The dataset ID or name to delete.",
1783
+ "name": "nameOrId",
1784
+ "required": true
1785
+ },
1786
+ "newName": {
1787
+ "description": "The new name for the dataset.",
1788
+ "name": "newName"
1789
+ }
1790
+ },
1791
+ "description": "Change dataset name or removes name with --unname flag.",
1792
+ "flags": {
1793
+ "unname": {
1794
+ "description": "Removes the unique name of the dataset.",
1795
+ "name": "unname",
1796
+ "allowNo": false,
1797
+ "type": "boolean"
1798
+ }
1799
+ },
1800
+ "hasDynamicHelp": false,
1801
+ "hiddenAliases": [],
1802
+ "id": "datasets:rename",
1803
+ "pluginAlias": "apify-cli",
1804
+ "pluginName": "apify-cli",
1805
+ "pluginType": "core",
1806
+ "strict": true,
1807
+ "isESM": true,
1808
+ "relativePath": [
1809
+ "dist",
1810
+ "commands",
1811
+ "datasets",
1812
+ "rename.js"
1813
+ ]
1814
+ },
1815
+ "datasets:rm": {
1816
+ "aliases": [],
1817
+ "args": {
1818
+ "datasetNameOrId": {
1819
+ "description": "The dataset ID or name to delete",
1820
+ "name": "datasetNameOrId",
1821
+ "required": true
1822
+ }
1823
+ },
1824
+ "description": "Permanently removes a dataset.",
1825
+ "flags": {},
1826
+ "hasDynamicHelp": false,
1827
+ "hiddenAliases": [],
1828
+ "id": "datasets:rm",
1829
+ "pluginAlias": "apify-cli",
1830
+ "pluginName": "apify-cli",
1831
+ "pluginType": "core",
1832
+ "strict": true,
1833
+ "isESM": true,
1834
+ "relativePath": [
1835
+ "dist",
1836
+ "commands",
1837
+ "datasets",
1838
+ "rm.js"
1839
+ ]
1840
+ },
1841
+ "key-value-stores:create": {
1842
+ "aliases": [],
1843
+ "args": {
1844
+ "keyValueStoreName": {
1845
+ "description": "Optional name for the key-value store",
1846
+ "name": "keyValueStoreName",
1847
+ "required": false
1848
+ }
1849
+ },
1850
+ "description": "Creates a new key-value store on your account.",
1851
+ "flags": {
1852
+ "json": {
1853
+ "description": "Format output as json.",
1854
+ "helpGroup": "GLOBAL",
1855
+ "name": "json",
1856
+ "allowNo": false,
1857
+ "type": "boolean"
1858
+ }
1859
+ },
1860
+ "hasDynamicHelp": false,
1861
+ "hiddenAliases": [
1862
+ "kvs:create"
1863
+ ],
1864
+ "id": "key-value-stores:create",
1865
+ "pluginAlias": "apify-cli",
1866
+ "pluginName": "apify-cli",
1867
+ "pluginType": "core",
1868
+ "strict": true,
1869
+ "enableJsonFlag": true,
1870
+ "isESM": true,
1871
+ "relativePath": [
1872
+ "dist",
1873
+ "commands",
1874
+ "key-value-stores",
1875
+ "create.js"
1876
+ ]
1877
+ },
1878
+ "key-value-stores:delete-value": {
1879
+ "aliases": [],
1880
+ "args": {
1881
+ "storeId": {
1882
+ "description": "The key-value store ID to delete the value from.",
1883
+ "name": "storeId",
1884
+ "required": true
1885
+ },
1886
+ "itemKey": {
1887
+ "description": "The key of the item in the key-value store.",
1888
+ "name": "itemKey",
1889
+ "required": true
1890
+ }
1891
+ },
1892
+ "description": "Delete a value from a key-value store.",
1893
+ "flags": {},
1894
+ "hasDynamicHelp": false,
1895
+ "hiddenAliases": [
1896
+ "kvs:delete-value"
1897
+ ],
1898
+ "id": "key-value-stores:delete-value",
1899
+ "pluginAlias": "apify-cli",
1900
+ "pluginName": "apify-cli",
1901
+ "pluginType": "core",
1902
+ "strict": true,
1903
+ "isESM": true,
1904
+ "relativePath": [
1905
+ "dist",
1906
+ "commands",
1907
+ "key-value-stores",
1908
+ "delete-value.js"
1909
+ ]
1910
+ },
1911
+ "key-value-stores:get-value": {
1912
+ "aliases": [],
1913
+ "args": {
1914
+ "keyValueStoreId": {
1915
+ "description": "The key-value store ID to get the value from.",
1916
+ "name": "keyValueStoreId",
1917
+ "required": true
1918
+ },
1919
+ "itemKey": {
1920
+ "description": "The key of the item in the key-value store.",
1921
+ "name": "itemKey",
1922
+ "required": true
1923
+ }
1924
+ },
1925
+ "description": "Retrieves stored value for specified key. Use --only-content-type to check MIME type.",
1926
+ "flags": {
1927
+ "only-content-type": {
1928
+ "description": "Only return the content type of the specified key",
1929
+ "name": "only-content-type",
1930
+ "allowNo": false,
1931
+ "type": "boolean"
1932
+ }
1933
+ },
1934
+ "hasDynamicHelp": false,
1935
+ "hiddenAliases": [
1936
+ "kvs:get-value"
1937
+ ],
1938
+ "id": "key-value-stores:get-value",
1939
+ "pluginAlias": "apify-cli",
1940
+ "pluginName": "apify-cli",
1941
+ "pluginType": "core",
1942
+ "strict": true,
1943
+ "isESM": true,
1944
+ "relativePath": [
1945
+ "dist",
1946
+ "commands",
1947
+ "key-value-stores",
1948
+ "get-value.js"
1949
+ ]
1950
+ },
1951
+ "key-value-stores": {
1952
+ "aliases": [],
1953
+ "args": {},
1954
+ "description": "Manages persistent key-value storage.\n\nAlias: kvs",
1955
+ "flags": {},
1956
+ "hasDynamicHelp": false,
1957
+ "hiddenAliases": [
1958
+ "kvs"
1959
+ ],
1960
+ "id": "key-value-stores",
1961
+ "pluginAlias": "apify-cli",
1962
+ "pluginName": "apify-cli",
1963
+ "pluginType": "core",
1964
+ "strict": true,
1965
+ "isESM": true,
1966
+ "relativePath": [
1967
+ "dist",
1968
+ "commands",
1969
+ "key-value-stores",
1970
+ "index.js"
1971
+ ]
1972
+ },
1973
+ "key-value-stores:info": {
1974
+ "aliases": [],
1975
+ "args": {
1976
+ "storeId": {
1977
+ "description": "The key-value store ID to print information about.",
1978
+ "name": "storeId",
1979
+ "required": true
1980
+ }
1981
+ },
1982
+ "description": "Shows information about a key-value store.",
1983
+ "flags": {
1984
+ "json": {
1985
+ "description": "Format output as json.",
1986
+ "helpGroup": "GLOBAL",
1987
+ "name": "json",
1988
+ "allowNo": false,
1989
+ "type": "boolean"
1990
+ }
1991
+ },
1992
+ "hasDynamicHelp": false,
1993
+ "hiddenAliases": [
1994
+ "kvs:info"
1995
+ ],
1996
+ "id": "key-value-stores:info",
1997
+ "pluginAlias": "apify-cli",
1998
+ "pluginName": "apify-cli",
1999
+ "pluginType": "core",
2000
+ "strict": true,
2001
+ "enableJsonFlag": true,
2002
+ "isESM": true,
2003
+ "relativePath": [
2004
+ "dist",
2005
+ "commands",
2006
+ "key-value-stores",
2007
+ "info.js"
2008
+ ]
2009
+ },
2010
+ "key-value-stores:keys": {
2011
+ "aliases": [],
2012
+ "args": {
2013
+ "storeId": {
2014
+ "description": "The key-value store ID to list keys for.",
2015
+ "name": "storeId",
2016
+ "required": true
2017
+ }
2018
+ },
2019
+ "description": "Lists all keys in a key-value store.",
2020
+ "flags": {
2021
+ "json": {
2022
+ "description": "Format output as json.",
2023
+ "helpGroup": "GLOBAL",
2024
+ "name": "json",
2025
+ "allowNo": false,
2026
+ "type": "boolean"
2027
+ },
2028
+ "limit": {
2029
+ "description": "The maximum number of keys to return.",
2030
+ "name": "limit",
2031
+ "default": 20,
2032
+ "hasDynamicHelp": false,
2033
+ "multiple": false,
2034
+ "type": "option"
2035
+ },
2036
+ "exclusive-start-key": {
2037
+ "description": "The key to start the list from.",
2038
+ "name": "exclusive-start-key",
2039
+ "hasDynamicHelp": false,
2040
+ "multiple": false,
2041
+ "type": "option"
2042
+ }
2043
+ },
2044
+ "hasDynamicHelp": false,
2045
+ "hiddenAliases": [
2046
+ "kvs:keys"
2047
+ ],
2048
+ "id": "key-value-stores:keys",
2049
+ "pluginAlias": "apify-cli",
2050
+ "pluginName": "apify-cli",
2051
+ "pluginType": "core",
2052
+ "strict": true,
2053
+ "enableJsonFlag": true,
2054
+ "isESM": true,
2055
+ "relativePath": [
2056
+ "dist",
2057
+ "commands",
2058
+ "key-value-stores",
2059
+ "keys.js"
2060
+ ]
2061
+ },
2062
+ "key-value-stores:ls": {
2063
+ "aliases": [],
2064
+ "args": {},
2065
+ "description": "Lists all key-value stores on your account.",
2066
+ "flags": {
2067
+ "json": {
2068
+ "description": "Format output as json.",
2069
+ "helpGroup": "GLOBAL",
2070
+ "name": "json",
2071
+ "allowNo": false,
2072
+ "type": "boolean"
2073
+ },
2074
+ "offset": {
2075
+ "description": "Number of key-value stores that will be skipped.",
2076
+ "name": "offset",
2077
+ "default": 0,
2078
+ "hasDynamicHelp": false,
2079
+ "multiple": false,
2080
+ "type": "option"
2081
+ },
2082
+ "limit": {
2083
+ "description": "Number of key-value stores that will be listed.",
2084
+ "name": "limit",
2085
+ "default": 20,
2086
+ "hasDynamicHelp": false,
2087
+ "multiple": false,
2088
+ "type": "option"
2089
+ },
2090
+ "desc": {
2091
+ "description": "Sorts key-value stores in descending order.",
2092
+ "name": "desc",
2093
+ "allowNo": false,
2094
+ "type": "boolean"
2095
+ },
2096
+ "unnamed": {
2097
+ "description": "Lists key-value stores that don't have a name set.",
2098
+ "name": "unnamed",
2099
+ "allowNo": false,
2100
+ "type": "boolean"
2101
+ }
2102
+ },
2103
+ "hasDynamicHelp": false,
2104
+ "hiddenAliases": [
2105
+ "kvs:ls"
2106
+ ],
2107
+ "id": "key-value-stores:ls",
2108
+ "pluginAlias": "apify-cli",
2109
+ "pluginName": "apify-cli",
2110
+ "pluginType": "core",
2111
+ "strict": true,
2112
+ "enableJsonFlag": true,
2113
+ "isESM": true,
2114
+ "relativePath": [
2115
+ "dist",
2116
+ "commands",
2117
+ "key-value-stores",
2118
+ "ls.js"
2119
+ ]
2120
+ },
2121
+ "key-value-stores:rename": {
2122
+ "aliases": [],
2123
+ "args": {
2124
+ "keyValueStoreNameOrId": {
2125
+ "description": "The key-value store ID or name to delete",
2126
+ "name": "keyValueStoreNameOrId",
2127
+ "required": true
2128
+ },
2129
+ "newName": {
2130
+ "description": "The new name for the key-value store",
2131
+ "name": "newName"
2132
+ }
2133
+ },
2134
+ "description": "Renames a key-value store, or removes its unique name.",
2135
+ "flags": {
2136
+ "unname": {
2137
+ "description": "Removes the unique name of the key-value store",
2138
+ "name": "unname",
2139
+ "allowNo": false,
2140
+ "type": "boolean"
2141
+ }
2142
+ },
2143
+ "hasDynamicHelp": false,
2144
+ "hiddenAliases": [
2145
+ "kvs:rename"
2146
+ ],
2147
+ "id": "key-value-stores:rename",
2148
+ "pluginAlias": "apify-cli",
2149
+ "pluginName": "apify-cli",
2150
+ "pluginType": "core",
2151
+ "strict": true,
2152
+ "isESM": true,
2153
+ "relativePath": [
2154
+ "dist",
2155
+ "commands",
2156
+ "key-value-stores",
2157
+ "rename.js"
2158
+ ]
2159
+ },
2160
+ "key-value-stores:rm": {
2161
+ "aliases": [],
2162
+ "args": {
2163
+ "keyValueStoreNameOrId": {
2164
+ "description": "The key-value store ID or name to delete",
2165
+ "name": "keyValueStoreNameOrId",
2166
+ "required": true
2167
+ }
2168
+ },
2169
+ "description": "Permanently removes a key-value store.",
2170
+ "flags": {},
2171
+ "hasDynamicHelp": false,
2172
+ "hiddenAliases": [
2173
+ "kvs:rm"
2174
+ ],
2175
+ "id": "key-value-stores:rm",
2176
+ "pluginAlias": "apify-cli",
2177
+ "pluginName": "apify-cli",
2178
+ "pluginType": "core",
2179
+ "strict": true,
2180
+ "isESM": true,
2181
+ "relativePath": [
2182
+ "dist",
2183
+ "commands",
2184
+ "key-value-stores",
2185
+ "rm.js"
2186
+ ]
2187
+ },
2188
+ "key-value-stores:set-value": {
2189
+ "aliases": [],
2190
+ "args": {
2191
+ "storeId": {
2192
+ "description": "The key-value store ID to set the value in.",
2193
+ "name": "storeId",
2194
+ "required": true
2195
+ },
2196
+ "itemKey": {
2197
+ "description": "The key of the item in the key-value store.",
2198
+ "name": "itemKey",
2199
+ "required": true
2200
+ },
2201
+ "value": {
2202
+ "description": "The value to set.",
2203
+ "name": "value"
2204
+ }
2205
+ },
2206
+ "description": "Stores value with specified key. Set content-type with --content-type flag.",
2207
+ "flags": {
2208
+ "content-type": {
2209
+ "description": "The MIME content type of the value. By default, \"application/json\" is assumed.",
2210
+ "name": "content-type",
2211
+ "default": "application/json",
2212
+ "hasDynamicHelp": false,
2213
+ "multiple": false,
2214
+ "type": "option"
2215
+ }
2216
+ },
2217
+ "hasDynamicHelp": false,
2218
+ "hiddenAliases": [
2219
+ "kvs:set-value"
2220
+ ],
2221
+ "id": "key-value-stores:set-value",
2222
+ "pluginAlias": "apify-cli",
2223
+ "pluginName": "apify-cli",
2224
+ "pluginType": "core",
2225
+ "strict": true,
2226
+ "isESM": true,
2227
+ "relativePath": [
2228
+ "dist",
2229
+ "commands",
2230
+ "key-value-stores",
2231
+ "set-value.js"
2232
+ ]
2233
+ },
2234
+ "runs:abort": {
2235
+ "aliases": [],
2236
+ "args": {
2237
+ "runId": {
2238
+ "description": "The run ID to abort.",
2239
+ "name": "runId",
2240
+ "required": true
2241
+ }
2242
+ },
2243
+ "description": "Aborts an Actor run.",
2244
+ "flags": {
2245
+ "json": {
2246
+ "description": "Format output as json.",
2247
+ "helpGroup": "GLOBAL",
2248
+ "name": "json",
2249
+ "allowNo": false,
2250
+ "type": "boolean"
2251
+ },
2252
+ "force": {
2253
+ "char": "f",
2254
+ "description": "Whether to force the run to abort immediately, instead of gracefully.",
2255
+ "name": "force",
2256
+ "allowNo": false,
2257
+ "type": "boolean"
2258
+ }
2259
+ },
2260
+ "hasDynamicHelp": false,
2261
+ "hiddenAliases": [],
2262
+ "id": "runs:abort",
2263
+ "pluginAlias": "apify-cli",
2264
+ "pluginName": "apify-cli",
2265
+ "pluginType": "core",
2266
+ "strict": true,
2267
+ "enableJsonFlag": true,
2268
+ "isESM": true,
2269
+ "relativePath": [
2270
+ "dist",
2271
+ "commands",
2272
+ "runs",
2273
+ "abort.js"
2274
+ ]
2275
+ },
2276
+ "runs": {
2277
+ "aliases": [],
2278
+ "args": {},
2279
+ "description": "Manages Actor run operations ",
2280
+ "flags": {},
2281
+ "hasDynamicHelp": false,
2282
+ "hiddenAliases": [],
2283
+ "id": "runs",
2284
+ "pluginAlias": "apify-cli",
2285
+ "pluginName": "apify-cli",
2286
+ "pluginType": "core",
2287
+ "strict": true,
2288
+ "isESM": true,
2289
+ "relativePath": [
2290
+ "dist",
2291
+ "commands",
2292
+ "runs",
2293
+ "index.js"
2294
+ ]
2295
+ },
2296
+ "runs:info": {
2297
+ "aliases": [],
2298
+ "args": {
2299
+ "runId": {
2300
+ "description": "The run ID to print information about.",
2301
+ "name": "runId",
2302
+ "required": true
2303
+ }
2304
+ },
2305
+ "description": "Prints information about an Actor run.",
2306
+ "flags": {
2307
+ "json": {
2308
+ "description": "Format output as json.",
2309
+ "helpGroup": "GLOBAL",
2310
+ "name": "json",
2311
+ "allowNo": false,
2312
+ "type": "boolean"
2313
+ },
2314
+ "verbose": {
2315
+ "char": "v",
2316
+ "description": "Prints more in-depth information about the Actor run.",
2317
+ "name": "verbose",
2318
+ "allowNo": false,
2319
+ "type": "boolean"
2320
+ }
2321
+ },
2322
+ "hasDynamicHelp": false,
2323
+ "hiddenAliases": [],
2324
+ "id": "runs:info",
2325
+ "pluginAlias": "apify-cli",
2326
+ "pluginName": "apify-cli",
2327
+ "pluginType": "core",
2328
+ "strict": true,
2329
+ "enableJsonFlag": true,
2330
+ "isESM": true,
2331
+ "relativePath": [
2332
+ "dist",
2333
+ "commands",
2334
+ "runs",
2335
+ "info.js"
2336
+ ]
2337
+ },
2338
+ "runs:log": {
2339
+ "aliases": [],
2340
+ "args": {
2341
+ "runId": {
2342
+ "description": "The run ID to get the log from.",
2343
+ "name": "runId",
2344
+ "required": true
2345
+ }
2346
+ },
2347
+ "description": "Prints the log of a specific run.",
2348
+ "flags": {},
2349
+ "hasDynamicHelp": false,
2350
+ "hiddenAliases": [],
2351
+ "id": "runs:log",
2352
+ "pluginAlias": "apify-cli",
2353
+ "pluginName": "apify-cli",
2354
+ "pluginType": "core",
2355
+ "strict": true,
2356
+ "isESM": true,
2357
+ "relativePath": [
2358
+ "dist",
2359
+ "commands",
2360
+ "runs",
2361
+ "log.js"
2362
+ ]
2363
+ },
2364
+ "runs:ls": {
2365
+ "aliases": [],
2366
+ "args": {
2367
+ "actorId": {
2368
+ "description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
2369
+ "name": "actorId"
2370
+ }
2371
+ },
2372
+ "description": "Lists all runs of the Actor.",
2373
+ "flags": {
2374
+ "json": {
2375
+ "description": "Format output as json.",
2376
+ "helpGroup": "GLOBAL",
2377
+ "name": "json",
2378
+ "allowNo": false,
2379
+ "type": "boolean"
2380
+ },
2381
+ "offset": {
2382
+ "description": "Number of runs that will be skipped.",
2383
+ "name": "offset",
2384
+ "default": 0,
2385
+ "hasDynamicHelp": false,
2386
+ "multiple": false,
2387
+ "type": "option"
2388
+ },
2389
+ "limit": {
2390
+ "description": "Number of runs that will be listed.",
2391
+ "name": "limit",
2392
+ "default": 10,
2393
+ "hasDynamicHelp": false,
2394
+ "multiple": false,
2395
+ "type": "option"
2396
+ },
2397
+ "desc": {
2398
+ "description": "Sort runs in descending order.",
2399
+ "name": "desc",
2400
+ "allowNo": false,
2401
+ "type": "boolean"
2402
+ },
2403
+ "compact": {
2404
+ "char": "c",
2405
+ "description": "Display a compact table.",
2406
+ "name": "compact",
2407
+ "allowNo": false,
2408
+ "type": "boolean"
2409
+ }
2410
+ },
2411
+ "hasDynamicHelp": false,
2412
+ "hiddenAliases": [],
2413
+ "id": "runs:ls",
2414
+ "pluginAlias": "apify-cli",
2415
+ "pluginName": "apify-cli",
2416
+ "pluginType": "core",
2417
+ "strict": true,
2418
+ "enableJsonFlag": true,
2419
+ "isESM": true,
2420
+ "relativePath": [
2421
+ "dist",
2422
+ "commands",
2423
+ "runs",
2424
+ "ls.js"
2425
+ ]
2426
+ },
2427
+ "runs:resurrect": {
2428
+ "aliases": [],
2429
+ "args": {
2430
+ "runId": {
2431
+ "description": "The run ID to resurrect.",
2432
+ "name": "runId",
2433
+ "required": true
2434
+ }
2435
+ },
2436
+ "description": "Resurrects an aborted or finished Actor Run.",
2437
+ "flags": {
2438
+ "json": {
2439
+ "description": "Format output as json.",
2440
+ "helpGroup": "GLOBAL",
2441
+ "name": "json",
2442
+ "allowNo": false,
2443
+ "type": "boolean"
2444
+ }
2445
+ },
2446
+ "hasDynamicHelp": false,
2447
+ "hiddenAliases": [],
2448
+ "id": "runs:resurrect",
2449
+ "pluginAlias": "apify-cli",
2450
+ "pluginName": "apify-cli",
2451
+ "pluginType": "core",
2452
+ "strict": true,
2453
+ "enableJsonFlag": true,
2454
+ "isESM": true,
2455
+ "relativePath": [
2456
+ "dist",
2457
+ "commands",
2458
+ "runs",
2459
+ "resurrect.js"
2460
+ ]
2461
+ },
2462
+ "runs:rm": {
2463
+ "aliases": [],
2464
+ "args": {
2465
+ "runId": {
2466
+ "description": "The run ID to delete.",
2467
+ "name": "runId",
2468
+ "required": true
2469
+ }
2470
+ },
2471
+ "description": "Deletes an Actor Run.",
2472
+ "flags": {},
2473
+ "hasDynamicHelp": false,
2474
+ "hiddenAliases": [],
2475
+ "id": "runs:rm",
2476
+ "pluginAlias": "apify-cli",
2477
+ "pluginName": "apify-cli",
2478
+ "pluginType": "core",
2479
+ "strict": true,
2480
+ "isESM": true,
2481
+ "relativePath": [
2482
+ "dist",
2483
+ "commands",
2484
+ "runs",
2485
+ "rm.js"
2486
+ ]
2487
+ },
2488
+ "secrets:add": {
2489
+ "aliases": [],
2490
+ "args": {
2491
+ "name": {
2492
+ "description": "Name of the secret",
2493
+ "name": "name",
2494
+ "required": true
2495
+ },
2496
+ "value": {
2497
+ "description": "Value of the secret",
2498
+ "name": "value",
2499
+ "required": true
2500
+ }
2501
+ },
2502
+ "description": "Adds a new secret to '~/.apify' for use in Actor environment variables.",
2503
+ "flags": {},
2504
+ "hasDynamicHelp": false,
2505
+ "hiddenAliases": [],
2506
+ "id": "secrets:add",
2507
+ "pluginAlias": "apify-cli",
2508
+ "pluginName": "apify-cli",
2509
+ "pluginType": "core",
2510
+ "strict": true,
2511
+ "isESM": true,
2512
+ "relativePath": [
2513
+ "dist",
2514
+ "commands",
2515
+ "secrets",
2516
+ "add.js"
2517
+ ]
2518
+ },
2519
+ "secrets": {
2520
+ "aliases": [],
2521
+ "args": {},
2522
+ "description": "Manages secure environment variables for Actors.\n\nExample:\n$ apify secrets add mySecret TopSecretValue123\n\nThe \"mySecret\" value can be used in an environment variable defined in '.actor/actor.json' file by adding the \"@\"\nprefix:\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\nof the Actor.",
2523
+ "flags": {},
2524
+ "hasDynamicHelp": false,
2525
+ "hiddenAliases": [],
2526
+ "id": "secrets",
2527
+ "pluginAlias": "apify-cli",
2528
+ "pluginName": "apify-cli",
2529
+ "pluginType": "core",
2530
+ "strict": true,
2531
+ "isESM": true,
2532
+ "relativePath": [
2533
+ "dist",
2534
+ "commands",
2535
+ "secrets",
2536
+ "index.js"
2537
+ ]
2538
+ },
2539
+ "secrets:rm": {
2540
+ "aliases": [],
2541
+ "args": {
2542
+ "name": {
2543
+ "description": "Name of the secret",
2544
+ "name": "name",
2545
+ "required": true
2546
+ }
2547
+ },
2548
+ "description": "Permanently deletes a secret from your stored credentials.",
2549
+ "flags": {},
2550
+ "hasDynamicHelp": false,
2551
+ "hiddenAliases": [],
2552
+ "id": "secrets:rm",
2553
+ "pluginAlias": "apify-cli",
2554
+ "pluginName": "apify-cli",
2555
+ "pluginType": "core",
2556
+ "strict": true,
2557
+ "isESM": true,
2558
+ "relativePath": [
2559
+ "dist",
2560
+ "commands",
2561
+ "secrets",
2562
+ "rm.js"
2563
+ ]
2564
+ },
2565
+ "request-queues": {
2566
+ "aliases": [],
2567
+ "args": {},
2568
+ "description": "Manages URL queues for web scraping and automation tasks.",
2569
+ "flags": {},
2570
+ "hasDynamicHelp": false,
2571
+ "hiddenAliases": [],
2572
+ "id": "request-queues",
2573
+ "pluginAlias": "apify-cli",
2574
+ "pluginName": "apify-cli",
2575
+ "pluginType": "core",
2576
+ "strict": true,
2577
+ "isESM": true,
2578
+ "relativePath": [
2579
+ "dist",
2580
+ "commands",
2581
+ "request-queues",
2582
+ "index.js"
2583
+ ]
2584
+ },
2585
+ "task": {
2586
+ "aliases": [],
2587
+ "args": {},
2588
+ "description": "Manages scheduled and predefined Actor configurations.",
2589
+ "flags": {},
2590
+ "hasDynamicHelp": false,
2591
+ "hiddenAliases": [],
2592
+ "id": "task",
2593
+ "pluginAlias": "apify-cli",
2594
+ "pluginName": "apify-cli",
2595
+ "pluginType": "core",
2596
+ "strict": true,
2597
+ "isESM": true,
2598
+ "relativePath": [
2599
+ "dist",
2600
+ "commands",
2601
+ "task",
2602
+ "index.js"
2603
+ ]
2604
+ },
2605
+ "task:run": {
2606
+ "aliases": [],
2607
+ "args": {
2608
+ "taskId": {
2609
+ "description": "Name or ID of the Task to run (e.g. \"my-task\" or \"E2jjCZBezvAZnX8Rb\").",
2610
+ "name": "taskId",
2611
+ "required": true
2612
+ }
2613
+ },
2614
+ "description": "Executes predefined Actor task remotely using local key-value store for input.\nCustomize with --memory and --timeout flags.\n",
2615
+ "flags": {
2616
+ "build": {
2617
+ "char": "b",
2618
+ "description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
2619
+ "name": "build",
2620
+ "required": false,
2621
+ "hasDynamicHelp": false,
2622
+ "multiple": false,
2623
+ "type": "option"
2624
+ },
2625
+ "timeout": {
2626
+ "char": "t",
2627
+ "description": "Timeout for the Task run in seconds. Zero value means there is no timeout.",
2628
+ "name": "timeout",
2629
+ "required": false,
2630
+ "hasDynamicHelp": false,
2631
+ "multiple": false,
2632
+ "type": "option"
2633
+ },
2634
+ "memory": {
2635
+ "char": "m",
2636
+ "description": "Amount of memory allocated for the Task run, in megabytes.",
2637
+ "name": "memory",
2638
+ "required": false,
2639
+ "hasDynamicHelp": false,
2640
+ "multiple": false,
2641
+ "type": "option"
2642
+ }
2643
+ },
2644
+ "hasDynamicHelp": false,
2645
+ "hiddenAliases": [],
2646
+ "id": "task:run",
2647
+ "pluginAlias": "apify-cli",
2648
+ "pluginName": "apify-cli",
2649
+ "pluginType": "core",
2650
+ "strict": true,
2651
+ "isESM": true,
2652
+ "relativePath": [
2653
+ "dist",
2654
+ "commands",
2655
+ "task",
2656
+ "run.js"
2657
+ ]
2658
+ }
2659
+ },
2660
+ "version": "0.21.9"
2661
+ }