apify-cli 0.21.7 → 0.21.8-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (425) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +0 -1431
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/commands/_register.js +52 -0
  5. package/dist/commands/_register.js.map +1 -0
  6. package/dist/commands/actor/_index.js +24 -0
  7. package/dist/commands/actor/_index.js.map +1 -0
  8. package/dist/commands/actor/charge.js +5 -3
  9. package/dist/commands/actor/charge.js.map +1 -1
  10. package/dist/commands/actor/get-input.js +3 -2
  11. package/dist/commands/actor/get-input.js.map +1 -1
  12. package/dist/commands/actor/get-public-url.js +4 -3
  13. package/dist/commands/actor/get-public-url.js.map +1 -1
  14. package/dist/commands/actor/get-value.js +4 -3
  15. package/dist/commands/actor/get-value.js.map +1 -1
  16. package/dist/commands/actor/push-data.js +6 -5
  17. package/dist/commands/actor/push-data.js.map +1 -1
  18. package/dist/commands/actor/set-value.js +5 -5
  19. package/dist/commands/actor/set-value.js.map +1 -1
  20. package/dist/commands/actors/_index.js +28 -0
  21. package/dist/commands/actors/_index.js.map +1 -0
  22. package/dist/commands/actors/build.js +3 -1
  23. package/dist/commands/actors/build.js.map +1 -1
  24. package/dist/commands/actors/call.js +9 -7
  25. package/dist/commands/actors/call.js.map +1 -1
  26. package/dist/commands/actors/info.js +7 -5
  27. package/dist/commands/actors/info.js.map +1 -1
  28. package/dist/commands/actors/ls.js +8 -6
  29. package/dist/commands/actors/ls.js.map +1 -1
  30. package/dist/commands/actors/pull.js +4 -2
  31. package/dist/commands/actors/pull.js.map +1 -1
  32. package/dist/commands/actors/push.js +4 -6
  33. package/dist/commands/actors/push.js.map +1 -1
  34. package/dist/commands/actors/rm.js +4 -3
  35. package/dist/commands/actors/rm.js.map +1 -1
  36. package/dist/commands/actors/start.js +9 -7
  37. package/dist/commands/actors/start.js.map +1 -1
  38. package/dist/commands/builds/_index.js +22 -0
  39. package/dist/commands/builds/_index.js.map +1 -0
  40. package/dist/commands/builds/create.js +7 -5
  41. package/dist/commands/builds/create.js.map +1 -1
  42. package/dist/commands/builds/info.js +7 -6
  43. package/dist/commands/builds/info.js.map +1 -1
  44. package/dist/commands/builds/log.js +4 -3
  45. package/dist/commands/builds/log.js.map +1 -1
  46. package/dist/commands/builds/ls.js +8 -6
  47. package/dist/commands/builds/ls.js.map +1 -1
  48. package/dist/commands/builds/rm.js +3 -2
  49. package/dist/commands/builds/rm.js.map +1 -1
  50. package/dist/commands/call.js +1 -0
  51. package/dist/commands/call.js.map +1 -1
  52. package/dist/commands/check-version.js +4 -3
  53. package/dist/commands/check-version.js.map +1 -1
  54. package/dist/commands/create.js +4 -2
  55. package/dist/commands/create.js.map +1 -1
  56. package/dist/commands/datasets/_index.js +25 -0
  57. package/dist/commands/datasets/_index.js.map +1 -0
  58. package/dist/commands/datasets/create.js +6 -5
  59. package/dist/commands/datasets/create.js.map +1 -1
  60. package/dist/commands/datasets/get-items.js +6 -7
  61. package/dist/commands/datasets/get-items.js.map +1 -1
  62. package/dist/commands/datasets/info.js +7 -6
  63. package/dist/commands/datasets/info.js.map +1 -1
  64. package/dist/commands/datasets/ls.js +6 -5
  65. package/dist/commands/datasets/ls.js.map +1 -1
  66. package/dist/commands/datasets/push-items.js +5 -4
  67. package/dist/commands/datasets/push-items.js.map +1 -1
  68. package/dist/commands/datasets/rename.js +4 -2
  69. package/dist/commands/datasets/rename.js.map +1 -1
  70. package/dist/commands/datasets/rm.js +3 -2
  71. package/dist/commands/datasets/rm.js.map +1 -1
  72. package/dist/commands/edit-input-schema.js +4 -3
  73. package/dist/commands/edit-input-schema.js.map +1 -1
  74. package/dist/commands/info.js +2 -1
  75. package/dist/commands/info.js.map +1 -1
  76. package/dist/commands/init-wrap-scrapy.js +3 -2
  77. package/dist/commands/init-wrap-scrapy.js.map +1 -1
  78. package/dist/commands/init.js +4 -2
  79. package/dist/commands/init.js.map +1 -1
  80. package/dist/commands/key-value-stores/_index.js +30 -0
  81. package/dist/commands/key-value-stores/_index.js.map +1 -0
  82. package/dist/commands/key-value-stores/create.js +7 -7
  83. package/dist/commands/key-value-stores/create.js.map +1 -1
  84. package/dist/commands/key-value-stores/delete-value.js +4 -4
  85. package/dist/commands/key-value-stores/delete-value.js.map +1 -1
  86. package/dist/commands/key-value-stores/get-value.js +4 -3
  87. package/dist/commands/key-value-stores/get-value.js.map +1 -1
  88. package/dist/commands/key-value-stores/info.js +7 -7
  89. package/dist/commands/key-value-stores/info.js.map +1 -1
  90. package/dist/commands/key-value-stores/keys.js +7 -6
  91. package/dist/commands/key-value-stores/keys.js.map +1 -1
  92. package/dist/commands/key-value-stores/ls.js +6 -7
  93. package/dist/commands/key-value-stores/ls.js.map +1 -1
  94. package/dist/commands/key-value-stores/rename.js +4 -3
  95. package/dist/commands/key-value-stores/rename.js.map +1 -1
  96. package/dist/commands/key-value-stores/rm.js +3 -3
  97. package/dist/commands/key-value-stores/rm.js.map +1 -1
  98. package/dist/commands/key-value-stores/set-value.js +4 -6
  99. package/dist/commands/key-value-stores/set-value.js.map +1 -1
  100. package/dist/commands/login.js +4 -3
  101. package/dist/commands/login.js.map +1 -1
  102. package/dist/commands/logout.js +2 -1
  103. package/dist/commands/logout.js.map +1 -1
  104. package/dist/commands/pull.js +1 -0
  105. package/dist/commands/pull.js.map +1 -1
  106. package/dist/commands/push.js +1 -0
  107. package/dist/commands/push.js.map +1 -1
  108. package/dist/commands/request-queues/{index.js → _index.js} +4 -3
  109. package/dist/commands/request-queues/_index.js.map +1 -0
  110. package/dist/commands/run.js +7 -5
  111. package/dist/commands/run.js.map +1 -1
  112. package/dist/commands/runs/_index.js +23 -0
  113. package/dist/commands/runs/_index.js.map +1 -0
  114. package/dist/commands/runs/abort.js +7 -5
  115. package/dist/commands/runs/abort.js.map +1 -1
  116. package/dist/commands/runs/info.js +8 -6
  117. package/dist/commands/runs/info.js.map +1 -1
  118. package/dist/commands/runs/log.js +3 -2
  119. package/dist/commands/runs/log.js.map +1 -1
  120. package/dist/commands/runs/ls.js +7 -5
  121. package/dist/commands/runs/ls.js.map +1 -1
  122. package/dist/commands/runs/resurrect.js +6 -5
  123. package/dist/commands/runs/resurrect.js.map +1 -1
  124. package/dist/commands/runs/rm.js +3 -2
  125. package/dist/commands/runs/rm.js.map +1 -1
  126. package/dist/commands/secrets/{index.js → _index.js} +7 -3
  127. package/dist/commands/secrets/_index.js.map +1 -0
  128. package/dist/commands/secrets/add.js +3 -2
  129. package/dist/commands/secrets/add.js.map +1 -1
  130. package/dist/commands/secrets/rm.js +4 -3
  131. package/dist/commands/secrets/rm.js.map +1 -1
  132. package/dist/commands/task/_index.js +11 -0
  133. package/dist/commands/task/_index.js.map +1 -0
  134. package/dist/commands/task/run.js +3 -2
  135. package/dist/commands/task/run.js.map +1 -1
  136. package/dist/commands/validate-schema.js +3 -2
  137. package/dist/commands/validate-schema.js.map +1 -1
  138. package/dist/entrypoints/_shared.js +219 -0
  139. package/dist/entrypoints/_shared.js.map +1 -0
  140. package/dist/entrypoints/actor.js +19 -0
  141. package/dist/entrypoints/actor.js.map +1 -0
  142. package/dist/entrypoints/apify.js +32 -0
  143. package/dist/entrypoints/apify.js.map +1 -0
  144. package/dist/lib/command-framework/apify-command.js +342 -0
  145. package/dist/lib/command-framework/apify-command.js.map +1 -0
  146. package/dist/lib/command-framework/args.js +23 -0
  147. package/dist/lib/command-framework/args.js.map +1 -0
  148. package/dist/lib/command-framework/flags.js +102 -0
  149. package/dist/lib/command-framework/flags.js.map +1 -0
  150. package/dist/lib/command-framework/help/CommandHelp.js +228 -0
  151. package/dist/lib/command-framework/help/CommandHelp.js.map +1 -0
  152. package/dist/lib/command-framework/help/CommandWithSubcommands.js +75 -0
  153. package/dist/lib/command-framework/help/CommandWithSubcommands.js.map +1 -0
  154. package/dist/lib/command-framework/help/_BaseCommandRenderer.js +63 -0
  155. package/dist/lib/command-framework/help/_BaseCommandRenderer.js.map +1 -0
  156. package/dist/lib/command-framework/help/consts.js +27 -0
  157. package/dist/lib/command-framework/help/consts.js.map +1 -0
  158. package/dist/lib/command-framework/help.js +104 -0
  159. package/dist/lib/command-framework/help.js.map +1 -0
  160. package/dist/lib/commands/read-stdin.js +71 -14
  161. package/dist/lib/commands/read-stdin.js.map +1 -1
  162. package/dist/lib/commands/resolve-input.js +6 -6
  163. package/dist/lib/commands/resolve-input.js.map +1 -1
  164. package/dist/lib/commands/run-on-cloud.js +1 -1
  165. package/dist/lib/commands/run-on-cloud.js.map +1 -1
  166. package/dist/lib/consts.js +18 -3
  167. package/dist/lib/consts.js.map +1 -1
  168. package/dist/lib/hooks/runtimes/utils.js +3 -6
  169. package/dist/lib/hooks/runtimes/utils.js.map +1 -1
  170. package/dist/lib/types.js +3 -1
  171. package/dist/lib/types.js.map +1 -1
  172. package/dist/lib/utils.js +21 -12
  173. package/dist/lib/utils.js.map +1 -1
  174. package/dist/typechecking.tsbuildinfo +1 -1
  175. package/package.json +23 -42
  176. package/bin/dev.cmd +0 -3
  177. package/bin/dev.js +0 -23
  178. package/bin/dev.sh +0 -4
  179. package/bin/run.cmd +0 -3
  180. package/bin/run.js +0 -25
  181. package/dist/commands/actor/charge.d.ts +0 -23
  182. package/dist/commands/actor/charge.d.ts.map +0 -1
  183. package/dist/commands/actor/get-input.d.ts +0 -6
  184. package/dist/commands/actor/get-input.d.ts.map +0 -1
  185. package/dist/commands/actor/get-public-url.d.ts +0 -9
  186. package/dist/commands/actor/get-public-url.d.ts.map +0 -1
  187. package/dist/commands/actor/get-value.d.ts +0 -9
  188. package/dist/commands/actor/get-value.d.ts.map +0 -1
  189. package/dist/commands/actor/index.d.ts +0 -6
  190. package/dist/commands/actor/index.d.ts.map +0 -1
  191. package/dist/commands/actor/index.js +0 -8
  192. package/dist/commands/actor/index.js.map +0 -1
  193. package/dist/commands/actor/push-data.d.ts +0 -9
  194. package/dist/commands/actor/push-data.d.ts.map +0 -1
  195. package/dist/commands/actor/set-value.d.ts +0 -13
  196. package/dist/commands/actor/set-value.d.ts.map +0 -1
  197. package/dist/commands/actors/build.d.ts +0 -4
  198. package/dist/commands/actors/build.d.ts.map +0 -1
  199. package/dist/commands/actors/call.d.ts +0 -30
  200. package/dist/commands/actors/call.d.ts.map +0 -1
  201. package/dist/commands/actors/index.d.ts +0 -6
  202. package/dist/commands/actors/index.d.ts.map +0 -1
  203. package/dist/commands/actors/index.js +0 -8
  204. package/dist/commands/actors/index.js.map +0 -1
  205. package/dist/commands/actors/info.d.ts +0 -22
  206. package/dist/commands/actors/info.d.ts.map +0 -1
  207. package/dist/commands/actors/ls.d.ts +0 -15
  208. package/dist/commands/actors/ls.d.ts.map +0 -1
  209. package/dist/commands/actors/pull.d.ts +0 -13
  210. package/dist/commands/actors/pull.d.ts.map +0 -1
  211. package/dist/commands/actors/push.d.ts +0 -18
  212. package/dist/commands/actors/push.d.ts.map +0 -1
  213. package/dist/commands/actors/rm.d.ts +0 -9
  214. package/dist/commands/actors/rm.d.ts.map +0 -1
  215. package/dist/commands/actors/start.d.ts +0 -18
  216. package/dist/commands/actors/start.d.ts.map +0 -1
  217. package/dist/commands/builds/create.d.ts +0 -15
  218. package/dist/commands/builds/create.d.ts.map +0 -1
  219. package/dist/commands/builds/index.d.ts +0 -6
  220. package/dist/commands/builds/index.d.ts.map +0 -1
  221. package/dist/commands/builds/index.js +0 -8
  222. package/dist/commands/builds/index.js.map +0 -1
  223. package/dist/commands/builds/info.d.ts +0 -10
  224. package/dist/commands/builds/info.d.ts.map +0 -1
  225. package/dist/commands/builds/log.d.ts +0 -9
  226. package/dist/commands/builds/log.d.ts.map +0 -1
  227. package/dist/commands/builds/ls.d.ts +0 -17
  228. package/dist/commands/builds/ls.d.ts.map +0 -1
  229. package/dist/commands/builds/rm.d.ts +0 -9
  230. package/dist/commands/builds/rm.d.ts.map +0 -1
  231. package/dist/commands/call.d.ts +0 -4
  232. package/dist/commands/call.d.ts.map +0 -1
  233. package/dist/commands/check-version.d.ts +0 -11
  234. package/dist/commands/check-version.d.ts.map +0 -1
  235. package/dist/commands/create.d.ts +0 -15
  236. package/dist/commands/create.d.ts.map +0 -1
  237. package/dist/commands/datasets/create.d.ts +0 -10
  238. package/dist/commands/datasets/create.d.ts.map +0 -1
  239. package/dist/commands/datasets/get-items.d.ts +0 -17
  240. package/dist/commands/datasets/get-items.d.ts.map +0 -1
  241. package/dist/commands/datasets/index.d.ts +0 -6
  242. package/dist/commands/datasets/index.d.ts.map +0 -1
  243. package/dist/commands/datasets/index.js +0 -8
  244. package/dist/commands/datasets/index.js.map +0 -1
  245. package/dist/commands/datasets/info.d.ts +0 -30
  246. package/dist/commands/datasets/info.d.ts.map +0 -1
  247. package/dist/commands/datasets/ls.d.ts +0 -13
  248. package/dist/commands/datasets/ls.d.ts.map +0 -1
  249. package/dist/commands/datasets/push-items.d.ts +0 -10
  250. package/dist/commands/datasets/push-items.d.ts.map +0 -1
  251. package/dist/commands/datasets/rename.d.ts +0 -13
  252. package/dist/commands/datasets/rename.d.ts.map +0 -1
  253. package/dist/commands/datasets/rm.d.ts +0 -9
  254. package/dist/commands/datasets/rm.d.ts.map +0 -1
  255. package/dist/commands/edit-input-schema.d.ts +0 -11
  256. package/dist/commands/edit-input-schema.d.ts.map +0 -1
  257. package/dist/commands/info.d.ts +0 -6
  258. package/dist/commands/info.d.ts.map +0 -1
  259. package/dist/commands/init-wrap-scrapy.d.ts +0 -10
  260. package/dist/commands/init-wrap-scrapy.d.ts.map +0 -1
  261. package/dist/commands/init.d.ts +0 -12
  262. package/dist/commands/init.d.ts.map +0 -1
  263. package/dist/commands/key-value-stores/create.d.ts +0 -11
  264. package/dist/commands/key-value-stores/create.d.ts.map +0 -1
  265. package/dist/commands/key-value-stores/delete-value.d.ts +0 -11
  266. package/dist/commands/key-value-stores/delete-value.d.ts.map +0 -1
  267. package/dist/commands/key-value-stores/get-value.d.ts +0 -14
  268. package/dist/commands/key-value-stores/get-value.d.ts.map +0 -1
  269. package/dist/commands/key-value-stores/index.d.ts +0 -7
  270. package/dist/commands/key-value-stores/index.d.ts.map +0 -1
  271. package/dist/commands/key-value-stores/index.js +0 -9
  272. package/dist/commands/key-value-stores/index.js.map +0 -1
  273. package/dist/commands/key-value-stores/info.d.ts +0 -28
  274. package/dist/commands/key-value-stores/info.d.ts.map +0 -1
  275. package/dist/commands/key-value-stores/keys.d.ts +0 -15
  276. package/dist/commands/key-value-stores/keys.d.ts.map +0 -1
  277. package/dist/commands/key-value-stores/ls.d.ts +0 -14
  278. package/dist/commands/key-value-stores/ls.d.ts.map +0 -1
  279. package/dist/commands/key-value-stores/rename.d.ts +0 -14
  280. package/dist/commands/key-value-stores/rename.d.ts.map +0 -1
  281. package/dist/commands/key-value-stores/rm.d.ts +0 -10
  282. package/dist/commands/key-value-stores/rm.d.ts.map +0 -1
  283. package/dist/commands/key-value-stores/set-value.d.ts +0 -15
  284. package/dist/commands/key-value-stores/set-value.d.ts.map +0 -1
  285. package/dist/commands/login.d.ts +0 -10
  286. package/dist/commands/login.d.ts.map +0 -1
  287. package/dist/commands/logout.d.ts +0 -6
  288. package/dist/commands/logout.d.ts.map +0 -1
  289. package/dist/commands/pull.d.ts +0 -4
  290. package/dist/commands/pull.d.ts.map +0 -1
  291. package/dist/commands/push.d.ts +0 -4
  292. package/dist/commands/push.d.ts.map +0 -1
  293. package/dist/commands/request-queues/index.d.ts +0 -6
  294. package/dist/commands/request-queues/index.d.ts.map +0 -1
  295. package/dist/commands/request-queues/index.js.map +0 -1
  296. package/dist/commands/run.d.ts +0 -20
  297. package/dist/commands/run.d.ts.map +0 -1
  298. package/dist/commands/runs/abort.d.ts +0 -13
  299. package/dist/commands/runs/abort.d.ts.map +0 -1
  300. package/dist/commands/runs/index.d.ts +0 -6
  301. package/dist/commands/runs/index.d.ts.map +0 -1
  302. package/dist/commands/runs/index.js +0 -8
  303. package/dist/commands/runs/index.js.map +0 -1
  304. package/dist/commands/runs/info.d.ts +0 -48
  305. package/dist/commands/runs/info.d.ts.map +0 -1
  306. package/dist/commands/runs/log.d.ts +0 -9
  307. package/dist/commands/runs/log.d.ts.map +0 -1
  308. package/dist/commands/runs/ls.d.ts +0 -16
  309. package/dist/commands/runs/ls.d.ts.map +0 -1
  310. package/dist/commands/runs/resurrect.d.ts +0 -10
  311. package/dist/commands/runs/resurrect.d.ts.map +0 -1
  312. package/dist/commands/runs/rm.d.ts +0 -9
  313. package/dist/commands/runs/rm.d.ts.map +0 -1
  314. package/dist/commands/secrets/add.d.ts +0 -10
  315. package/dist/commands/secrets/add.d.ts.map +0 -1
  316. package/dist/commands/secrets/index.d.ts +0 -6
  317. package/dist/commands/secrets/index.d.ts.map +0 -1
  318. package/dist/commands/secrets/index.js.map +0 -1
  319. package/dist/commands/secrets/rm.d.ts +0 -9
  320. package/dist/commands/secrets/rm.d.ts.map +0 -1
  321. package/dist/commands/task/index.d.ts +0 -6
  322. package/dist/commands/task/index.d.ts.map +0 -1
  323. package/dist/commands/task/index.js +0 -8
  324. package/dist/commands/task/index.js.map +0 -1
  325. package/dist/commands/task/run.d.ts +0 -15
  326. package/dist/commands/task/run.d.ts.map +0 -1
  327. package/dist/commands/validate-schema.d.ts +0 -10
  328. package/dist/commands/validate-schema.d.ts.map +0 -1
  329. package/dist/hooks/deprecations.d.ts +0 -4
  330. package/dist/hooks/deprecations.d.ts.map +0 -1
  331. package/dist/hooks/deprecations.js +0 -18
  332. package/dist/hooks/deprecations.js.map +0 -1
  333. package/dist/hooks/init.d.ts +0 -7
  334. package/dist/hooks/init.d.ts.map +0 -1
  335. package/dist/hooks/init.js +0 -17
  336. package/dist/hooks/init.js.map +0 -1
  337. package/dist/index.d.ts +0 -2
  338. package/dist/index.d.ts.map +0 -1
  339. package/dist/lib/actor.d.ts +0 -32
  340. package/dist/lib/actor.d.ts.map +0 -1
  341. package/dist/lib/apify-oclif-help.d.ts +0 -15
  342. package/dist/lib/apify-oclif-help.d.ts.map +0 -1
  343. package/dist/lib/apify-oclif-help.js +0 -19
  344. package/dist/lib/apify-oclif-help.js.map +0 -1
  345. package/dist/lib/apify_command.d.ts +0 -17
  346. package/dist/lib/apify_command.d.ts.map +0 -1
  347. package/dist/lib/apify_command.js +0 -76
  348. package/dist/lib/apify_command.js.map +0 -1
  349. package/dist/lib/commands/pretty-print-bytes.d.ts +0 -7
  350. package/dist/lib/commands/pretty-print-bytes.d.ts.map +0 -1
  351. package/dist/lib/commands/pretty-print-status.d.ts +0 -3
  352. package/dist/lib/commands/pretty-print-status.d.ts.map +0 -1
  353. package/dist/lib/commands/read-stdin.d.ts +0 -2
  354. package/dist/lib/commands/read-stdin.d.ts.map +0 -1
  355. package/dist/lib/commands/resolve-actor-context.d.ts +0 -22
  356. package/dist/lib/commands/resolve-actor-context.d.ts.map +0 -1
  357. package/dist/lib/commands/resolve-input.d.ts +0 -9
  358. package/dist/lib/commands/resolve-input.d.ts.map +0 -1
  359. package/dist/lib/commands/responsive-table.d.ts +0 -62
  360. package/dist/lib/commands/responsive-table.d.ts.map +0 -1
  361. package/dist/lib/commands/run-on-cloud.d.ts +0 -22
  362. package/dist/lib/commands/run-on-cloud.d.ts.map +0 -1
  363. package/dist/lib/commands/storage-size.d.ts +0 -6
  364. package/dist/lib/commands/storage-size.d.ts.map +0 -1
  365. package/dist/lib/commands/storages.d.ts +0 -10
  366. package/dist/lib/commands/storages.d.ts.map +0 -1
  367. package/dist/lib/community.d.ts +0 -2
  368. package/dist/lib/community.d.ts.map +0 -1
  369. package/dist/lib/consts.d.ts +0 -56
  370. package/dist/lib/consts.d.ts.map +0 -1
  371. package/dist/lib/create-utils.d.ts +0 -8
  372. package/dist/lib/create-utils.d.ts.map +0 -1
  373. package/dist/lib/exec.d.ts +0 -9
  374. package/dist/lib/exec.d.ts.map +0 -1
  375. package/dist/lib/files.d.ts +0 -14
  376. package/dist/lib/files.d.ts.map +0 -1
  377. package/dist/lib/hooks/runtimes/javascript.d.ts +0 -4
  378. package/dist/lib/hooks/runtimes/javascript.d.ts.map +0 -1
  379. package/dist/lib/hooks/runtimes/python.d.ts +0 -8
  380. package/dist/lib/hooks/runtimes/python.d.ts.map +0 -1
  381. package/dist/lib/hooks/runtimes/utils.d.ts +0 -3
  382. package/dist/lib/hooks/runtimes/utils.d.ts.map +0 -1
  383. package/dist/lib/hooks/useActorConfig.d.ts +0 -20
  384. package/dist/lib/hooks/useActorConfig.d.ts.map +0 -1
  385. package/dist/lib/hooks/useCwdProject.d.ts +0 -33
  386. package/dist/lib/hooks/useCwdProject.d.ts.map +0 -1
  387. package/dist/lib/hooks/useModuleVersion.d.ts +0 -8
  388. package/dist/lib/hooks/useModuleVersion.d.ts.map +0 -1
  389. package/dist/lib/input_schema.d.ts +0 -28
  390. package/dist/lib/input_schema.d.ts.map +0 -1
  391. package/dist/lib/local_state.d.ts +0 -11
  392. package/dist/lib/local_state.d.ts.map +0 -1
  393. package/dist/lib/outputs.d.ts +0 -19
  394. package/dist/lib/outputs.d.ts.map +0 -1
  395. package/dist/lib/project_analyzer.d.ts +0 -4
  396. package/dist/lib/project_analyzer.d.ts.map +0 -1
  397. package/dist/lib/projects/CrawleeAnalyzer.d.ts +0 -4
  398. package/dist/lib/projects/CrawleeAnalyzer.d.ts.map +0 -1
  399. package/dist/lib/projects/OldApifySDKAnalyzer.d.ts +0 -4
  400. package/dist/lib/projects/OldApifySDKAnalyzer.d.ts.map +0 -1
  401. package/dist/lib/projects/scrapy/ScrapyProjectAnalyzer.d.ts +0 -17
  402. package/dist/lib/projects/scrapy/ScrapyProjectAnalyzer.d.ts.map +0 -1
  403. package/dist/lib/projects/scrapy/Spider.d.ts +0 -14
  404. package/dist/lib/projects/scrapy/Spider.d.ts.map +0 -1
  405. package/dist/lib/projects/scrapy/SpiderFileAnalyzer.d.ts +0 -7
  406. package/dist/lib/projects/scrapy/SpiderFileAnalyzer.d.ts.map +0 -1
  407. package/dist/lib/projects/scrapy/wrapScrapyProject.d.ts +0 -4
  408. package/dist/lib/projects/scrapy/wrapScrapyProject.d.ts.map +0 -1
  409. package/dist/lib/projects/shared.d.ts +0 -2
  410. package/dist/lib/projects/shared.d.ts.map +0 -1
  411. package/dist/lib/secrets.d.ts +0 -22
  412. package/dist/lib/secrets.d.ts.map +0 -1
  413. package/dist/lib/telemetry.d.ts +0 -21
  414. package/dist/lib/telemetry.d.ts.map +0 -1
  415. package/dist/lib/types.d.ts +0 -11
  416. package/dist/lib/types.d.ts.map +0 -1
  417. package/dist/lib/utils/cliDebugPrint.d.ts +0 -2
  418. package/dist/lib/utils/cliDebugPrint.d.ts.map +0 -1
  419. package/dist/lib/utils/confirm.d.ts +0 -7
  420. package/dist/lib/utils/confirm.d.ts.map +0 -1
  421. package/dist/lib/utils.d.ts +0 -109
  422. package/dist/lib/utils.d.ts.map +0 -1
  423. package/dist/lib/version_check.d.ts +0 -14
  424. package/dist/lib/version_check.d.ts.map +0 -1
  425. package/oclif.manifest.json +0 -2661
@@ -1,17 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class BuildLsCommand extends ApifyCommand<typeof BuildLsCommand> {
3
- static description: string;
4
- static flags: {
5
- offset: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
6
- limit: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
7
- desc: import("@oclif/core/interfaces").BooleanFlag<boolean>;
8
- compact: import("@oclif/core/interfaces").BooleanFlag<boolean>;
9
- };
10
- static args: {
11
- actorId: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
12
- };
13
- static enableJsonFlag: boolean;
14
- run(): Promise<import("apify-client").BuildCollectionClientListResult | undefined>;
15
- private generateTableForActorVersion;
16
- }
17
- //# sourceMappingURL=ls.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ls.d.ts","sourceRoot":"","sources":["../../../src/commands/builds/ls.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAgB1D,qBAAa,cAAe,SAAQ,YAAY,CAAC,OAAO,cAAc,CAAC;IACtE,OAAgB,WAAW,SAAoC;IAE/D,OAAgB,KAAK;;;;;MAkBnB;IAEF,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;IAgGT,OAAO,CAAC,4BAA4B;CAsCpC"}
@@ -1,9 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class BuildsRmCommand extends ApifyCommand<typeof BuildsRmCommand> {
3
- static description: string;
4
- static args: {
5
- buildId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
6
- };
7
- run(): Promise<void>;
8
- }
9
- //# sourceMappingURL=rm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rm.d.ts","sourceRoot":"","sources":["../../../src/commands/builds/rm.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,eAAgB,SAAQ,YAAY,CAAC,OAAO,eAAe,CAAC;IACxE,OAAgB,WAAW,SAAiE;IAE5F,OAAgB,IAAI;;MAKlB;IAEI,GAAG;CAqDT"}
@@ -1,4 +0,0 @@
1
- import { ActorsCallCommand } from './actors/call.js';
2
- export declare class TopLevelCallCommand extends ActorsCallCommand {
3
- }
4
- //# sourceMappingURL=call.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"call.d.ts","sourceRoot":"","sources":["../../src/commands/call.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,qBAAa,mBAAoB,SAAQ,iBAAiB;CAAG"}
@@ -1,11 +0,0 @@
1
- import { ApifyCommand } from '../lib/apify_command.js';
2
- export declare class CheckVersionCommand extends ApifyCommand<typeof CheckVersionCommand> {
3
- static description: string;
4
- static flags: {
5
- 'enforce-update': import("@oclif/core/interfaces").BooleanFlag<boolean>;
6
- };
7
- static hidden: boolean;
8
- static hiddenAliases: string[];
9
- run(): Promise<void>;
10
- }
11
- //# sourceMappingURL=check-version.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"check-version.d.ts","sourceRoot":"","sources":["../../src/commands/check-version.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAGvD,qBAAa,mBAAoB,SAAQ,YAAY,CAAC,OAAO,mBAAmB,CAAC;IAChF,OAAgB,WAAW,SAA4D;IAEvF,OAAgB,KAAK;;MAMnB;IAEF,OAAgB,MAAM,UAAQ;IAE9B,OAAgB,aAAa,WAAU;IAEjC,GAAG;CAGT"}
@@ -1,15 +0,0 @@
1
- import { ApifyCommand } from '../lib/apify_command.js';
2
- export declare class CreateCommand extends ApifyCommand<typeof CreateCommand> {
3
- static description: string;
4
- static flags: {
5
- template: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
6
- 'skip-dependency-install': import("@oclif/core/interfaces").BooleanFlag<boolean>;
7
- 'template-archive-url': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
8
- 'omit-optional-deps': import("@oclif/core/interfaces").BooleanFlag<boolean>;
9
- };
10
- static args: {
11
- actorName: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
12
- };
13
- run(): Promise<void>;
14
- }
15
- //# sourceMappingURL=create.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../src/commands/create.ts"],"names":[],"mappings":"AASA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAwBvD,qBAAa,aAAc,SAAQ,YAAY,CAAC,OAAO,aAAa,CAAC;IACpE,OAAgB,WAAW,SAAkE;IAE7F,OAAgB,KAAK;;;;;MAsBnB;IAEF,OAAgB,IAAI;;MAKlB;IAEI,GAAG;CA8PT"}
@@ -1,10 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class DatasetsCreateCommand extends ApifyCommand<typeof DatasetsCreateCommand> {
3
- static description: string;
4
- static args: {
5
- datasetName: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
6
- };
7
- static enableJsonFlag: boolean;
8
- run(): Promise<import("apify-client").Dataset | undefined>;
9
- }
10
- //# sourceMappingURL=create.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/create.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,qBAAsB,SAAQ,YAAY,CAAC,OAAO,qBAAqB,CAAC;IACpF,OAAgB,WAAW,SAAwE;IAEnG,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;CA2BT"}
@@ -1,17 +0,0 @@
1
- import type { CustomOptions } from '@oclif/core/interfaces';
2
- import { DownloadItemsFormat } from 'apify-client';
3
- import { ApifyCommand } from '../../lib/apify_command.js';
4
- export declare class DatasetsGetItems extends ApifyCommand<typeof DatasetsGetItems> {
5
- static description: string;
6
- static flags: {
7
- limit: import("@oclif/core/interfaces").OptionFlag<number | undefined, CustomOptions>;
8
- offset: import("@oclif/core/interfaces").OptionFlag<number | undefined, CustomOptions>;
9
- format: import("@oclif/core/interfaces").OptionFlag<DownloadItemsFormat, CustomOptions>;
10
- };
11
- static args: {
12
- datasetId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
13
- };
14
- run(): Promise<void>;
15
- private tryToGetDataset;
16
- }
17
- //# sourceMappingURL=get-items.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-items.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/get-items.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAkB,MAAM,wBAAwB,CAAC;AAC5E,OAAO,EAAsD,mBAAmB,EAAE,MAAM,cAAc,CAAC;AAEvG,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAc1D,qBAAa,gBAAiB,SAAQ,YAAY,CAAC,OAAO,gBAAgB,CAAC;IAC1E,OAAgB,WAAW,SAAmE;IAE9F,OAAgB,KAAK;;;;MAyBnB;IAEF,OAAgB,IAAI;;MAKlB;IAEI,GAAG;YA+BK,eAAe;CAgC7B"}
@@ -1,6 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class DatasetsIndexCommand extends ApifyCommand<typeof DatasetsIndexCommand> {
3
- static description: string;
4
- run(): Promise<void>;
5
- }
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAAa,oBAAqB,SAAQ,YAAY,CAAC,OAAO,oBAAoB,CAAC;IAClF,OAAgB,WAAW,SAAoD;IAEzE,GAAG;CAGT"}
@@ -1,8 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export class DatasetsIndexCommand extends ApifyCommand {
3
- static description = 'Manages structured data storage and retrieval.';
4
- async run() {
5
- await this.printHelp();
6
- }
7
- }
8
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/datasets/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,OAAO,oBAAqB,SAAQ,YAAyC;IAClF,MAAM,CAAU,WAAW,GAAG,gDAAgD,CAAC;IAE/E,KAAK,CAAC,GAAG;QACR,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC"}
@@ -1,30 +0,0 @@
1
- import type { Task } from 'apify-client';
2
- import { ApifyCommand } from '../../lib/apify_command.js';
3
- export declare class DatasetsInfoCommand extends ApifyCommand<typeof DatasetsInfoCommand> {
4
- static description: string;
5
- static args: {
6
- storeId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
7
- };
8
- static enableJsonFlag: boolean;
9
- run(): Promise<{
10
- user: import("apify-client").User;
11
- actor: import("apify-client").Actor | null;
12
- run: import("apify-client").ActorRun | null;
13
- task: Task | null;
14
- id: string;
15
- name?: string;
16
- title?: string;
17
- userId: string;
18
- createdAt: Date;
19
- modifiedAt: Date;
20
- accessedAt: Date;
21
- itemCount: number;
22
- cleanItemCount: number;
23
- actId?: string;
24
- actRunId?: string;
25
- stats: import("apify-client").DatasetStats;
26
- fields: string[];
27
- generalAccess?: import("@apify/consts", { with: { "resolution-mode": "require" } }).STORAGE_GENERAL_ACCESS | null;
28
- } | undefined>;
29
- }
30
- //# sourceMappingURL=info.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/info.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAGzC,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAa1D,qBAAa,mBAAoB,SAAQ,YAAY,CAAC,OAAO,mBAAmB,CAAC;IAChF,OAAgB,WAAW,SAAkD;IAE7E,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;;;;;;;;;;;;;;;;;;;;CAkIT"}
@@ -1,13 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class DatasetsLsCommand extends ApifyCommand<typeof DatasetsLsCommand> {
3
- static description: string;
4
- static flags: {
5
- offset: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
6
- limit: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
7
- desc: import("@oclif/core/interfaces").BooleanFlag<boolean>;
8
- unnamed: import("@oclif/core/interfaces").BooleanFlag<boolean>;
9
- };
10
- static enableJsonFlag: boolean;
11
- run(): Promise<import("apify-client").DatasetCollectionClientListResult | undefined>;
12
- }
13
- //# sourceMappingURL=ls.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ls.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/ls.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAc1D,qBAAa,iBAAkB,SAAQ,YAAY,CAAC,OAAO,iBAAiB,CAAC;IAC5E,OAAgB,WAAW,SAA0C;IAErE,OAAgB,KAAK;;;;;MAiBnB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;CA6CT"}
@@ -1,10 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class DatasetsPushDataCommand extends ApifyCommand<typeof DatasetsPushDataCommand> {
3
- static description: string;
4
- static args: {
5
- nameOrId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
6
- item: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
7
- };
8
- run(): Promise<void>;
9
- }
10
- //# sourceMappingURL=push-items.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"push-items.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/push-items.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAM1D,qBAAa,uBAAwB,SAAQ,YAAY,CAAC,OAAO,uBAAuB,CAAC;IACxF,OAAgB,WAAW,SAAsF;IAEjH,OAAgB,IAAI;;;MASlB;IAEI,GAAG;CA4DT"}
@@ -1,13 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class DatasetsRenameCommand extends ApifyCommand<typeof DatasetsRenameCommand> {
3
- static description: string;
4
- static flags: {
5
- unname: import("@oclif/core/interfaces").BooleanFlag<boolean>;
6
- };
7
- static args: {
8
- nameOrId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
9
- newName: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
10
- };
11
- run(): Promise<void>;
12
- }
13
- //# sourceMappingURL=rename.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rename.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/rename.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,qBAAsB,SAAQ,YAAY,CAAC,OAAO,qBAAqB,CAAC;IACpF,OAAgB,WAAW,SAA6D;IAExF,OAAgB,KAAK;;MAInB;IAEF,OAAgB,IAAI;;;MAQlB;IAEI,GAAG;CAwDT"}
@@ -1,9 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class DatasetsRmCommand extends ApifyCommand<typeof DatasetsRmCommand> {
3
- static description: string;
4
- static args: {
5
- datasetNameOrId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
6
- };
7
- run(): Promise<void>;
8
- }
9
- //# sourceMappingURL=rm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rm.d.ts","sourceRoot":"","sources":["../../../src/commands/datasets/rm.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAM1D,qBAAa,iBAAkB,SAAQ,YAAY,CAAC,OAAO,iBAAiB,CAAC;IAC5E,OAAgB,WAAW,SAAoC;IAE/D,OAAgB,IAAI;;MAKlB;IAEI,GAAG;CAuCT"}
@@ -1,11 +0,0 @@
1
- import { ApifyCommand } from '../lib/apify_command.js';
2
- export declare class EditInputSchemaCommand extends ApifyCommand<typeof EditInputSchemaCommand> {
3
- static description: string;
4
- static args: {
5
- path: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
6
- };
7
- static hidden: boolean;
8
- static hiddenAliases: string[];
9
- run(): Promise<void>;
10
- }
11
- //# sourceMappingURL=edit-input-schema.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"edit-input-schema.d.ts","sourceRoot":"","sources":["../../src/commands/edit-input-schema.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAWvD,qBAAa,sBAAuB,SAAQ,YAAY,CAAC,OAAO,sBAAsB,CAAC;IACtF,OAAgB,WAAW,SAC4E;IAEvG,OAAgB,IAAI;;MAMlB;IAEF,OAAgB,MAAM,UAAQ;IAE9B,OAAgB,aAAa,WAAW;IAElC,GAAG;CAqJT"}
@@ -1,6 +0,0 @@
1
- import { ApifyCommand } from '../lib/apify_command.js';
2
- export declare class InfoCommand extends ApifyCommand<typeof InfoCommand> {
3
- static description: string;
4
- run(): Promise<void>;
5
- }
6
- //# sourceMappingURL=info.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../src/commands/info.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAGvD,qBAAa,WAAY,SAAQ,YAAY,CAAC,OAAO,WAAW,CAAC;IAChE,OAAgB,WAAW,SAAsE;IAE3F,GAAG;CAeT"}
@@ -1,10 +0,0 @@
1
- import { ApifyCommand } from '../lib/apify_command.js';
2
- export declare class WrapScrapyCommand extends ApifyCommand<typeof WrapScrapyCommand> {
3
- static description: string;
4
- static args: {
5
- path: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
6
- };
7
- static hidden: boolean;
8
- run(): Promise<void>;
9
- }
10
- //# sourceMappingURL=init-wrap-scrapy.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"init-wrap-scrapy.d.ts","sourceRoot":"","sources":["../../src/commands/init-wrap-scrapy.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAIvD,qBAAa,iBAAkB,SAAQ,YAAY,CAAC,OAAO,iBAAiB,CAAC;IAC5E,OAAgB,WAAW,SAO1B;IAED,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,MAAM,UAAQ;IAExB,GAAG;CAKT"}
@@ -1,12 +0,0 @@
1
- import { ApifyCommand } from '../lib/apify_command.js';
2
- export declare class InitCommand extends ApifyCommand<typeof InitCommand> {
3
- static description: string;
4
- static args: {
5
- actorName: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
6
- };
7
- static flags: {
8
- yes: import("@oclif/core/interfaces").BooleanFlag<boolean>;
9
- };
10
- run(): Promise<void>;
11
- }
12
- //# sourceMappingURL=init.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../src/commands/init.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAevD,qBAAa,WAAY,SAAQ,YAAY,CAAC,OAAO,WAAW,CAAC;IAChE,OAAgB,WAAW,SAI+C;IAE1E,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,KAAK;;MAOnB;IAEI,GAAG;CAsET"}
@@ -1,11 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class KeyValueStoresCreateCommand extends ApifyCommand<typeof KeyValueStoresCreateCommand> {
3
- static description: string;
4
- static hiddenAliases: string[];
5
- static args: {
6
- keyValueStoreName: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
7
- };
8
- static enableJsonFlag: boolean;
9
- run(): Promise<import("apify-client").KeyValueStore | undefined>;
10
- }
11
- //# sourceMappingURL=create.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/create.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,2BAA4B,SAAQ,YAAY,CAAC,OAAO,2BAA2B,CAAC;IAChG,OAAgB,WAAW,SAAoD;IAE/E,OAAgB,aAAa,WAAkB;IAE/C,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;CA2BT"}
@@ -1,11 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class KeyValueStoresDeleteValueCommand extends ApifyCommand<typeof KeyValueStoresDeleteValueCommand> {
3
- static description: string;
4
- static hiddenAliases: string[];
5
- static args: {
6
- storeId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
7
- itemKey: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
8
- };
9
- run(): Promise<void>;
10
- }
11
- //# sourceMappingURL=delete-value.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"delete-value.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/delete-value.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAM1D,qBAAa,gCAAiC,SAAQ,YAAY,CAAC,OAAO,gCAAgC,CAAC;IAC1G,OAAgB,WAAW,SAA4C;IAEvE,OAAgB,aAAa,WAAwB;IAErD,OAAgB,IAAI;;;MASlB;IAEI,GAAG;CAgDT"}
@@ -1,14 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class KeyValueStoresGetValueCommand extends ApifyCommand<typeof KeyValueStoresGetValueCommand> {
3
- static description: string;
4
- static hiddenAliases: string[];
5
- static flags: {
6
- 'only-content-type': import("@oclif/core/interfaces").BooleanFlag<boolean>;
7
- };
8
- static args: {
9
- keyValueStoreId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
10
- itemKey: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
11
- };
12
- run(): Promise<void>;
13
- }
14
- //# sourceMappingURL=get-value.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"get-value.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/get-value.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,6BAA8B,SAAQ,YAAY,CAAC,OAAO,6BAA6B,CAAC;IACpG,OAAgB,WAAW,SAC8D;IAEzF,OAAgB,aAAa,WAAqB;IAElD,OAAgB,KAAK;;MAKnB;IAEF,OAAgB,IAAI;;;MASlB;IAEI,GAAG;CAwDT"}
@@ -1,7 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class KeyValueStoresIndexCommand extends ApifyCommand<typeof KeyValueStoresIndexCommand> {
3
- static description: string;
4
- static hiddenAliases: string[];
5
- run(): Promise<void>;
6
- }
7
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAAa,0BAA2B,SAAQ,YAAY,CAAC,OAAO,0BAA0B,CAAC;IAC9F,OAAgB,WAAW,SAAyD;IAEpF,OAAgB,aAAa,WAAW;IAElC,GAAG;CAGT"}
@@ -1,9 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export class KeyValueStoresIndexCommand extends ApifyCommand {
3
- static description = 'Manages persistent key-value storage.\n\nAlias: kvs';
4
- static hiddenAliases = ['kvs'];
5
- async run() {
6
- await this.printHelp();
7
- }
8
- }
9
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/key-value-stores/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,OAAO,0BAA2B,SAAQ,YAA+C;IAC9F,MAAM,CAAU,WAAW,GAAG,qDAAqD,CAAC;IAEpF,MAAM,CAAU,aAAa,GAAG,CAAC,KAAK,CAAC,CAAC;IAExC,KAAK,CAAC,GAAG;QACR,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC"}
@@ -1,28 +0,0 @@
1
- import type { Task } from 'apify-client';
2
- import { ApifyCommand } from '../../lib/apify_command.js';
3
- export declare class KeyValueStoresInfoCommand extends ApifyCommand<typeof KeyValueStoresInfoCommand> {
4
- static description: string;
5
- static hiddenAliases: string[];
6
- static args: {
7
- storeId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
8
- };
9
- static enableJsonFlag: boolean;
10
- run(): Promise<{
11
- user: import("apify-client").User;
12
- actor: import("apify-client").Actor | null;
13
- run: import("apify-client").ActorRun | null;
14
- task: Task | null;
15
- id: string;
16
- name?: string;
17
- title?: string;
18
- userId: string;
19
- createdAt: Date;
20
- modifiedAt: Date;
21
- accessedAt: Date;
22
- actId?: string;
23
- actRunId?: string;
24
- stats?: import("apify-client").KeyValueStoreStats;
25
- generalAccess?: import("@apify/consts", { with: { "resolution-mode": "require" } }).STORAGE_GENERAL_ACCESS | null;
26
- } | undefined>;
27
- }
28
- //# sourceMappingURL=info.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"info.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/info.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,cAAc,CAAC;AAGzC,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAa1D,qBAAa,yBAA0B,SAAQ,YAAY,CAAC,OAAO,yBAAyB,CAAC;IAC5F,OAAgB,WAAW,SAAgD;IAE3E,OAAgB,aAAa,WAAgB;IAE7C,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;;;;;;;;;;;;;;;;;CAoIT"}
@@ -1,15 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class KeyValueStoresKeysCommand extends ApifyCommand<typeof KeyValueStoresKeysCommand> {
3
- static description: string;
4
- static hiddenAliases: string[];
5
- static flags: {
6
- limit: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
7
- 'exclusive-start-key': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
8
- };
9
- static args: {
10
- storeId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
11
- };
12
- static enableJsonFlag: boolean;
13
- run(): Promise<import("apify-client").KeyValueClientListKeysResult | undefined>;
14
- }
15
- //# sourceMappingURL=keys.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/keys.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAY1D,qBAAa,yBAA0B,SAAQ,YAAY,CAAC,OAAO,yBAAyB,CAAC;IAC5F,OAAgB,WAAW,SAA0C;IAErE,OAAgB,aAAa,WAAgB;IAE7C,OAAgB,KAAK;;;MAQnB;IAEF,OAAgB,IAAI;;MAKlB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;CAqCT"}
@@ -1,14 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class KeyValueStoresLsCommand extends ApifyCommand<typeof KeyValueStoresLsCommand> {
3
- static description: string;
4
- static hiddenAliases: string[];
5
- static flags: {
6
- offset: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
7
- limit: import("@oclif/core/interfaces").OptionFlag<number, import("@oclif/core/interfaces").CustomOptions>;
8
- desc: import("@oclif/core/interfaces").BooleanFlag<boolean>;
9
- unnamed: import("@oclif/core/interfaces").BooleanFlag<boolean>;
10
- };
11
- static enableJsonFlag: boolean;
12
- run(): Promise<import("apify-client").PaginatedList<import("apify-client").KeyValueStoreCollectionListResult> | undefined>;
13
- }
14
- //# sourceMappingURL=ls.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ls.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/ls.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAW1D,qBAAa,uBAAwB,SAAQ,YAAY,CAAC,OAAO,uBAAuB,CAAC;IACxF,OAAgB,WAAW,SAAiD;IAE5E,OAAgB,aAAa,WAAc;IAE3C,OAAgB,KAAK;;;;;MAiBnB;IAEF,OAAgB,cAAc,UAAQ;IAEhC,GAAG;CA+CT"}
@@ -1,14 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class KeyValueStoresRenameCommand extends ApifyCommand<typeof KeyValueStoresRenameCommand> {
3
- static description: string;
4
- static hiddenAliases: string[];
5
- static flags: {
6
- unname: import("@oclif/core/interfaces").BooleanFlag<boolean>;
7
- };
8
- static args: {
9
- keyValueStoreNameOrId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
10
- newName: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
11
- };
12
- run(): Promise<void>;
13
- }
14
- //# sourceMappingURL=rename.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rename.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/rename.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,2BAA4B,SAAQ,YAAY,CAAC,OAAO,2BAA2B,CAAC;IAChG,OAAgB,WAAW,SAA4D;IAEvF,OAAgB,aAAa,WAAkB;IAE/C,OAAgB,KAAK;;MAInB;IAEF,OAAgB,IAAI;;;MAQlB;IAEI,GAAG;CAwDT"}
@@ -1,10 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class KeyValueStoresRmCommand extends ApifyCommand<typeof KeyValueStoresRmCommand> {
3
- static description: string;
4
- static hiddenAliases: string[];
5
- static args: {
6
- keyValueStoreNameOrId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
7
- };
8
- run(): Promise<void>;
9
- }
10
- //# sourceMappingURL=rm.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"rm.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/rm.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAM1D,qBAAa,uBAAwB,SAAQ,YAAY,CAAC,OAAO,uBAAuB,CAAC;IACxF,OAAgB,WAAW,SAA4C;IAEvE,OAAgB,aAAa,WAAc;IAE3C,OAAgB,IAAI;;MAKlB;IAEI,GAAG;CAuCT"}
@@ -1,15 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class KeyValueStoresSetValueCommand extends ApifyCommand<typeof KeyValueStoresSetValueCommand> {
3
- static description: string;
4
- static hiddenAliases: string[];
5
- static flags: {
6
- 'content-type': import("@oclif/core/interfaces").OptionFlag<string, import("@oclif/core/interfaces").CustomOptions>;
7
- };
8
- static args: {
9
- storeId: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
10
- itemKey: import("@oclif/core/interfaces").Arg<string, Record<string, unknown>>;
11
- value: import("@oclif/core/interfaces").Arg<string | undefined, Record<string, unknown>>;
12
- };
13
- run(): Promise<void>;
14
- }
15
- //# sourceMappingURL=set-value.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"set-value.d.ts","sourceRoot":"","sources":["../../../src/commands/key-value-stores/set-value.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAK1D,qBAAa,6BAA8B,SAAQ,YAAY,CAAC,OAAO,6BAA6B,CAAC;IACpG,OAAgB,WAAW,SAAiF;IAE5G,OAAgB,aAAa,WAAqB;IAElD,OAAgB,KAAK;;MAKnB;IAEF,OAAgB,IAAI;;;;MAelB;IAEI,GAAG;CAiCT"}
@@ -1,10 +0,0 @@
1
- import { ApifyCommand } from '../lib/apify_command.js';
2
- export declare class LoginCommand extends ApifyCommand<typeof LoginCommand> {
3
- static description: string;
4
- static flags: {
5
- token: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
6
- method: import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
7
- };
8
- run(): Promise<void>;
9
- }
10
- //# sourceMappingURL=login.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"login.d.ts","sourceRoot":"","sources":["../../src/commands/login.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AA8BvD,qBAAa,YAAa,SAAQ,YAAY,CAAC,OAAO,YAAY,CAAC;IAClE,OAAgB,WAAW,SAGqB;IAEhD,OAAgB,KAAK;;;MAYnB;IAEI,GAAG;CA6IT"}
@@ -1,6 +0,0 @@
1
- import { ApifyCommand } from '../lib/apify_command.js';
2
- export declare class LogoutCommand extends ApifyCommand<typeof LogoutCommand> {
3
- static description: string;
4
- run(): Promise<void>;
5
- }
6
- //# sourceMappingURL=logout.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logout.d.ts","sourceRoot":"","sources":["../../src/commands/logout.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,yBAAyB,CAAC;AAMvD,qBAAa,aAAc,SAAQ,YAAY,CAAC,OAAO,aAAa,CAAC;IACpE,OAAgB,WAAW,SAEiB;IAEtC,GAAG;CAKT"}
@@ -1,4 +0,0 @@
1
- import { ActorsPullCommand } from './actors/pull.js';
2
- export declare class TopLevelPullCommand extends ActorsPullCommand {
3
- }
4
- //# sourceMappingURL=pull.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pull.d.ts","sourceRoot":"","sources":["../../src/commands/pull.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,qBAAa,mBAAoB,SAAQ,iBAAiB;CAAG"}
@@ -1,4 +0,0 @@
1
- import { ActorsPushCommand } from './actors/push.js';
2
- export declare class ToplevelPushCommand extends ActorsPushCommand {
3
- }
4
- //# sourceMappingURL=push.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"push.d.ts","sourceRoot":"","sources":["../../src/commands/push.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAErD,qBAAa,mBAAoB,SAAQ,iBAAiB;CAAG"}
@@ -1,6 +0,0 @@
1
- import { ApifyCommand } from '../../lib/apify_command.js';
2
- export declare class RequestQueuesIndexCommand extends ApifyCommand<typeof RequestQueuesIndexCommand> {
3
- static description: string;
4
- run(): Promise<void>;
5
- }
6
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/commands/request-queues/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,qBAAa,yBAA0B,SAAQ,YAAY,CAAC,OAAO,yBAAyB,CAAC;IAC5F,OAAgB,WAAW,SAA+D;IAEpF,GAAG;CAGT"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/commands/request-queues/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE1D,MAAM,OAAO,yBAA0B,SAAQ,YAA8C;IAC5F,MAAM,CAAU,WAAW,GAAG,2DAA2D,CAAC;IAE1F,KAAK,CAAC,GAAG;QACR,MAAM,IAAI,CAAC,SAAS,EAAE,CAAC;IACxB,CAAC"}