apify-cli 0.21.0-beta.8 → 0.21.0-beta.81
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -1
- package/README.md +589 -74
- package/dist/.tsbuildinfo +1 -1
- package/dist/commands/actor/get-input.js +1 -6
- package/dist/commands/actor/get-input.js.map +1 -1
- package/dist/commands/actor/get-value.js +7 -17
- package/dist/commands/actor/get-value.js.map +1 -1
- package/dist/commands/actor/index.js +1 -6
- package/dist/commands/actor/index.js.map +1 -1
- package/dist/commands/actor/push-data.d.ts.map +1 -1
- package/dist/commands/actor/push-data.js +20 -24
- package/dist/commands/actor/push-data.js.map +1 -1
- package/dist/commands/actor/set-value.js +27 -50
- package/dist/commands/actor/set-value.js.map +1 -1
- package/dist/commands/actors/build.d.ts +4 -0
- package/dist/commands/actors/build.d.ts.map +1 -0
- package/dist/commands/actors/build.js +4 -0
- package/dist/commands/actors/build.js.map +1 -0
- package/dist/commands/actors/call.d.ts +30 -0
- package/dist/commands/actors/call.d.ts.map +1 -0
- package/dist/commands/actors/call.js +221 -0
- package/dist/commands/actors/call.js.map +1 -0
- package/dist/commands/actors/index.js +1 -6
- package/dist/commands/actors/index.js.map +1 -1
- package/dist/commands/actors/info.d.ts +22 -0
- package/dist/commands/actors/info.d.ts.map +1 -0
- package/dist/commands/actors/info.js +201 -0
- package/dist/commands/actors/info.js.map +1 -0
- package/dist/commands/actors/ls.d.ts +15 -0
- package/dist/commands/actors/ls.d.ts.map +1 -0
- package/dist/commands/actors/ls.js +168 -0
- package/dist/commands/actors/ls.js.map +1 -0
- package/dist/commands/actors/pull.d.ts +13 -0
- package/dist/commands/actors/pull.d.ts.map +1 -0
- package/dist/commands/actors/pull.js +151 -0
- package/dist/commands/actors/pull.js.map +1 -0
- package/dist/commands/actors/push.d.ts +18 -0
- package/dist/commands/actors/push.d.ts.map +1 -0
- package/dist/commands/actors/push.js +306 -0
- package/dist/commands/actors/push.js.map +1 -0
- package/dist/commands/actors/rm.js +7 -17
- package/dist/commands/actors/rm.js.map +1 -1
- package/dist/commands/actors/start.d.ts +18 -0
- package/dist/commands/actors/start.d.ts.map +1 -0
- package/dist/commands/actors/start.js +124 -0
- package/dist/commands/actors/start.js.map +1 -0
- package/dist/commands/builds/create.d.ts +3 -1
- package/dist/commands/builds/create.d.ts.map +1 -1
- package/dist/commands/builds/create.js +35 -37
- package/dist/commands/builds/create.js.map +1 -1
- package/dist/commands/builds/index.js +1 -6
- package/dist/commands/builds/index.js.map +1 -1
- package/dist/commands/builds/info.js +11 -26
- package/dist/commands/builds/info.js.map +1 -1
- package/dist/commands/builds/log.d.ts.map +1 -1
- package/dist/commands/builds/log.js +12 -19
- package/dist/commands/builds/log.js.map +1 -1
- package/dist/commands/builds/ls.d.ts +3 -1
- package/dist/commands/builds/ls.d.ts.map +1 -1
- package/dist/commands/builds/ls.js +40 -45
- package/dist/commands/builds/ls.js.map +1 -1
- package/dist/commands/builds/rm.d.ts.map +1 -1
- package/dist/commands/builds/rm.js +11 -19
- package/dist/commands/builds/rm.js.map +1 -1
- package/dist/commands/call.d.ts +2 -18
- package/dist/commands/call.d.ts.map +1 -1
- package/dist/commands/call.js +2 -181
- package/dist/commands/call.js.map +1 -1
- package/dist/commands/check-version.js +8 -28
- package/dist/commands/check-version.js.map +1 -1
- package/dist/commands/create.js +29 -44
- package/dist/commands/create.js.map +1 -1
- package/dist/commands/datasets/create.d.ts +10 -0
- package/dist/commands/datasets/create.d.ts.map +1 -0
- package/dist/commands/datasets/create.js +37 -0
- package/dist/commands/datasets/create.js.map +1 -0
- package/dist/commands/datasets/get-items.d.ts +17 -0
- package/dist/commands/datasets/get-items.d.ts.map +1 -0
- package/dist/commands/datasets/get-items.js +85 -0
- package/dist/commands/datasets/get-items.js.map +1 -0
- package/dist/commands/datasets/index.js +1 -6
- package/dist/commands/datasets/index.js.map +1 -1
- package/dist/commands/datasets/ls.d.ts +13 -0
- package/dist/commands/datasets/ls.d.ts.map +1 -0
- package/dist/commands/datasets/ls.js +72 -0
- package/dist/commands/datasets/ls.js.map +1 -0
- package/dist/commands/datasets/push-items.d.ts +10 -0
- package/dist/commands/datasets/push-items.d.ts.map +1 -0
- package/dist/commands/datasets/push-items.js +69 -0
- package/dist/commands/datasets/push-items.js.map +1 -0
- package/dist/commands/datasets/rename.d.ts +13 -0
- package/dist/commands/datasets/rename.d.ts.map +1 -0
- package/dist/commands/datasets/rename.js +69 -0
- package/dist/commands/datasets/rename.js.map +1 -0
- package/dist/commands/datasets/rm.d.ts +9 -0
- package/dist/commands/datasets/rm.d.ts.map +1 -0
- package/dist/commands/datasets/rm.js +47 -0
- package/dist/commands/datasets/rm.js.map +1 -0
- package/dist/commands/edit-input-schema.js +9 -29
- package/dist/commands/edit-input-schema.js.map +1 -1
- package/dist/commands/info.js +2 -7
- package/dist/commands/info.js.map +1 -1
- package/dist/commands/init-wrap-scrapy.js +9 -24
- package/dist/commands/init-wrap-scrapy.js.map +1 -1
- package/dist/commands/init.js +19 -34
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/key-value-stores/create.d.ts +11 -0
- package/dist/commands/key-value-stores/create.d.ts.map +1 -0
- package/dist/commands/key-value-stores/create.js +38 -0
- package/dist/commands/key-value-stores/create.js.map +1 -0
- package/dist/commands/key-value-stores/delete-value.d.ts +11 -0
- package/dist/commands/key-value-stores/delete-value.d.ts.map +1 -0
- package/dist/commands/key-value-stores/delete-value.js +61 -0
- package/dist/commands/key-value-stores/delete-value.js.map +1 -0
- package/dist/commands/key-value-stores/get-value.d.ts +14 -0
- package/dist/commands/key-value-stores/get-value.d.ts.map +1 -0
- package/dist/commands/key-value-stores/get-value.js +69 -0
- package/dist/commands/key-value-stores/get-value.js.map +1 -0
- package/dist/commands/key-value-stores/index.d.ts +1 -0
- package/dist/commands/key-value-stores/index.d.ts.map +1 -1
- package/dist/commands/key-value-stores/index.js +2 -6
- package/dist/commands/key-value-stores/index.js.map +1 -1
- package/dist/commands/key-value-stores/keys.d.ts +15 -0
- package/dist/commands/key-value-stores/keys.d.ts.map +1 -0
- package/dist/commands/key-value-stores/keys.js +60 -0
- package/dist/commands/key-value-stores/keys.js.map +1 -0
- package/dist/commands/key-value-stores/ls.d.ts +14 -0
- package/dist/commands/key-value-stores/ls.d.ts.map +1 -0
- package/dist/commands/key-value-stores/ls.js +71 -0
- package/dist/commands/key-value-stores/ls.js.map +1 -0
- package/dist/commands/key-value-stores/rename.d.ts +14 -0
- package/dist/commands/key-value-stores/rename.d.ts.map +1 -0
- package/dist/commands/key-value-stores/rename.js +70 -0
- package/dist/commands/key-value-stores/rename.js.map +1 -0
- package/dist/commands/key-value-stores/rm.d.ts +10 -0
- package/dist/commands/key-value-stores/rm.d.ts.map +1 -0
- package/dist/commands/key-value-stores/rm.js +48 -0
- package/dist/commands/key-value-stores/rm.js.map +1 -0
- package/dist/commands/key-value-stores/set-value.d.ts +15 -0
- package/dist/commands/key-value-stores/set-value.d.ts.map +1 -0
- package/dist/commands/key-value-stores/set-value.js +59 -0
- package/dist/commands/key-value-stores/set-value.js.map +1 -0
- package/dist/commands/login.js +16 -26
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/logout.js +2 -7
- package/dist/commands/logout.js.map +1 -1
- package/dist/commands/pull.d.ts +2 -10
- package/dist/commands/pull.d.ts.map +1 -1
- package/dist/commands/pull.js +2 -160
- package/dist/commands/pull.js.map +1 -1
- package/dist/commands/push.d.ts +2 -16
- package/dist/commands/push.d.ts.map +1 -1
- package/dist/commands/push.js +2 -323
- package/dist/commands/push.js.map +1 -1
- package/dist/commands/request-queues/index.js +1 -6
- package/dist/commands/request-queues/index.js.map +1 -1
- package/dist/commands/run.d.ts.map +1 -1
- package/dist/commands/run.js +67 -62
- package/dist/commands/run.js.map +1 -1
- package/dist/commands/runs/abort.d.ts.map +1 -1
- package/dist/commands/runs/abort.js +21 -39
- package/dist/commands/runs/abort.js.map +1 -1
- package/dist/commands/runs/index.js +1 -6
- package/dist/commands/runs/index.js.map +1 -1
- package/dist/commands/runs/info.js +21 -41
- package/dist/commands/runs/info.js.map +1 -1
- package/dist/commands/runs/log.js +9 -19
- package/dist/commands/runs/log.js.map +1 -1
- package/dist/commands/runs/ls.d.ts +3 -1
- package/dist/commands/runs/ls.d.ts.map +1 -1
- package/dist/commands/runs/ls.js +34 -45
- package/dist/commands/runs/ls.js.map +1 -1
- package/dist/commands/runs/resurrect.d.ts.map +1 -1
- package/dist/commands/runs/resurrect.js +12 -25
- package/dist/commands/runs/resurrect.js.map +1 -1
- package/dist/commands/runs/rm.js +7 -17
- package/dist/commands/runs/rm.js.map +1 -1
- package/dist/commands/secrets/add.js +7 -17
- package/dist/commands/secrets/add.js.map +1 -1
- package/dist/commands/secrets/index.js +6 -11
- package/dist/commands/secrets/index.js.map +1 -1
- package/dist/commands/secrets/rm.js +7 -17
- package/dist/commands/secrets/rm.js.map +1 -1
- package/dist/commands/task/index.js +1 -6
- package/dist/commands/task/index.js.map +1 -1
- package/dist/commands/task/run.d.ts +0 -1
- package/dist/commands/task/run.d.ts.map +1 -1
- package/dist/commands/task/run.js +30 -30
- package/dist/commands/task/run.js.map +1 -1
- package/dist/commands/validate-schema.js +17 -32
- package/dist/commands/validate-schema.js.map +1 -1
- package/dist/lib/apify_command.d.ts.map +1 -1
- package/dist/lib/apify_command.js +3 -21
- package/dist/lib/apify_command.js.map +1 -1
- package/dist/lib/commands/confirm.d.ts +2 -2
- package/dist/lib/commands/confirm.d.ts.map +1 -1
- package/dist/lib/commands/confirm.js +1 -1
- package/dist/lib/commands/confirm.js.map +1 -1
- package/dist/lib/commands/pretty-print-bytes.d.ts +6 -1
- package/dist/lib/commands/pretty-print-bytes.d.ts.map +1 -1
- package/dist/lib/commands/pretty-print-bytes.js +5 -4
- package/dist/lib/commands/pretty-print-bytes.js.map +1 -1
- package/dist/lib/commands/read-stdin.d.ts +1 -1
- package/dist/lib/commands/read-stdin.d.ts.map +1 -1
- package/dist/lib/commands/read-stdin.js +13 -1
- package/dist/lib/commands/read-stdin.js.map +1 -1
- package/dist/lib/commands/resolve-input.js +1 -1
- package/dist/lib/commands/resolve-input.js.map +1 -1
- package/dist/lib/commands/responsive-table.d.ts +15 -1
- package/dist/lib/commands/responsive-table.d.ts.map +1 -1
- package/dist/lib/commands/responsive-table.js +36 -14
- package/dist/lib/commands/responsive-table.js.map +1 -1
- package/dist/lib/commands/run-on-cloud.d.ts +3 -2
- package/dist/lib/commands/run-on-cloud.d.ts.map +1 -1
- package/dist/lib/commands/run-on-cloud.js +42 -18
- package/dist/lib/commands/run-on-cloud.js.map +1 -1
- package/dist/lib/commands/storages.d.ts +10 -0
- package/dist/lib/commands/storages.d.ts.map +1 -0
- package/dist/lib/commands/storages.js +30 -0
- package/dist/lib/commands/storages.js.map +1 -0
- package/dist/lib/consts.d.ts.map +1 -1
- package/dist/lib/consts.js +11 -1
- package/dist/lib/consts.js.map +1 -1
- package/dist/lib/create-utils.d.ts +1 -1
- package/dist/lib/create-utils.d.ts.map +1 -1
- package/dist/lib/create-utils.js +1 -2
- package/dist/lib/create-utils.js.map +1 -1
- package/dist/lib/exec.d.ts.map +1 -1
- package/dist/lib/exec.js +3 -1
- package/dist/lib/exec.js.map +1 -1
- package/dist/lib/projects/scrapy/ScrapyProjectAnalyzer.d.ts.map +1 -1
- package/dist/lib/projects/scrapy/ScrapyProjectAnalyzer.js +8 -22
- package/dist/lib/projects/scrapy/ScrapyProjectAnalyzer.js.map +1 -1
- package/dist/lib/projects/scrapy/Spider.js +4 -24
- package/dist/lib/projects/scrapy/Spider.js.map +1 -1
- package/dist/lib/projects/scrapy/SpiderFileAnalyzer.js +1 -6
- package/dist/lib/projects/scrapy/SpiderFileAnalyzer.js.map +1 -1
- package/dist/lib/projects/scrapy/wrapScrapyProject.d.ts.map +1 -1
- package/dist/lib/projects/scrapy/wrapScrapyProject.js +3 -2
- package/dist/lib/projects/scrapy/wrapScrapyProject.js.map +1 -1
- package/dist/lib/telemetry.d.ts.map +1 -1
- package/dist/lib/telemetry.js +1 -0
- package/dist/lib/telemetry.js.map +1 -1
- package/dist/lib/utils.d.ts +2 -2
- package/dist/lib/utils.d.ts.map +1 -1
- package/dist/lib/utils.js +1 -2
- package/dist/lib/utils.js.map +1 -1
- package/dist/lib/version_check.d.ts +1 -1
- package/dist/lib/version_check.d.ts.map +1 -1
- package/dist/lib/version_check.js +6 -0
- package/dist/lib/version_check.js.map +1 -1
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +1206 -166
- package/package.json +19 -18
package/oclif.manifest.json
CHANGED
|
@@ -11,6 +11,13 @@
|
|
|
11
11
|
},
|
|
12
12
|
"description": "Runs a specific Actor remotely on the Apify cloud platform.\nThe Actor is run under your current Apify account. Therefore you need to be logged in by calling \"apify login\". It takes input for the Actor from the default local key-value store by default.",
|
|
13
13
|
"flags": {
|
|
14
|
+
"json": {
|
|
15
|
+
"description": "Format output as json.",
|
|
16
|
+
"helpGroup": "GLOBAL",
|
|
17
|
+
"name": "json",
|
|
18
|
+
"allowNo": false,
|
|
19
|
+
"type": "boolean"
|
|
20
|
+
},
|
|
14
21
|
"build": {
|
|
15
22
|
"char": "b",
|
|
16
23
|
"description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
|
|
@@ -38,15 +45,6 @@
|
|
|
38
45
|
"multiple": false,
|
|
39
46
|
"type": "option"
|
|
40
47
|
},
|
|
41
|
-
"wait-for-finish": {
|
|
42
|
-
"char": "w",
|
|
43
|
-
"description": "Seconds for waiting to run to finish, if no value passed, it waits forever.",
|
|
44
|
-
"name": "wait-for-finish",
|
|
45
|
-
"required": false,
|
|
46
|
-
"hasDynamicHelp": false,
|
|
47
|
-
"multiple": false,
|
|
48
|
-
"type": "option"
|
|
49
|
-
},
|
|
50
48
|
"input": {
|
|
51
49
|
"char": "i",
|
|
52
50
|
"description": "Optional JSON input to be given to the Actor.",
|
|
@@ -94,7 +92,7 @@
|
|
|
94
92
|
"pluginAlias": "apify-cli",
|
|
95
93
|
"pluginName": "apify-cli",
|
|
96
94
|
"pluginType": "core",
|
|
97
|
-
"
|
|
95
|
+
"enableJsonFlag": true,
|
|
98
96
|
"isESM": true,
|
|
99
97
|
"relativePath": [
|
|
100
98
|
"dist",
|
|
@@ -381,6 +379,14 @@
|
|
|
381
379
|
"hasDynamicHelp": false,
|
|
382
380
|
"multiple": false,
|
|
383
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"
|
|
384
390
|
}
|
|
385
391
|
},
|
|
386
392
|
"hasDynamicHelp": false,
|
|
@@ -389,7 +395,6 @@
|
|
|
389
395
|
"pluginAlias": "apify-cli",
|
|
390
396
|
"pluginName": "apify-cli",
|
|
391
397
|
"pluginType": "core",
|
|
392
|
-
"strict": true,
|
|
393
398
|
"isESM": true,
|
|
394
399
|
"relativePath": [
|
|
395
400
|
"dist",
|
|
@@ -408,15 +413,6 @@
|
|
|
408
413
|
},
|
|
409
414
|
"description": "Uploads the Actor to the Apify platform and builds it there.\nThe Actor settings are read from the \".actor/actor.json\" file in the current directory, but they can be overridden using command-line options.\nNOTE: If the source files are smaller than 3 MB then they are uploaded as \n\"Multiple source files\", otherwise they are uploaded as \"Zip file\".\n\nWhen there's an attempt to push files that are older than the Actor on the platform, the command will fail. Can be overwritten with --force flag.",
|
|
410
415
|
"flags": {
|
|
411
|
-
"version-number": {
|
|
412
|
-
"deprecated": true,
|
|
413
|
-
"description": "DEPRECATED: Use flag version instead. Actor version number to which the files should be pushed. By default, it is taken from the \".actor/actor.json\" file.",
|
|
414
|
-
"name": "version-number",
|
|
415
|
-
"required": false,
|
|
416
|
-
"hasDynamicHelp": false,
|
|
417
|
-
"multiple": false,
|
|
418
|
-
"type": "option"
|
|
419
|
-
},
|
|
420
416
|
"version": {
|
|
421
417
|
"char": "v",
|
|
422
418
|
"description": "Actor version number to which the files should be pushed. By default, it is taken from the \".actor/actor.json\" file.",
|
|
@@ -457,6 +453,14 @@
|
|
|
457
453
|
"required": false,
|
|
458
454
|
"allowNo": false,
|
|
459
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"
|
|
460
464
|
}
|
|
461
465
|
},
|
|
462
466
|
"hasDynamicHelp": false,
|
|
@@ -465,7 +469,6 @@
|
|
|
465
469
|
"pluginAlias": "apify-cli",
|
|
466
470
|
"pluginName": "apify-cli",
|
|
467
471
|
"pluginType": "core",
|
|
468
|
-
"strict": true,
|
|
469
472
|
"isESM": true,
|
|
470
473
|
"relativePath": [
|
|
471
474
|
"dist",
|
|
@@ -654,8 +657,7 @@
|
|
|
654
657
|
"args": {
|
|
655
658
|
"item": {
|
|
656
659
|
"description": "JSON string with one object or array of objects containing data to be stored in the default dataset.",
|
|
657
|
-
"name": "item"
|
|
658
|
-
"required": false
|
|
660
|
+
"name": "item"
|
|
659
661
|
}
|
|
660
662
|
},
|
|
661
663
|
"description": "Stores an object or an array of objects to the default dataset of the Actor run.\nIt is possible to pass data using item argument or stdin.\nPassing data using argument:\n$ apify actor push-data {\"foo\": \"bar\"}\nPassing data using stdin with pipe:\n$ cat ./test.json | apify actor push-data\n",
|
|
@@ -716,56 +718,70 @@
|
|
|
716
718
|
"set-value.js"
|
|
717
719
|
]
|
|
718
720
|
},
|
|
719
|
-
"actors": {
|
|
721
|
+
"actors:build": {
|
|
720
722
|
"aliases": [],
|
|
721
|
-
"args": {
|
|
722
|
-
|
|
723
|
-
|
|
723
|
+
"args": {
|
|
724
|
+
"actorId": {
|
|
725
|
+
"description": "Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.",
|
|
726
|
+
"name": "actorId"
|
|
727
|
+
}
|
|
728
|
+
},
|
|
729
|
+
"description": "Creates a new build of the Actor.",
|
|
730
|
+
"flags": {
|
|
731
|
+
"json": {
|
|
732
|
+
"description": "Format output as json.",
|
|
733
|
+
"helpGroup": "GLOBAL",
|
|
734
|
+
"name": "json",
|
|
735
|
+
"allowNo": false,
|
|
736
|
+
"type": "boolean"
|
|
737
|
+
},
|
|
738
|
+
"tag": {
|
|
739
|
+
"description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
|
|
740
|
+
"name": "tag",
|
|
741
|
+
"hasDynamicHelp": false,
|
|
742
|
+
"multiple": false,
|
|
743
|
+
"type": "option"
|
|
744
|
+
},
|
|
745
|
+
"version": {
|
|
746
|
+
"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.",
|
|
747
|
+
"name": "version",
|
|
748
|
+
"required": false,
|
|
749
|
+
"hasDynamicHelp": false,
|
|
750
|
+
"multiple": false,
|
|
751
|
+
"type": "option"
|
|
752
|
+
},
|
|
753
|
+
"log": {
|
|
754
|
+
"description": "Whether to print out the build log after the build is triggered.",
|
|
755
|
+
"name": "log",
|
|
756
|
+
"allowNo": false,
|
|
757
|
+
"type": "boolean"
|
|
758
|
+
}
|
|
759
|
+
},
|
|
724
760
|
"hasDynamicHelp": false,
|
|
725
761
|
"hiddenAliases": [],
|
|
726
|
-
"id": "actors",
|
|
762
|
+
"id": "actors:build",
|
|
727
763
|
"pluginAlias": "apify-cli",
|
|
728
764
|
"pluginName": "apify-cli",
|
|
729
765
|
"pluginType": "core",
|
|
730
|
-
"
|
|
766
|
+
"enableJsonFlag": true,
|
|
731
767
|
"isESM": true,
|
|
732
768
|
"relativePath": [
|
|
733
769
|
"dist",
|
|
734
770
|
"commands",
|
|
735
771
|
"actors",
|
|
736
|
-
"
|
|
772
|
+
"build.js"
|
|
737
773
|
]
|
|
738
774
|
},
|
|
739
|
-
"actors:
|
|
775
|
+
"actors:call": {
|
|
740
776
|
"aliases": [],
|
|
741
777
|
"args": {
|
|
742
778
|
"actorId": {
|
|
743
|
-
"description": "
|
|
779
|
+
"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.",
|
|
744
780
|
"name": "actorId",
|
|
745
|
-
"required":
|
|
781
|
+
"required": false
|
|
746
782
|
}
|
|
747
783
|
},
|
|
748
|
-
"description": "
|
|
749
|
-
"flags": {},
|
|
750
|
-
"hasDynamicHelp": false,
|
|
751
|
-
"hiddenAliases": [],
|
|
752
|
-
"id": "actors:rm",
|
|
753
|
-
"pluginAlias": "apify-cli",
|
|
754
|
-
"pluginName": "apify-cli",
|
|
755
|
-
"pluginType": "core",
|
|
756
|
-
"strict": true,
|
|
757
|
-
"isESM": true,
|
|
758
|
-
"relativePath": [
|
|
759
|
-
"dist",
|
|
760
|
-
"commands",
|
|
761
|
-
"actors",
|
|
762
|
-
"rm.js"
|
|
763
|
-
]
|
|
764
|
-
},
|
|
765
|
-
"builds:create": {
|
|
766
|
-
"aliases": [],
|
|
767
|
-
"args": {},
|
|
768
|
-
"description": "Creates a new build of the Actor.",
|
|
784
|
+
"description": "Runs a specific Actor remotely on the Apify cloud platform.\nThe Actor is run under your current Apify account. Therefore you need to be logged in by calling \"apify login\". It takes input for the Actor from the default local key-value store by default.",
|
|
769
785
|
"flags": {
|
|
770
786
|
"json": {
|
|
771
787
|
"description": "Format output as json.",
|
|
@@ -774,38 +790,77 @@
|
|
|
774
790
|
"allowNo": false,
|
|
775
791
|
"type": "boolean"
|
|
776
792
|
},
|
|
777
|
-
"
|
|
778
|
-
"
|
|
779
|
-
"
|
|
793
|
+
"build": {
|
|
794
|
+
"char": "b",
|
|
795
|
+
"description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
|
|
796
|
+
"name": "build",
|
|
797
|
+
"required": false,
|
|
780
798
|
"hasDynamicHelp": false,
|
|
781
799
|
"multiple": false,
|
|
782
800
|
"type": "option"
|
|
783
801
|
},
|
|
784
|
-
"
|
|
785
|
-
"
|
|
786
|
-
"
|
|
802
|
+
"timeout": {
|
|
803
|
+
"char": "t",
|
|
804
|
+
"description": "Timeout for the Actor run in seconds. Zero value means there is no timeout.",
|
|
805
|
+
"name": "timeout",
|
|
806
|
+
"required": false,
|
|
787
807
|
"hasDynamicHelp": false,
|
|
788
808
|
"multiple": false,
|
|
789
809
|
"type": "option"
|
|
790
810
|
},
|
|
791
|
-
"
|
|
792
|
-
"
|
|
793
|
-
"
|
|
811
|
+
"memory": {
|
|
812
|
+
"char": "m",
|
|
813
|
+
"description": "Amount of memory allocated for the Actor run, in megabytes.",
|
|
814
|
+
"name": "memory",
|
|
794
815
|
"required": false,
|
|
795
816
|
"hasDynamicHelp": false,
|
|
796
817
|
"multiple": false,
|
|
797
818
|
"type": "option"
|
|
798
819
|
},
|
|
799
|
-
"
|
|
800
|
-
"
|
|
801
|
-
"
|
|
820
|
+
"input": {
|
|
821
|
+
"char": "i",
|
|
822
|
+
"description": "Optional JSON input to be given to the Actor.",
|
|
823
|
+
"exclusive": [
|
|
824
|
+
"input-file"
|
|
825
|
+
],
|
|
826
|
+
"name": "input",
|
|
827
|
+
"required": false,
|
|
828
|
+
"hasDynamicHelp": false,
|
|
829
|
+
"multiple": false,
|
|
830
|
+
"type": "option"
|
|
831
|
+
},
|
|
832
|
+
"input-file": {
|
|
833
|
+
"aliases": [
|
|
834
|
+
"if"
|
|
835
|
+
],
|
|
836
|
+
"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.",
|
|
837
|
+
"exclusive": [
|
|
838
|
+
"input"
|
|
839
|
+
],
|
|
840
|
+
"name": "input-file",
|
|
841
|
+
"required": false,
|
|
842
|
+
"hasDynamicHelp": false,
|
|
843
|
+
"multiple": false,
|
|
844
|
+
"type": "option"
|
|
845
|
+
},
|
|
846
|
+
"silent": {
|
|
847
|
+
"char": "s",
|
|
848
|
+
"description": "Prevents printing the logs of the Actor run to the console.",
|
|
849
|
+
"name": "silent",
|
|
850
|
+
"allowNo": false,
|
|
851
|
+
"type": "boolean"
|
|
852
|
+
},
|
|
853
|
+
"output-dataset": {
|
|
854
|
+
"char": "o",
|
|
855
|
+
"description": "Prints out the entire default dataset on successful run of the Actor.",
|
|
856
|
+
"name": "output-dataset",
|
|
802
857
|
"allowNo": false,
|
|
803
858
|
"type": "boolean"
|
|
804
859
|
}
|
|
805
860
|
},
|
|
806
861
|
"hasDynamicHelp": false,
|
|
807
862
|
"hiddenAliases": [],
|
|
808
|
-
"id": "
|
|
863
|
+
"id": "actors:call",
|
|
809
864
|
"pluginAlias": "apify-cli",
|
|
810
865
|
"pluginName": "apify-cli",
|
|
811
866
|
"pluginType": "core",
|
|
@@ -815,18 +870,18 @@
|
|
|
815
870
|
"relativePath": [
|
|
816
871
|
"dist",
|
|
817
872
|
"commands",
|
|
818
|
-
"
|
|
819
|
-
"
|
|
873
|
+
"actors",
|
|
874
|
+
"call.js"
|
|
820
875
|
]
|
|
821
876
|
},
|
|
822
|
-
"
|
|
877
|
+
"actors": {
|
|
823
878
|
"aliases": [],
|
|
824
879
|
"args": {},
|
|
825
|
-
"description": "Commands are designed to be used with
|
|
880
|
+
"description": "Commands are designed to be used with Actors.",
|
|
826
881
|
"flags": {},
|
|
827
882
|
"hasDynamicHelp": false,
|
|
828
883
|
"hiddenAliases": [],
|
|
829
|
-
"id": "
|
|
884
|
+
"id": "actors",
|
|
830
885
|
"pluginAlias": "apify-cli",
|
|
831
886
|
"pluginName": "apify-cli",
|
|
832
887
|
"pluginType": "core",
|
|
@@ -835,20 +890,20 @@
|
|
|
835
890
|
"relativePath": [
|
|
836
891
|
"dist",
|
|
837
892
|
"commands",
|
|
838
|
-
"
|
|
893
|
+
"actors",
|
|
839
894
|
"index.js"
|
|
840
895
|
]
|
|
841
896
|
},
|
|
842
|
-
"
|
|
897
|
+
"actors:info": {
|
|
843
898
|
"aliases": [],
|
|
844
899
|
"args": {
|
|
845
|
-
"
|
|
846
|
-
"description": "The
|
|
847
|
-
"name": "
|
|
900
|
+
"actorId": {
|
|
901
|
+
"description": "The ID of the Actor to return information about.",
|
|
902
|
+
"name": "actorId",
|
|
848
903
|
"required": true
|
|
849
904
|
}
|
|
850
905
|
},
|
|
851
|
-
"description": "
|
|
906
|
+
"description": "Get information about an Actor.",
|
|
852
907
|
"flags": {
|
|
853
908
|
"json": {
|
|
854
909
|
"description": "Format output as json.",
|
|
@@ -856,11 +911,29 @@
|
|
|
856
911
|
"name": "json",
|
|
857
912
|
"allowNo": false,
|
|
858
913
|
"type": "boolean"
|
|
914
|
+
},
|
|
915
|
+
"readme": {
|
|
916
|
+
"description": "Return the Actor README.",
|
|
917
|
+
"exclusive": [
|
|
918
|
+
"input"
|
|
919
|
+
],
|
|
920
|
+
"name": "readme",
|
|
921
|
+
"allowNo": false,
|
|
922
|
+
"type": "boolean"
|
|
923
|
+
},
|
|
924
|
+
"input": {
|
|
925
|
+
"description": "Return the Actor input schema.",
|
|
926
|
+
"exclusive": [
|
|
927
|
+
"readme"
|
|
928
|
+
],
|
|
929
|
+
"name": "input",
|
|
930
|
+
"allowNo": false,
|
|
931
|
+
"type": "boolean"
|
|
859
932
|
}
|
|
860
933
|
},
|
|
861
934
|
"hasDynamicHelp": false,
|
|
862
935
|
"hiddenAliases": [],
|
|
863
|
-
"id": "
|
|
936
|
+
"id": "actors:info",
|
|
864
937
|
"pluginAlias": "apify-cli",
|
|
865
938
|
"pluginName": "apify-cli",
|
|
866
939
|
"pluginType": "core",
|
|
@@ -870,40 +943,14 @@
|
|
|
870
943
|
"relativePath": [
|
|
871
944
|
"dist",
|
|
872
945
|
"commands",
|
|
873
|
-
"
|
|
946
|
+
"actors",
|
|
874
947
|
"info.js"
|
|
875
948
|
]
|
|
876
949
|
},
|
|
877
|
-
"
|
|
878
|
-
"aliases": [],
|
|
879
|
-
"args": {
|
|
880
|
-
"buildId": {
|
|
881
|
-
"description": "The build ID to get the log from.",
|
|
882
|
-
"name": "buildId",
|
|
883
|
-
"required": true
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
"description": "Prints the log of a specific build.",
|
|
887
|
-
"flags": {},
|
|
888
|
-
"hasDynamicHelp": false,
|
|
889
|
-
"hiddenAliases": [],
|
|
890
|
-
"id": "builds:log",
|
|
891
|
-
"pluginAlias": "apify-cli",
|
|
892
|
-
"pluginName": "apify-cli",
|
|
893
|
-
"pluginType": "core",
|
|
894
|
-
"strict": true,
|
|
895
|
-
"isESM": true,
|
|
896
|
-
"relativePath": [
|
|
897
|
-
"dist",
|
|
898
|
-
"commands",
|
|
899
|
-
"builds",
|
|
900
|
-
"log.js"
|
|
901
|
-
]
|
|
902
|
-
},
|
|
903
|
-
"builds:ls": {
|
|
950
|
+
"actors:ls": {
|
|
904
951
|
"aliases": [],
|
|
905
952
|
"args": {},
|
|
906
|
-
"description": "Lists all
|
|
953
|
+
"description": "Lists all recently ran Actors or your own Actors.",
|
|
907
954
|
"flags": {
|
|
908
955
|
"json": {
|
|
909
956
|
"description": "Format output as json.",
|
|
@@ -912,15 +959,14 @@
|
|
|
912
959
|
"allowNo": false,
|
|
913
960
|
"type": "boolean"
|
|
914
961
|
},
|
|
915
|
-
"
|
|
916
|
-
"description": "
|
|
917
|
-
"name": "
|
|
918
|
-
"
|
|
919
|
-
"
|
|
920
|
-
"type": "option"
|
|
962
|
+
"my": {
|
|
963
|
+
"description": "Whether to list Actors made by the logged in user.",
|
|
964
|
+
"name": "my",
|
|
965
|
+
"allowNo": false,
|
|
966
|
+
"type": "boolean"
|
|
921
967
|
},
|
|
922
968
|
"offset": {
|
|
923
|
-
"description": "Number of
|
|
969
|
+
"description": "Number of Actors that will be skipped.",
|
|
924
970
|
"name": "offset",
|
|
925
971
|
"default": 0,
|
|
926
972
|
"hasDynamicHelp": false,
|
|
@@ -928,30 +974,23 @@
|
|
|
928
974
|
"type": "option"
|
|
929
975
|
},
|
|
930
976
|
"limit": {
|
|
931
|
-
"description": "Number of
|
|
977
|
+
"description": "Number of Actors that will be listed.",
|
|
932
978
|
"name": "limit",
|
|
933
|
-
"default":
|
|
979
|
+
"default": 20,
|
|
934
980
|
"hasDynamicHelp": false,
|
|
935
981
|
"multiple": false,
|
|
936
982
|
"type": "option"
|
|
937
983
|
},
|
|
938
984
|
"desc": {
|
|
939
|
-
"description": "Sort
|
|
985
|
+
"description": "Sort Actors in descending order.",
|
|
940
986
|
"name": "desc",
|
|
941
987
|
"allowNo": false,
|
|
942
988
|
"type": "boolean"
|
|
943
|
-
},
|
|
944
|
-
"compact": {
|
|
945
|
-
"char": "c",
|
|
946
|
-
"description": "Display a compact table.",
|
|
947
|
-
"name": "compact",
|
|
948
|
-
"allowNo": false,
|
|
949
|
-
"type": "boolean"
|
|
950
989
|
}
|
|
951
990
|
},
|
|
952
991
|
"hasDynamicHelp": false,
|
|
953
992
|
"hiddenAliases": [],
|
|
954
|
-
"id": "
|
|
993
|
+
"id": "actors:ls",
|
|
955
994
|
"pluginAlias": "apify-cli",
|
|
956
995
|
"pluginName": "apify-cli",
|
|
957
996
|
"pluginType": "core",
|
|
@@ -961,44 +1000,790 @@
|
|
|
961
1000
|
"relativePath": [
|
|
962
1001
|
"dist",
|
|
963
1002
|
"commands",
|
|
964
|
-
"
|
|
1003
|
+
"actors",
|
|
965
1004
|
"ls.js"
|
|
966
1005
|
]
|
|
967
1006
|
},
|
|
968
|
-
"
|
|
1007
|
+
"actors:pull": {
|
|
969
1008
|
"aliases": [],
|
|
970
1009
|
"args": {
|
|
971
|
-
"
|
|
972
|
-
"description": "
|
|
973
|
-
"name": "
|
|
974
|
-
"required":
|
|
975
|
-
}
|
|
1010
|
+
"actorId": {
|
|
1011
|
+
"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.",
|
|
1012
|
+
"name": "actorId",
|
|
1013
|
+
"required": false
|
|
1014
|
+
}
|
|
1015
|
+
},
|
|
1016
|
+
"description": "Pulls an Actor from the Apify platform to the current directory. If it is defined as Git repository, it will be cloned. If it is defined as Web IDE, it will fetch the files.",
|
|
1017
|
+
"flags": {
|
|
1018
|
+
"version": {
|
|
1019
|
+
"char": "v",
|
|
1020
|
+
"description": "Actor version number which will be pulled, e.g. 1.2. Default: the highest version",
|
|
1021
|
+
"name": "version",
|
|
1022
|
+
"required": false,
|
|
1023
|
+
"hasDynamicHelp": false,
|
|
1024
|
+
"multiple": false,
|
|
1025
|
+
"type": "option"
|
|
1026
|
+
},
|
|
1027
|
+
"dir": {
|
|
1028
|
+
"description": "Directory where the Actor should be pulled to",
|
|
1029
|
+
"name": "dir",
|
|
1030
|
+
"required": false,
|
|
1031
|
+
"hasDynamicHelp": false,
|
|
1032
|
+
"multiple": false,
|
|
1033
|
+
"type": "option"
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
"hasDynamicHelp": false,
|
|
1037
|
+
"hiddenAliases": [],
|
|
1038
|
+
"id": "actors:pull",
|
|
1039
|
+
"pluginAlias": "apify-cli",
|
|
1040
|
+
"pluginName": "apify-cli",
|
|
1041
|
+
"pluginType": "core",
|
|
1042
|
+
"strict": true,
|
|
1043
|
+
"isESM": true,
|
|
1044
|
+
"relativePath": [
|
|
1045
|
+
"dist",
|
|
1046
|
+
"commands",
|
|
1047
|
+
"actors",
|
|
1048
|
+
"pull.js"
|
|
1049
|
+
]
|
|
1050
|
+
},
|
|
1051
|
+
"actors:push": {
|
|
1052
|
+
"aliases": [],
|
|
1053
|
+
"args": {
|
|
1054
|
+
"actorId": {
|
|
1055
|
+
"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.",
|
|
1056
|
+
"name": "actorId",
|
|
1057
|
+
"required": false
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
"description": "Uploads the Actor to the Apify platform and builds it there.\nThe Actor settings are read from the \".actor/actor.json\" file in the current directory, but they can be overridden using command-line options.\nNOTE: If the source files are smaller than 3 MB then they are uploaded as \n\"Multiple source files\", otherwise they are uploaded as \"Zip file\".\n\nWhen there's an attempt to push files that are older than the Actor on the platform, the command will fail. Can be overwritten with --force flag.",
|
|
1061
|
+
"flags": {
|
|
1062
|
+
"version": {
|
|
1063
|
+
"char": "v",
|
|
1064
|
+
"description": "Actor version number to which the files should be pushed. By default, it is taken from the \".actor/actor.json\" file.",
|
|
1065
|
+
"name": "version",
|
|
1066
|
+
"required": false,
|
|
1067
|
+
"hasDynamicHelp": false,
|
|
1068
|
+
"multiple": false,
|
|
1069
|
+
"type": "option"
|
|
1070
|
+
},
|
|
1071
|
+
"build-tag": {
|
|
1072
|
+
"char": "b",
|
|
1073
|
+
"description": "Build tag to be applied to the successful Actor build. By default, it is taken from the \".actor/actor.json\" file",
|
|
1074
|
+
"name": "build-tag",
|
|
1075
|
+
"required": false,
|
|
1076
|
+
"hasDynamicHelp": false,
|
|
1077
|
+
"multiple": false,
|
|
1078
|
+
"type": "option"
|
|
1079
|
+
},
|
|
1080
|
+
"wait-for-finish": {
|
|
1081
|
+
"char": "w",
|
|
1082
|
+
"description": "Seconds for waiting to build to finish, if no value passed, it waits forever.",
|
|
1083
|
+
"name": "wait-for-finish",
|
|
1084
|
+
"required": false,
|
|
1085
|
+
"hasDynamicHelp": false,
|
|
1086
|
+
"multiple": false,
|
|
1087
|
+
"type": "option"
|
|
1088
|
+
},
|
|
1089
|
+
"no-prompt": {
|
|
1090
|
+
"description": "Do not prompt for opening the Actor details in a browser. This will also not open the browser automatically.",
|
|
1091
|
+
"name": "no-prompt",
|
|
1092
|
+
"required": false,
|
|
1093
|
+
"allowNo": false,
|
|
1094
|
+
"type": "boolean"
|
|
1095
|
+
},
|
|
1096
|
+
"force": {
|
|
1097
|
+
"description": "Push an Actor even when the local files are older than the Actor on the platform.",
|
|
1098
|
+
"name": "force",
|
|
1099
|
+
"required": false,
|
|
1100
|
+
"allowNo": false,
|
|
1101
|
+
"type": "boolean"
|
|
1102
|
+
},
|
|
1103
|
+
"dir": {
|
|
1104
|
+
"description": "Directory where the Actor is located",
|
|
1105
|
+
"name": "dir",
|
|
1106
|
+
"required": false,
|
|
1107
|
+
"hasDynamicHelp": false,
|
|
1108
|
+
"multiple": false,
|
|
1109
|
+
"type": "option"
|
|
1110
|
+
}
|
|
1111
|
+
},
|
|
1112
|
+
"hasDynamicHelp": false,
|
|
1113
|
+
"hiddenAliases": [],
|
|
1114
|
+
"id": "actors:push",
|
|
1115
|
+
"pluginAlias": "apify-cli",
|
|
1116
|
+
"pluginName": "apify-cli",
|
|
1117
|
+
"pluginType": "core",
|
|
1118
|
+
"strict": true,
|
|
1119
|
+
"isESM": true,
|
|
1120
|
+
"relativePath": [
|
|
1121
|
+
"dist",
|
|
1122
|
+
"commands",
|
|
1123
|
+
"actors",
|
|
1124
|
+
"push.js"
|
|
1125
|
+
]
|
|
1126
|
+
},
|
|
1127
|
+
"actors:rm": {
|
|
1128
|
+
"aliases": [],
|
|
1129
|
+
"args": {
|
|
1130
|
+
"actorId": {
|
|
1131
|
+
"description": "The Actor ID to delete.",
|
|
1132
|
+
"name": "actorId",
|
|
1133
|
+
"required": true
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
"description": "Deletes an Actor.",
|
|
1137
|
+
"flags": {},
|
|
1138
|
+
"hasDynamicHelp": false,
|
|
1139
|
+
"hiddenAliases": [],
|
|
1140
|
+
"id": "actors:rm",
|
|
1141
|
+
"pluginAlias": "apify-cli",
|
|
1142
|
+
"pluginName": "apify-cli",
|
|
1143
|
+
"pluginType": "core",
|
|
1144
|
+
"strict": true,
|
|
1145
|
+
"isESM": true,
|
|
1146
|
+
"relativePath": [
|
|
1147
|
+
"dist",
|
|
1148
|
+
"commands",
|
|
1149
|
+
"actors",
|
|
1150
|
+
"rm.js"
|
|
1151
|
+
]
|
|
1152
|
+
},
|
|
1153
|
+
"actors:start": {
|
|
1154
|
+
"aliases": [],
|
|
1155
|
+
"args": {
|
|
1156
|
+
"actorId": {
|
|
1157
|
+
"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.",
|
|
1158
|
+
"name": "actorId",
|
|
1159
|
+
"required": false
|
|
1160
|
+
}
|
|
1161
|
+
},
|
|
1162
|
+
"description": "Runs a specific Actor remotely on the Apify cloud platform and immediately returns information about the run.\nThe Actor is run under your current Apify account. Therefore you need to be logged in by calling \"apify login\". It takes input for the Actor from the default local key-value store by default.",
|
|
1163
|
+
"flags": {
|
|
1164
|
+
"json": {
|
|
1165
|
+
"description": "Format output as json.",
|
|
1166
|
+
"helpGroup": "GLOBAL",
|
|
1167
|
+
"name": "json",
|
|
1168
|
+
"allowNo": false,
|
|
1169
|
+
"type": "boolean"
|
|
1170
|
+
},
|
|
1171
|
+
"build": {
|
|
1172
|
+
"char": "b",
|
|
1173
|
+
"description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
|
|
1174
|
+
"name": "build",
|
|
1175
|
+
"required": false,
|
|
1176
|
+
"hasDynamicHelp": false,
|
|
1177
|
+
"multiple": false,
|
|
1178
|
+
"type": "option"
|
|
1179
|
+
},
|
|
1180
|
+
"timeout": {
|
|
1181
|
+
"char": "t",
|
|
1182
|
+
"description": "Timeout for the Actor run in seconds. Zero value means there is no timeout.",
|
|
1183
|
+
"name": "timeout",
|
|
1184
|
+
"required": false,
|
|
1185
|
+
"hasDynamicHelp": false,
|
|
1186
|
+
"multiple": false,
|
|
1187
|
+
"type": "option"
|
|
1188
|
+
},
|
|
1189
|
+
"memory": {
|
|
1190
|
+
"char": "m",
|
|
1191
|
+
"description": "Amount of memory allocated for the Actor run, in megabytes.",
|
|
1192
|
+
"name": "memory",
|
|
1193
|
+
"required": false,
|
|
1194
|
+
"hasDynamicHelp": false,
|
|
1195
|
+
"multiple": false,
|
|
1196
|
+
"type": "option"
|
|
1197
|
+
},
|
|
1198
|
+
"input": {
|
|
1199
|
+
"char": "i",
|
|
1200
|
+
"description": "Optional JSON input to be given to the Actor.",
|
|
1201
|
+
"exclusive": [
|
|
1202
|
+
"input-file"
|
|
1203
|
+
],
|
|
1204
|
+
"name": "input",
|
|
1205
|
+
"required": false,
|
|
1206
|
+
"hasDynamicHelp": false,
|
|
1207
|
+
"multiple": false,
|
|
1208
|
+
"type": "option"
|
|
1209
|
+
},
|
|
1210
|
+
"input-file": {
|
|
1211
|
+
"aliases": [
|
|
1212
|
+
"if"
|
|
1213
|
+
],
|
|
1214
|
+
"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.",
|
|
1215
|
+
"exclusive": [
|
|
1216
|
+
"input"
|
|
1217
|
+
],
|
|
1218
|
+
"name": "input-file",
|
|
1219
|
+
"required": false,
|
|
1220
|
+
"hasDynamicHelp": false,
|
|
1221
|
+
"multiple": false,
|
|
1222
|
+
"type": "option"
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
"hasDynamicHelp": false,
|
|
1226
|
+
"hiddenAliases": [],
|
|
1227
|
+
"id": "actors:start",
|
|
1228
|
+
"pluginAlias": "apify-cli",
|
|
1229
|
+
"pluginName": "apify-cli",
|
|
1230
|
+
"pluginType": "core",
|
|
1231
|
+
"strict": true,
|
|
1232
|
+
"enableJsonFlag": true,
|
|
1233
|
+
"isESM": true,
|
|
1234
|
+
"relativePath": [
|
|
1235
|
+
"dist",
|
|
1236
|
+
"commands",
|
|
1237
|
+
"actors",
|
|
1238
|
+
"start.js"
|
|
1239
|
+
]
|
|
1240
|
+
},
|
|
1241
|
+
"builds:create": {
|
|
1242
|
+
"aliases": [],
|
|
1243
|
+
"args": {
|
|
1244
|
+
"actorId": {
|
|
1245
|
+
"description": "Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.",
|
|
1246
|
+
"name": "actorId"
|
|
1247
|
+
}
|
|
1248
|
+
},
|
|
1249
|
+
"description": "Creates a new build of the Actor.",
|
|
1250
|
+
"flags": {
|
|
1251
|
+
"json": {
|
|
1252
|
+
"description": "Format output as json.",
|
|
1253
|
+
"helpGroup": "GLOBAL",
|
|
1254
|
+
"name": "json",
|
|
1255
|
+
"allowNo": false,
|
|
1256
|
+
"type": "boolean"
|
|
1257
|
+
},
|
|
1258
|
+
"tag": {
|
|
1259
|
+
"description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
|
|
1260
|
+
"name": "tag",
|
|
1261
|
+
"hasDynamicHelp": false,
|
|
1262
|
+
"multiple": false,
|
|
1263
|
+
"type": "option"
|
|
1264
|
+
},
|
|
1265
|
+
"version": {
|
|
1266
|
+
"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.",
|
|
1267
|
+
"name": "version",
|
|
1268
|
+
"required": false,
|
|
1269
|
+
"hasDynamicHelp": false,
|
|
1270
|
+
"multiple": false,
|
|
1271
|
+
"type": "option"
|
|
1272
|
+
},
|
|
1273
|
+
"log": {
|
|
1274
|
+
"description": "Whether to print out the build log after the build is triggered.",
|
|
1275
|
+
"name": "log",
|
|
1276
|
+
"allowNo": false,
|
|
1277
|
+
"type": "boolean"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
"hasDynamicHelp": false,
|
|
1281
|
+
"hiddenAliases": [],
|
|
1282
|
+
"id": "builds:create",
|
|
1283
|
+
"pluginAlias": "apify-cli",
|
|
1284
|
+
"pluginName": "apify-cli",
|
|
1285
|
+
"pluginType": "core",
|
|
1286
|
+
"strict": true,
|
|
1287
|
+
"enableJsonFlag": true,
|
|
1288
|
+
"isESM": true,
|
|
1289
|
+
"relativePath": [
|
|
1290
|
+
"dist",
|
|
1291
|
+
"commands",
|
|
1292
|
+
"builds",
|
|
1293
|
+
"create.js"
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
"builds": {
|
|
1297
|
+
"aliases": [],
|
|
1298
|
+
"args": {},
|
|
1299
|
+
"description": "Commands are designed to be used with Actor Builds.",
|
|
1300
|
+
"flags": {},
|
|
1301
|
+
"hasDynamicHelp": false,
|
|
1302
|
+
"hiddenAliases": [],
|
|
1303
|
+
"id": "builds",
|
|
1304
|
+
"pluginAlias": "apify-cli",
|
|
1305
|
+
"pluginName": "apify-cli",
|
|
1306
|
+
"pluginType": "core",
|
|
1307
|
+
"strict": true,
|
|
1308
|
+
"isESM": true,
|
|
1309
|
+
"relativePath": [
|
|
1310
|
+
"dist",
|
|
1311
|
+
"commands",
|
|
1312
|
+
"builds",
|
|
1313
|
+
"index.js"
|
|
1314
|
+
]
|
|
1315
|
+
},
|
|
1316
|
+
"builds:info": {
|
|
1317
|
+
"aliases": [],
|
|
1318
|
+
"args": {
|
|
1319
|
+
"buildId": {
|
|
1320
|
+
"description": "The build ID to get information about.",
|
|
1321
|
+
"name": "buildId",
|
|
1322
|
+
"required": true
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1325
|
+
"description": "Prints information about a specific build.",
|
|
1326
|
+
"flags": {
|
|
1327
|
+
"json": {
|
|
1328
|
+
"description": "Format output as json.",
|
|
1329
|
+
"helpGroup": "GLOBAL",
|
|
1330
|
+
"name": "json",
|
|
1331
|
+
"allowNo": false,
|
|
1332
|
+
"type": "boolean"
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
"hasDynamicHelp": false,
|
|
1336
|
+
"hiddenAliases": [],
|
|
1337
|
+
"id": "builds:info",
|
|
1338
|
+
"pluginAlias": "apify-cli",
|
|
1339
|
+
"pluginName": "apify-cli",
|
|
1340
|
+
"pluginType": "core",
|
|
1341
|
+
"strict": true,
|
|
1342
|
+
"enableJsonFlag": true,
|
|
1343
|
+
"isESM": true,
|
|
1344
|
+
"relativePath": [
|
|
1345
|
+
"dist",
|
|
1346
|
+
"commands",
|
|
1347
|
+
"builds",
|
|
1348
|
+
"info.js"
|
|
1349
|
+
]
|
|
1350
|
+
},
|
|
1351
|
+
"builds:log": {
|
|
1352
|
+
"aliases": [],
|
|
1353
|
+
"args": {
|
|
1354
|
+
"buildId": {
|
|
1355
|
+
"description": "The build ID to get the log from.",
|
|
1356
|
+
"name": "buildId",
|
|
1357
|
+
"required": true
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
"description": "Prints the log of a specific build.",
|
|
1361
|
+
"flags": {},
|
|
1362
|
+
"hasDynamicHelp": false,
|
|
1363
|
+
"hiddenAliases": [],
|
|
1364
|
+
"id": "builds:log",
|
|
1365
|
+
"pluginAlias": "apify-cli",
|
|
1366
|
+
"pluginName": "apify-cli",
|
|
1367
|
+
"pluginType": "core",
|
|
1368
|
+
"strict": true,
|
|
1369
|
+
"isESM": true,
|
|
1370
|
+
"relativePath": [
|
|
1371
|
+
"dist",
|
|
1372
|
+
"commands",
|
|
1373
|
+
"builds",
|
|
1374
|
+
"log.js"
|
|
1375
|
+
]
|
|
1376
|
+
},
|
|
1377
|
+
"builds:ls": {
|
|
1378
|
+
"aliases": [],
|
|
1379
|
+
"args": {
|
|
1380
|
+
"actorId": {
|
|
1381
|
+
"description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
|
|
1382
|
+
"name": "actorId"
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1385
|
+
"description": "Lists all builds of the Actor.",
|
|
1386
|
+
"flags": {
|
|
1387
|
+
"json": {
|
|
1388
|
+
"description": "Format output as json.",
|
|
1389
|
+
"helpGroup": "GLOBAL",
|
|
1390
|
+
"name": "json",
|
|
1391
|
+
"allowNo": false,
|
|
1392
|
+
"type": "boolean"
|
|
1393
|
+
},
|
|
1394
|
+
"offset": {
|
|
1395
|
+
"description": "Number of builds that will be skipped.",
|
|
1396
|
+
"name": "offset",
|
|
1397
|
+
"default": 0,
|
|
1398
|
+
"hasDynamicHelp": false,
|
|
1399
|
+
"multiple": false,
|
|
1400
|
+
"type": "option"
|
|
1401
|
+
},
|
|
1402
|
+
"limit": {
|
|
1403
|
+
"description": "Number of builds that will be listed.",
|
|
1404
|
+
"name": "limit",
|
|
1405
|
+
"default": 10,
|
|
1406
|
+
"hasDynamicHelp": false,
|
|
1407
|
+
"multiple": false,
|
|
1408
|
+
"type": "option"
|
|
1409
|
+
},
|
|
1410
|
+
"desc": {
|
|
1411
|
+
"description": "Sort builds in descending order.",
|
|
1412
|
+
"name": "desc",
|
|
1413
|
+
"allowNo": false,
|
|
1414
|
+
"type": "boolean"
|
|
1415
|
+
},
|
|
1416
|
+
"compact": {
|
|
1417
|
+
"char": "c",
|
|
1418
|
+
"description": "Display a compact table.",
|
|
1419
|
+
"name": "compact",
|
|
1420
|
+
"allowNo": false,
|
|
1421
|
+
"type": "boolean"
|
|
1422
|
+
}
|
|
1423
|
+
},
|
|
1424
|
+
"hasDynamicHelp": false,
|
|
1425
|
+
"hiddenAliases": [],
|
|
1426
|
+
"id": "builds:ls",
|
|
1427
|
+
"pluginAlias": "apify-cli",
|
|
1428
|
+
"pluginName": "apify-cli",
|
|
1429
|
+
"pluginType": "core",
|
|
1430
|
+
"strict": true,
|
|
1431
|
+
"enableJsonFlag": true,
|
|
1432
|
+
"isESM": true,
|
|
1433
|
+
"relativePath": [
|
|
1434
|
+
"dist",
|
|
1435
|
+
"commands",
|
|
1436
|
+
"builds",
|
|
1437
|
+
"ls.js"
|
|
1438
|
+
]
|
|
1439
|
+
},
|
|
1440
|
+
"builds:rm": {
|
|
1441
|
+
"aliases": [],
|
|
1442
|
+
"args": {
|
|
1443
|
+
"buildId": {
|
|
1444
|
+
"description": "The build ID to delete.",
|
|
1445
|
+
"name": "buildId",
|
|
1446
|
+
"required": true
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
"description": "Deletes an Actor Build.",
|
|
1450
|
+
"flags": {},
|
|
1451
|
+
"hasDynamicHelp": false,
|
|
1452
|
+
"hiddenAliases": [],
|
|
1453
|
+
"id": "builds:rm",
|
|
1454
|
+
"pluginAlias": "apify-cli",
|
|
1455
|
+
"pluginName": "apify-cli",
|
|
1456
|
+
"pluginType": "core",
|
|
1457
|
+
"strict": true,
|
|
1458
|
+
"isESM": true,
|
|
1459
|
+
"relativePath": [
|
|
1460
|
+
"dist",
|
|
1461
|
+
"commands",
|
|
1462
|
+
"builds",
|
|
1463
|
+
"rm.js"
|
|
1464
|
+
]
|
|
1465
|
+
},
|
|
1466
|
+
"datasets:create": {
|
|
1467
|
+
"aliases": [],
|
|
1468
|
+
"args": {
|
|
1469
|
+
"datasetName": {
|
|
1470
|
+
"description": "Optional name for the Dataset",
|
|
1471
|
+
"name": "datasetName",
|
|
1472
|
+
"required": false
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1475
|
+
"description": "Creates a new Dataset on your account",
|
|
1476
|
+
"flags": {
|
|
1477
|
+
"json": {
|
|
1478
|
+
"description": "Format output as json.",
|
|
1479
|
+
"helpGroup": "GLOBAL",
|
|
1480
|
+
"name": "json",
|
|
1481
|
+
"allowNo": false,
|
|
1482
|
+
"type": "boolean"
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1485
|
+
"hasDynamicHelp": false,
|
|
1486
|
+
"hiddenAliases": [],
|
|
1487
|
+
"id": "datasets:create",
|
|
1488
|
+
"pluginAlias": "apify-cli",
|
|
1489
|
+
"pluginName": "apify-cli",
|
|
1490
|
+
"pluginType": "core",
|
|
1491
|
+
"strict": true,
|
|
1492
|
+
"enableJsonFlag": true,
|
|
1493
|
+
"isESM": true,
|
|
1494
|
+
"relativePath": [
|
|
1495
|
+
"dist",
|
|
1496
|
+
"commands",
|
|
1497
|
+
"datasets",
|
|
1498
|
+
"create.js"
|
|
1499
|
+
]
|
|
1500
|
+
},
|
|
1501
|
+
"datasets:get-items": {
|
|
1502
|
+
"aliases": [],
|
|
1503
|
+
"args": {
|
|
1504
|
+
"datasetId": {
|
|
1505
|
+
"description": "The ID of the Dataset to export the items for",
|
|
1506
|
+
"name": "datasetId",
|
|
1507
|
+
"required": true
|
|
1508
|
+
}
|
|
1509
|
+
},
|
|
1510
|
+
"description": "Exports the items present in a Dataset.",
|
|
1511
|
+
"flags": {
|
|
1512
|
+
"limit": {
|
|
1513
|
+
"description": "The amount of elements to get from the dataset. By default, it will return all available items.",
|
|
1514
|
+
"name": "limit",
|
|
1515
|
+
"hasDynamicHelp": false,
|
|
1516
|
+
"multiple": false,
|
|
1517
|
+
"type": "option"
|
|
1518
|
+
},
|
|
1519
|
+
"offset": {
|
|
1520
|
+
"description": "The offset in the dataset where to start getting items.",
|
|
1521
|
+
"name": "offset",
|
|
1522
|
+
"hasDynamicHelp": false,
|
|
1523
|
+
"multiple": false,
|
|
1524
|
+
"type": "option"
|
|
1525
|
+
},
|
|
1526
|
+
"format": {
|
|
1527
|
+
"description": "The format of the returned output. By default, it is set to 'json'",
|
|
1528
|
+
"name": "format",
|
|
1529
|
+
"default": "json",
|
|
1530
|
+
"hasDynamicHelp": false,
|
|
1531
|
+
"multiple": false,
|
|
1532
|
+
"options": [
|
|
1533
|
+
"json",
|
|
1534
|
+
"jsonl",
|
|
1535
|
+
"csv",
|
|
1536
|
+
"html",
|
|
1537
|
+
"rss",
|
|
1538
|
+
"xml",
|
|
1539
|
+
"xlsx"
|
|
1540
|
+
],
|
|
1541
|
+
"type": "option"
|
|
1542
|
+
}
|
|
1543
|
+
},
|
|
1544
|
+
"hasDynamicHelp": false,
|
|
1545
|
+
"hiddenAliases": [],
|
|
1546
|
+
"id": "datasets:get-items",
|
|
1547
|
+
"pluginAlias": "apify-cli",
|
|
1548
|
+
"pluginName": "apify-cli",
|
|
1549
|
+
"pluginType": "core",
|
|
1550
|
+
"strict": true,
|
|
1551
|
+
"isESM": true,
|
|
1552
|
+
"relativePath": [
|
|
1553
|
+
"dist",
|
|
1554
|
+
"commands",
|
|
1555
|
+
"datasets",
|
|
1556
|
+
"get-items.js"
|
|
1557
|
+
]
|
|
1558
|
+
},
|
|
1559
|
+
"datasets": {
|
|
1560
|
+
"aliases": [],
|
|
1561
|
+
"args": {},
|
|
1562
|
+
"description": "Commands are designed to be used with Datasets.",
|
|
1563
|
+
"flags": {},
|
|
1564
|
+
"hasDynamicHelp": false,
|
|
1565
|
+
"hiddenAliases": [],
|
|
1566
|
+
"id": "datasets",
|
|
1567
|
+
"pluginAlias": "apify-cli",
|
|
1568
|
+
"pluginName": "apify-cli",
|
|
1569
|
+
"pluginType": "core",
|
|
1570
|
+
"strict": true,
|
|
1571
|
+
"isESM": true,
|
|
1572
|
+
"relativePath": [
|
|
1573
|
+
"dist",
|
|
1574
|
+
"commands",
|
|
1575
|
+
"datasets",
|
|
1576
|
+
"index.js"
|
|
1577
|
+
]
|
|
1578
|
+
},
|
|
1579
|
+
"datasets:ls": {
|
|
1580
|
+
"aliases": [],
|
|
1581
|
+
"args": {},
|
|
1582
|
+
"description": "Lists all Datasets on your account.",
|
|
1583
|
+
"flags": {
|
|
1584
|
+
"json": {
|
|
1585
|
+
"description": "Format output as json.",
|
|
1586
|
+
"helpGroup": "GLOBAL",
|
|
1587
|
+
"name": "json",
|
|
1588
|
+
"allowNo": false,
|
|
1589
|
+
"type": "boolean"
|
|
1590
|
+
},
|
|
1591
|
+
"offset": {
|
|
1592
|
+
"description": "Number of Datasets that will be skipped.",
|
|
1593
|
+
"name": "offset",
|
|
1594
|
+
"default": 0,
|
|
1595
|
+
"hasDynamicHelp": false,
|
|
1596
|
+
"multiple": false,
|
|
1597
|
+
"type": "option"
|
|
1598
|
+
},
|
|
1599
|
+
"limit": {
|
|
1600
|
+
"description": "Number of Datasets that will be listed.",
|
|
1601
|
+
"name": "limit",
|
|
1602
|
+
"default": 20,
|
|
1603
|
+
"hasDynamicHelp": false,
|
|
1604
|
+
"multiple": false,
|
|
1605
|
+
"type": "option"
|
|
1606
|
+
},
|
|
1607
|
+
"desc": {
|
|
1608
|
+
"description": "Sorts Datasets in descending order.",
|
|
1609
|
+
"name": "desc",
|
|
1610
|
+
"allowNo": false,
|
|
1611
|
+
"type": "boolean"
|
|
1612
|
+
},
|
|
1613
|
+
"unnamed": {
|
|
1614
|
+
"description": "Lists Datasets that don't have a name set.",
|
|
1615
|
+
"name": "unnamed",
|
|
1616
|
+
"allowNo": false,
|
|
1617
|
+
"type": "boolean"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
"hasDynamicHelp": false,
|
|
1621
|
+
"hiddenAliases": [],
|
|
1622
|
+
"id": "datasets:ls",
|
|
1623
|
+
"pluginAlias": "apify-cli",
|
|
1624
|
+
"pluginName": "apify-cli",
|
|
1625
|
+
"pluginType": "core",
|
|
1626
|
+
"strict": true,
|
|
1627
|
+
"enableJsonFlag": true,
|
|
1628
|
+
"isESM": true,
|
|
1629
|
+
"relativePath": [
|
|
1630
|
+
"dist",
|
|
1631
|
+
"commands",
|
|
1632
|
+
"datasets",
|
|
1633
|
+
"ls.js"
|
|
1634
|
+
]
|
|
1635
|
+
},
|
|
1636
|
+
"datasets:push-items": {
|
|
1637
|
+
"aliases": [],
|
|
1638
|
+
"args": {
|
|
1639
|
+
"nameOrId": {
|
|
1640
|
+
"description": "The Dataset ID or name to push the objects to",
|
|
1641
|
+
"name": "nameOrId",
|
|
1642
|
+
"required": true
|
|
1643
|
+
},
|
|
1644
|
+
"item": {
|
|
1645
|
+
"description": "The object or array of objects to be pushed.",
|
|
1646
|
+
"name": "item"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
"description": "Pushes an object or an array of objects to the provided Dataset.",
|
|
1650
|
+
"flags": {},
|
|
1651
|
+
"hasDynamicHelp": false,
|
|
1652
|
+
"hiddenAliases": [],
|
|
1653
|
+
"id": "datasets:push-items",
|
|
1654
|
+
"pluginAlias": "apify-cli",
|
|
1655
|
+
"pluginName": "apify-cli",
|
|
1656
|
+
"pluginType": "core",
|
|
1657
|
+
"strict": true,
|
|
1658
|
+
"isESM": true,
|
|
1659
|
+
"relativePath": [
|
|
1660
|
+
"dist",
|
|
1661
|
+
"commands",
|
|
1662
|
+
"datasets",
|
|
1663
|
+
"push-items.js"
|
|
1664
|
+
]
|
|
1665
|
+
},
|
|
1666
|
+
"datasets:rename": {
|
|
1667
|
+
"aliases": [],
|
|
1668
|
+
"args": {
|
|
1669
|
+
"nameOrId": {
|
|
1670
|
+
"description": "The Dataset ID or name to delete",
|
|
1671
|
+
"name": "nameOrId",
|
|
1672
|
+
"required": true
|
|
1673
|
+
},
|
|
1674
|
+
"newName": {
|
|
1675
|
+
"description": "The new name for the Dataset",
|
|
1676
|
+
"name": "newName"
|
|
1677
|
+
}
|
|
1678
|
+
},
|
|
1679
|
+
"description": "Renames a Dataset, or removes its unique name",
|
|
1680
|
+
"flags": {
|
|
1681
|
+
"unname": {
|
|
1682
|
+
"description": "Removes the unique name of the Dataset",
|
|
1683
|
+
"name": "unname",
|
|
1684
|
+
"allowNo": false,
|
|
1685
|
+
"type": "boolean"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
"hasDynamicHelp": false,
|
|
1689
|
+
"hiddenAliases": [],
|
|
1690
|
+
"id": "datasets:rename",
|
|
1691
|
+
"pluginAlias": "apify-cli",
|
|
1692
|
+
"pluginName": "apify-cli",
|
|
1693
|
+
"pluginType": "core",
|
|
1694
|
+
"strict": true,
|
|
1695
|
+
"isESM": true,
|
|
1696
|
+
"relativePath": [
|
|
1697
|
+
"dist",
|
|
1698
|
+
"commands",
|
|
1699
|
+
"datasets",
|
|
1700
|
+
"rename.js"
|
|
1701
|
+
]
|
|
1702
|
+
},
|
|
1703
|
+
"datasets:rm": {
|
|
1704
|
+
"aliases": [],
|
|
1705
|
+
"args": {
|
|
1706
|
+
"datasetNameOrId": {
|
|
1707
|
+
"description": "The Dataset ID or name to delete",
|
|
1708
|
+
"name": "datasetNameOrId",
|
|
1709
|
+
"required": true
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
"description": "Deletes a Dataset",
|
|
1713
|
+
"flags": {},
|
|
1714
|
+
"hasDynamicHelp": false,
|
|
1715
|
+
"hiddenAliases": [],
|
|
1716
|
+
"id": "datasets:rm",
|
|
1717
|
+
"pluginAlias": "apify-cli",
|
|
1718
|
+
"pluginName": "apify-cli",
|
|
1719
|
+
"pluginType": "core",
|
|
1720
|
+
"strict": true,
|
|
1721
|
+
"isESM": true,
|
|
1722
|
+
"relativePath": [
|
|
1723
|
+
"dist",
|
|
1724
|
+
"commands",
|
|
1725
|
+
"datasets",
|
|
1726
|
+
"rm.js"
|
|
1727
|
+
]
|
|
1728
|
+
},
|
|
1729
|
+
"key-value-stores:create": {
|
|
1730
|
+
"aliases": [],
|
|
1731
|
+
"args": {
|
|
1732
|
+
"keyValueStoreName": {
|
|
1733
|
+
"description": "Optional name for the Key-value store",
|
|
1734
|
+
"name": "keyValueStoreName",
|
|
1735
|
+
"required": false
|
|
1736
|
+
}
|
|
1737
|
+
},
|
|
1738
|
+
"description": "Creates a new Key-value store on your account",
|
|
1739
|
+
"flags": {
|
|
1740
|
+
"json": {
|
|
1741
|
+
"description": "Format output as json.",
|
|
1742
|
+
"helpGroup": "GLOBAL",
|
|
1743
|
+
"name": "json",
|
|
1744
|
+
"allowNo": false,
|
|
1745
|
+
"type": "boolean"
|
|
1746
|
+
}
|
|
976
1747
|
},
|
|
977
|
-
"description": "Deletes an Actor Build.",
|
|
978
|
-
"flags": {},
|
|
979
1748
|
"hasDynamicHelp": false,
|
|
980
|
-
"hiddenAliases": [
|
|
981
|
-
|
|
1749
|
+
"hiddenAliases": [
|
|
1750
|
+
"kvs:create"
|
|
1751
|
+
],
|
|
1752
|
+
"id": "key-value-stores:create",
|
|
982
1753
|
"pluginAlias": "apify-cli",
|
|
983
1754
|
"pluginName": "apify-cli",
|
|
984
1755
|
"pluginType": "core",
|
|
985
1756
|
"strict": true,
|
|
1757
|
+
"enableJsonFlag": true,
|
|
986
1758
|
"isESM": true,
|
|
987
1759
|
"relativePath": [
|
|
988
1760
|
"dist",
|
|
989
1761
|
"commands",
|
|
990
|
-
"
|
|
991
|
-
"
|
|
1762
|
+
"key-value-stores",
|
|
1763
|
+
"create.js"
|
|
992
1764
|
]
|
|
993
1765
|
},
|
|
994
|
-
"
|
|
1766
|
+
"key-value-stores:delete-value": {
|
|
995
1767
|
"aliases": [],
|
|
996
|
-
"args": {
|
|
997
|
-
|
|
1768
|
+
"args": {
|
|
1769
|
+
"storeId": {
|
|
1770
|
+
"description": "The key-value store ID to delete the value from.",
|
|
1771
|
+
"name": "storeId",
|
|
1772
|
+
"required": true
|
|
1773
|
+
},
|
|
1774
|
+
"itemKey": {
|
|
1775
|
+
"description": "The key of the item in the key-value store.",
|
|
1776
|
+
"name": "itemKey",
|
|
1777
|
+
"required": true
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
"description": "Delete a value from a key-value store.",
|
|
998
1781
|
"flags": {},
|
|
999
1782
|
"hasDynamicHelp": false,
|
|
1000
|
-
"hiddenAliases": [
|
|
1001
|
-
|
|
1783
|
+
"hiddenAliases": [
|
|
1784
|
+
"kvs:delete-value"
|
|
1785
|
+
],
|
|
1786
|
+
"id": "key-value-stores:delete-value",
|
|
1002
1787
|
"pluginAlias": "apify-cli",
|
|
1003
1788
|
"pluginName": "apify-cli",
|
|
1004
1789
|
"pluginType": "core",
|
|
@@ -1007,17 +1792,59 @@
|
|
|
1007
1792
|
"relativePath": [
|
|
1008
1793
|
"dist",
|
|
1009
1794
|
"commands",
|
|
1010
|
-
"
|
|
1011
|
-
"
|
|
1795
|
+
"key-value-stores",
|
|
1796
|
+
"delete-value.js"
|
|
1797
|
+
]
|
|
1798
|
+
},
|
|
1799
|
+
"key-value-stores:get-value": {
|
|
1800
|
+
"aliases": [],
|
|
1801
|
+
"args": {
|
|
1802
|
+
"keyValueStoreId": {
|
|
1803
|
+
"description": "The key-value store ID to get the value from.",
|
|
1804
|
+
"name": "keyValueStoreId",
|
|
1805
|
+
"required": true
|
|
1806
|
+
},
|
|
1807
|
+
"itemKey": {
|
|
1808
|
+
"description": "The key of the item in the key-value store.",
|
|
1809
|
+
"name": "itemKey",
|
|
1810
|
+
"required": true
|
|
1811
|
+
}
|
|
1812
|
+
},
|
|
1813
|
+
"description": "Gets a value by key in the given key-value store.",
|
|
1814
|
+
"flags": {
|
|
1815
|
+
"only-content-type": {
|
|
1816
|
+
"description": "Only return the content type of the specified key",
|
|
1817
|
+
"name": "only-content-type",
|
|
1818
|
+
"allowNo": false,
|
|
1819
|
+
"type": "boolean"
|
|
1820
|
+
}
|
|
1821
|
+
},
|
|
1822
|
+
"hasDynamicHelp": false,
|
|
1823
|
+
"hiddenAliases": [
|
|
1824
|
+
"kvs:get-value"
|
|
1825
|
+
],
|
|
1826
|
+
"id": "key-value-stores:get-value",
|
|
1827
|
+
"pluginAlias": "apify-cli",
|
|
1828
|
+
"pluginName": "apify-cli",
|
|
1829
|
+
"pluginType": "core",
|
|
1830
|
+
"strict": true,
|
|
1831
|
+
"isESM": true,
|
|
1832
|
+
"relativePath": [
|
|
1833
|
+
"dist",
|
|
1834
|
+
"commands",
|
|
1835
|
+
"key-value-stores",
|
|
1836
|
+
"get-value.js"
|
|
1012
1837
|
]
|
|
1013
1838
|
},
|
|
1014
1839
|
"key-value-stores": {
|
|
1015
1840
|
"aliases": [],
|
|
1016
1841
|
"args": {},
|
|
1017
|
-
"description": "Commands are designed to be used with Key Value Stores
|
|
1842
|
+
"description": "Commands are designed to be used with Key Value Stores.\n\nAliases: kvs",
|
|
1018
1843
|
"flags": {},
|
|
1019
1844
|
"hasDynamicHelp": false,
|
|
1020
|
-
"hiddenAliases": [
|
|
1845
|
+
"hiddenAliases": [
|
|
1846
|
+
"kvs"
|
|
1847
|
+
],
|
|
1021
1848
|
"id": "key-value-stores",
|
|
1022
1849
|
"pluginAlias": "apify-cli",
|
|
1023
1850
|
"pluginName": "apify-cli",
|
|
@@ -1031,6 +1858,230 @@
|
|
|
1031
1858
|
"index.js"
|
|
1032
1859
|
]
|
|
1033
1860
|
},
|
|
1861
|
+
"key-value-stores:keys": {
|
|
1862
|
+
"aliases": [],
|
|
1863
|
+
"args": {
|
|
1864
|
+
"storeId": {
|
|
1865
|
+
"description": "The key-value store ID to list keys for.",
|
|
1866
|
+
"name": "storeId",
|
|
1867
|
+
"required": true
|
|
1868
|
+
}
|
|
1869
|
+
},
|
|
1870
|
+
"description": "Lists all keys in a key-value store.",
|
|
1871
|
+
"flags": {
|
|
1872
|
+
"json": {
|
|
1873
|
+
"description": "Format output as json.",
|
|
1874
|
+
"helpGroup": "GLOBAL",
|
|
1875
|
+
"name": "json",
|
|
1876
|
+
"allowNo": false,
|
|
1877
|
+
"type": "boolean"
|
|
1878
|
+
},
|
|
1879
|
+
"limit": {
|
|
1880
|
+
"description": "The maximum number of keys to return.",
|
|
1881
|
+
"name": "limit",
|
|
1882
|
+
"default": 20,
|
|
1883
|
+
"hasDynamicHelp": false,
|
|
1884
|
+
"multiple": false,
|
|
1885
|
+
"type": "option"
|
|
1886
|
+
},
|
|
1887
|
+
"exclusive-start-key": {
|
|
1888
|
+
"description": "The key to start the list from.",
|
|
1889
|
+
"name": "exclusive-start-key",
|
|
1890
|
+
"hasDynamicHelp": false,
|
|
1891
|
+
"multiple": false,
|
|
1892
|
+
"type": "option"
|
|
1893
|
+
}
|
|
1894
|
+
},
|
|
1895
|
+
"hasDynamicHelp": false,
|
|
1896
|
+
"hiddenAliases": [
|
|
1897
|
+
"kvs:keys"
|
|
1898
|
+
],
|
|
1899
|
+
"id": "key-value-stores:keys",
|
|
1900
|
+
"pluginAlias": "apify-cli",
|
|
1901
|
+
"pluginName": "apify-cli",
|
|
1902
|
+
"pluginType": "core",
|
|
1903
|
+
"strict": true,
|
|
1904
|
+
"enableJsonFlag": true,
|
|
1905
|
+
"isESM": true,
|
|
1906
|
+
"relativePath": [
|
|
1907
|
+
"dist",
|
|
1908
|
+
"commands",
|
|
1909
|
+
"key-value-stores",
|
|
1910
|
+
"keys.js"
|
|
1911
|
+
]
|
|
1912
|
+
},
|
|
1913
|
+
"key-value-stores:ls": {
|
|
1914
|
+
"aliases": [],
|
|
1915
|
+
"args": {},
|
|
1916
|
+
"description": "Lists all Key-value stores on your account.",
|
|
1917
|
+
"flags": {
|
|
1918
|
+
"json": {
|
|
1919
|
+
"description": "Format output as json.",
|
|
1920
|
+
"helpGroup": "GLOBAL",
|
|
1921
|
+
"name": "json",
|
|
1922
|
+
"allowNo": false,
|
|
1923
|
+
"type": "boolean"
|
|
1924
|
+
},
|
|
1925
|
+
"offset": {
|
|
1926
|
+
"description": "Number of Key-value stores that will be skipped.",
|
|
1927
|
+
"name": "offset",
|
|
1928
|
+
"default": 0,
|
|
1929
|
+
"hasDynamicHelp": false,
|
|
1930
|
+
"multiple": false,
|
|
1931
|
+
"type": "option"
|
|
1932
|
+
},
|
|
1933
|
+
"limit": {
|
|
1934
|
+
"description": "Number of Key-value stores that will be listed.",
|
|
1935
|
+
"name": "limit",
|
|
1936
|
+
"default": 20,
|
|
1937
|
+
"hasDynamicHelp": false,
|
|
1938
|
+
"multiple": false,
|
|
1939
|
+
"type": "option"
|
|
1940
|
+
},
|
|
1941
|
+
"desc": {
|
|
1942
|
+
"description": "Sorts Key-value stores in descending order.",
|
|
1943
|
+
"name": "desc",
|
|
1944
|
+
"allowNo": false,
|
|
1945
|
+
"type": "boolean"
|
|
1946
|
+
},
|
|
1947
|
+
"unnamed": {
|
|
1948
|
+
"description": "Lists Key-value stores that don't have a name set.",
|
|
1949
|
+
"name": "unnamed",
|
|
1950
|
+
"allowNo": false,
|
|
1951
|
+
"type": "boolean"
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
"hasDynamicHelp": false,
|
|
1955
|
+
"hiddenAliases": [
|
|
1956
|
+
"kvs:ls"
|
|
1957
|
+
],
|
|
1958
|
+
"id": "key-value-stores:ls",
|
|
1959
|
+
"pluginAlias": "apify-cli",
|
|
1960
|
+
"pluginName": "apify-cli",
|
|
1961
|
+
"pluginType": "core",
|
|
1962
|
+
"strict": true,
|
|
1963
|
+
"enableJsonFlag": true,
|
|
1964
|
+
"isESM": true,
|
|
1965
|
+
"relativePath": [
|
|
1966
|
+
"dist",
|
|
1967
|
+
"commands",
|
|
1968
|
+
"key-value-stores",
|
|
1969
|
+
"ls.js"
|
|
1970
|
+
]
|
|
1971
|
+
},
|
|
1972
|
+
"key-value-stores:rename": {
|
|
1973
|
+
"aliases": [],
|
|
1974
|
+
"args": {
|
|
1975
|
+
"keyValueStoreNameOrId": {
|
|
1976
|
+
"description": "The Key-value store ID or name to delete",
|
|
1977
|
+
"name": "keyValueStoreNameOrId",
|
|
1978
|
+
"required": true
|
|
1979
|
+
},
|
|
1980
|
+
"newName": {
|
|
1981
|
+
"description": "The new name for the Key-value store",
|
|
1982
|
+
"name": "newName"
|
|
1983
|
+
}
|
|
1984
|
+
},
|
|
1985
|
+
"description": "Renames a Key-value store, or removes its unique name",
|
|
1986
|
+
"flags": {
|
|
1987
|
+
"unname": {
|
|
1988
|
+
"description": "Removes the unique name of the Key-value store",
|
|
1989
|
+
"name": "unname",
|
|
1990
|
+
"allowNo": false,
|
|
1991
|
+
"type": "boolean"
|
|
1992
|
+
}
|
|
1993
|
+
},
|
|
1994
|
+
"hasDynamicHelp": false,
|
|
1995
|
+
"hiddenAliases": [
|
|
1996
|
+
"kvs:rename"
|
|
1997
|
+
],
|
|
1998
|
+
"id": "key-value-stores:rename",
|
|
1999
|
+
"pluginAlias": "apify-cli",
|
|
2000
|
+
"pluginName": "apify-cli",
|
|
2001
|
+
"pluginType": "core",
|
|
2002
|
+
"strict": true,
|
|
2003
|
+
"isESM": true,
|
|
2004
|
+
"relativePath": [
|
|
2005
|
+
"dist",
|
|
2006
|
+
"commands",
|
|
2007
|
+
"key-value-stores",
|
|
2008
|
+
"rename.js"
|
|
2009
|
+
]
|
|
2010
|
+
},
|
|
2011
|
+
"key-value-stores:rm": {
|
|
2012
|
+
"aliases": [],
|
|
2013
|
+
"args": {
|
|
2014
|
+
"keyValueStoreNameOrId": {
|
|
2015
|
+
"description": "The Key-value store ID or name to delete",
|
|
2016
|
+
"name": "keyValueStoreNameOrId",
|
|
2017
|
+
"required": true
|
|
2018
|
+
}
|
|
2019
|
+
},
|
|
2020
|
+
"description": "Deletes a Key-value store",
|
|
2021
|
+
"flags": {},
|
|
2022
|
+
"hasDynamicHelp": false,
|
|
2023
|
+
"hiddenAliases": [
|
|
2024
|
+
"kvs:rm"
|
|
2025
|
+
],
|
|
2026
|
+
"id": "key-value-stores:rm",
|
|
2027
|
+
"pluginAlias": "apify-cli",
|
|
2028
|
+
"pluginName": "apify-cli",
|
|
2029
|
+
"pluginType": "core",
|
|
2030
|
+
"strict": true,
|
|
2031
|
+
"isESM": true,
|
|
2032
|
+
"relativePath": [
|
|
2033
|
+
"dist",
|
|
2034
|
+
"commands",
|
|
2035
|
+
"key-value-stores",
|
|
2036
|
+
"rm.js"
|
|
2037
|
+
]
|
|
2038
|
+
},
|
|
2039
|
+
"key-value-stores:set-value": {
|
|
2040
|
+
"aliases": [],
|
|
2041
|
+
"args": {
|
|
2042
|
+
"storeId": {
|
|
2043
|
+
"description": "The key-value store ID to set the value in.",
|
|
2044
|
+
"name": "storeId",
|
|
2045
|
+
"required": true
|
|
2046
|
+
},
|
|
2047
|
+
"itemKey": {
|
|
2048
|
+
"description": "The key of the item in the key-value store.",
|
|
2049
|
+
"name": "itemKey",
|
|
2050
|
+
"required": true
|
|
2051
|
+
},
|
|
2052
|
+
"value": {
|
|
2053
|
+
"description": "The value to set.",
|
|
2054
|
+
"name": "value"
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
"description": "Sets a value in a key-value store.",
|
|
2058
|
+
"flags": {
|
|
2059
|
+
"content-type": {
|
|
2060
|
+
"description": "The MIME content type of the value. By default, \"application/json\" is assumed.",
|
|
2061
|
+
"name": "content-type",
|
|
2062
|
+
"default": "application/json",
|
|
2063
|
+
"hasDynamicHelp": false,
|
|
2064
|
+
"multiple": false,
|
|
2065
|
+
"type": "option"
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
"hasDynamicHelp": false,
|
|
2069
|
+
"hiddenAliases": [
|
|
2070
|
+
"kvs:set-value"
|
|
2071
|
+
],
|
|
2072
|
+
"id": "key-value-stores:set-value",
|
|
2073
|
+
"pluginAlias": "apify-cli",
|
|
2074
|
+
"pluginName": "apify-cli",
|
|
2075
|
+
"pluginType": "core",
|
|
2076
|
+
"strict": true,
|
|
2077
|
+
"isESM": true,
|
|
2078
|
+
"relativePath": [
|
|
2079
|
+
"dist",
|
|
2080
|
+
"commands",
|
|
2081
|
+
"key-value-stores",
|
|
2082
|
+
"set-value.js"
|
|
2083
|
+
]
|
|
2084
|
+
},
|
|
1034
2085
|
"request-queues": {
|
|
1035
2086
|
"aliases": [],
|
|
1036
2087
|
"args": {},
|
|
@@ -1183,7 +2234,12 @@
|
|
|
1183
2234
|
},
|
|
1184
2235
|
"runs:ls": {
|
|
1185
2236
|
"aliases": [],
|
|
1186
|
-
"args": {
|
|
2237
|
+
"args": {
|
|
2238
|
+
"actorId": {
|
|
2239
|
+
"description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
|
|
2240
|
+
"name": "actorId"
|
|
2241
|
+
}
|
|
2242
|
+
},
|
|
1187
2243
|
"description": "Lists all runs of the Actor.",
|
|
1188
2244
|
"flags": {
|
|
1189
2245
|
"json": {
|
|
@@ -1193,13 +2249,6 @@
|
|
|
1193
2249
|
"allowNo": false,
|
|
1194
2250
|
"type": "boolean"
|
|
1195
2251
|
},
|
|
1196
|
-
"actor": {
|
|
1197
|
-
"description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
|
|
1198
|
-
"name": "actor",
|
|
1199
|
-
"hasDynamicHelp": false,
|
|
1200
|
-
"multiple": false,
|
|
1201
|
-
"type": "option"
|
|
1202
|
-
},
|
|
1203
2252
|
"offset": {
|
|
1204
2253
|
"description": "Number of runs that will be skipped.",
|
|
1205
2254
|
"name": "offset",
|
|
@@ -1441,15 +2490,6 @@
|
|
|
1441
2490
|
"hasDynamicHelp": false,
|
|
1442
2491
|
"multiple": false,
|
|
1443
2492
|
"type": "option"
|
|
1444
|
-
},
|
|
1445
|
-
"wait-for-finish": {
|
|
1446
|
-
"char": "w",
|
|
1447
|
-
"description": "Seconds for waiting to run to finish, if no value passed, it waits forever.",
|
|
1448
|
-
"name": "wait-for-finish",
|
|
1449
|
-
"required": false,
|
|
1450
|
-
"hasDynamicHelp": false,
|
|
1451
|
-
"multiple": false,
|
|
1452
|
-
"type": "option"
|
|
1453
2493
|
}
|
|
1454
2494
|
},
|
|
1455
2495
|
"hasDynamicHelp": false,
|
|
@@ -1468,5 +2508,5 @@
|
|
|
1468
2508
|
]
|
|
1469
2509
|
}
|
|
1470
2510
|
},
|
|
1471
|
-
"version": "0.21.0-beta.
|
|
2511
|
+
"version": "0.21.0-beta.81"
|
|
1472
2512
|
}
|