apify-cli 0.21.0-beta.90 → 0.21.0-beta.92
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 +1 -0
- package/README.md +214 -234
- package/dist/.tsbuildinfo +1 -1
- package/dist/commands/actor/index.d.ts.map +1 -1
- package/dist/commands/actor/index.js +1 -1
- package/dist/commands/actor/index.js.map +1 -1
- package/dist/commands/actor/push-data.js +6 -6
- package/dist/commands/actor/push-data.js.map +1 -1
- package/dist/commands/actor/set-value.d.ts.map +1 -1
- package/dist/commands/actor/set-value.js +4 -4
- package/dist/commands/actor/set-value.js.map +1 -1
- package/dist/commands/actors/call.d.ts.map +1 -1
- package/dist/commands/actors/call.js +3 -4
- package/dist/commands/actors/call.js.map +1 -1
- package/dist/commands/actors/index.d.ts.map +1 -1
- package/dist/commands/actors/index.js +1 -1
- package/dist/commands/actors/index.js.map +1 -1
- package/dist/commands/actors/ls.d.ts.map +1 -1
- package/dist/commands/actors/ls.js +1 -1
- package/dist/commands/actors/ls.js.map +1 -1
- package/dist/commands/actors/pull.d.ts.map +1 -1
- package/dist/commands/actors/pull.js +2 -2
- package/dist/commands/actors/pull.js.map +1 -1
- package/dist/commands/actors/push.d.ts.map +1 -1
- package/dist/commands/actors/push.js +7 -8
- package/dist/commands/actors/push.js.map +1 -1
- package/dist/commands/actors/rm.d.ts.map +1 -1
- package/dist/commands/actors/rm.js +1 -1
- package/dist/commands/actors/rm.js.map +1 -1
- package/dist/commands/actors/start.d.ts.map +1 -1
- package/dist/commands/actors/start.js +3 -4
- package/dist/commands/actors/start.js.map +1 -1
- package/dist/commands/builds/index.d.ts.map +1 -1
- package/dist/commands/builds/index.js +1 -1
- package/dist/commands/builds/index.js.map +1 -1
- package/dist/commands/builds/rm.d.ts.map +1 -1
- package/dist/commands/builds/rm.js +1 -1
- package/dist/commands/builds/rm.js.map +1 -1
- package/dist/commands/create.d.ts.map +1 -1
- package/dist/commands/create.js +1 -1
- package/dist/commands/create.js.map +1 -1
- package/dist/commands/datasets/create.d.ts.map +1 -1
- package/dist/commands/datasets/create.js +1 -1
- package/dist/commands/datasets/create.js.map +1 -1
- package/dist/commands/datasets/get-items.d.ts.map +1 -1
- package/dist/commands/datasets/get-items.js +1 -1
- package/dist/commands/datasets/get-items.js.map +1 -1
- package/dist/commands/datasets/index.d.ts.map +1 -1
- package/dist/commands/datasets/index.js +1 -1
- package/dist/commands/datasets/index.js.map +1 -1
- package/dist/commands/datasets/info.d.ts.map +1 -1
- package/dist/commands/datasets/info.js +1 -1
- package/dist/commands/datasets/info.js.map +1 -1
- package/dist/commands/datasets/ls.d.ts.map +1 -1
- package/dist/commands/datasets/ls.js +5 -5
- package/dist/commands/datasets/ls.js.map +1 -1
- package/dist/commands/datasets/push-items.d.ts.map +1 -1
- package/dist/commands/datasets/push-items.js +2 -2
- package/dist/commands/datasets/push-items.js.map +1 -1
- package/dist/commands/datasets/rename.d.ts.map +1 -1
- package/dist/commands/datasets/rename.js +8 -8
- package/dist/commands/datasets/rename.js.map +1 -1
- package/dist/commands/datasets/rm.d.ts.map +1 -1
- package/dist/commands/datasets/rm.js +3 -3
- package/dist/commands/datasets/rm.js.map +1 -1
- package/dist/commands/edit-input-schema.js +1 -1
- package/dist/commands/info.d.ts.map +1 -1
- package/dist/commands/info.js +1 -2
- package/dist/commands/info.js.map +1 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +5 -6
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/key-value-stores/create.d.ts.map +1 -1
- package/dist/commands/key-value-stores/create.js +3 -3
- package/dist/commands/key-value-stores/create.js.map +1 -1
- package/dist/commands/key-value-stores/get-value.d.ts.map +1 -1
- package/dist/commands/key-value-stores/get-value.js +1 -1
- package/dist/commands/key-value-stores/get-value.js.map +1 -1
- package/dist/commands/key-value-stores/index.d.ts.map +1 -1
- package/dist/commands/key-value-stores/index.js +1 -1
- package/dist/commands/key-value-stores/index.js.map +1 -1
- package/dist/commands/key-value-stores/ls.js +6 -6
- package/dist/commands/key-value-stores/rename.d.ts.map +1 -1
- package/dist/commands/key-value-stores/rename.js +8 -8
- package/dist/commands/key-value-stores/rename.js.map +1 -1
- package/dist/commands/key-value-stores/rm.d.ts.map +1 -1
- package/dist/commands/key-value-stores/rm.js +3 -3
- package/dist/commands/key-value-stores/rm.js.map +1 -1
- package/dist/commands/key-value-stores/set-value.d.ts.map +1 -1
- package/dist/commands/key-value-stores/set-value.js +1 -1
- package/dist/commands/key-value-stores/set-value.js.map +1 -1
- package/dist/commands/login.d.ts.map +1 -1
- package/dist/commands/login.js +3 -3
- package/dist/commands/login.js.map +1 -1
- package/dist/commands/logout.d.ts.map +1 -1
- package/dist/commands/logout.js +2 -2
- package/dist/commands/logout.js.map +1 -1
- package/dist/commands/request-queues/index.d.ts.map +1 -1
- package/dist/commands/request-queues/index.js +1 -1
- package/dist/commands/request-queues/index.js.map +1 -1
- package/dist/commands/run.d.ts.map +1 -1
- package/dist/commands/run.js +3 -8
- package/dist/commands/run.js.map +1 -1
- package/dist/commands/runs/abort.js +1 -1
- package/dist/commands/runs/index.d.ts.map +1 -1
- package/dist/commands/runs/index.js +1 -1
- package/dist/commands/runs/index.js.map +1 -1
- package/dist/commands/runs/info.js +2 -2
- package/dist/commands/secrets/add.d.ts.map +1 -1
- package/dist/commands/secrets/add.js +1 -1
- package/dist/commands/secrets/add.js.map +1 -1
- package/dist/commands/secrets/index.d.ts.map +1 -1
- package/dist/commands/secrets/index.js +13 -11
- package/dist/commands/secrets/index.js.map +1 -1
- package/dist/commands/secrets/rm.d.ts.map +1 -1
- package/dist/commands/secrets/rm.js +1 -1
- package/dist/commands/secrets/rm.js.map +1 -1
- package/dist/commands/task/index.d.ts.map +1 -1
- package/dist/commands/task/index.js +1 -1
- package/dist/commands/task/index.js.map +1 -1
- package/dist/commands/task/run.d.ts.map +1 -1
- package/dist/commands/task/run.js +2 -3
- package/dist/commands/task/run.js.map +1 -1
- package/dist/commands/validate-schema.d.ts.map +1 -1
- package/dist/commands/validate-schema.js +7 -10
- package/dist/commands/validate-schema.js.map +1 -1
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +298 -298
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -4,12 +4,12 @@
|
|
|
4
4
|
"aliases": [],
|
|
5
5
|
"args": {
|
|
6
6
|
"actorId": {
|
|
7
|
-
"description": "Name or ID of the Actor to run (e.g. \"my-actor\", \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command runs the remote Actor specified in the
|
|
7
|
+
"description": "Name or ID of the Actor to run (e.g. \"my-actor\", \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command runs the remote Actor specified in the '.actor/actor.json' file.",
|
|
8
8
|
"name": "actorId",
|
|
9
9
|
"required": false
|
|
10
10
|
}
|
|
11
11
|
},
|
|
12
|
-
"description": "
|
|
12
|
+
"description": "Executes Actor remotely using your authenticated account.\nReads input from local key-value store by default.",
|
|
13
13
|
"flags": {
|
|
14
14
|
"json": {
|
|
15
15
|
"description": "Format output as json.",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"required": false
|
|
141
141
|
}
|
|
142
142
|
},
|
|
143
|
-
"description": "Creates
|
|
143
|
+
"description": "Creates an Actor project from a template in a new directory.",
|
|
144
144
|
"flags": {
|
|
145
145
|
"template": {
|
|
146
146
|
"char": "t",
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
"info": {
|
|
224
224
|
"aliases": [],
|
|
225
225
|
"args": {},
|
|
226
|
-
"description": "
|
|
226
|
+
"description": "Prints details about your currently authenticated Apify account.",
|
|
227
227
|
"flags": {},
|
|
228
228
|
"hasDynamicHelp": false,
|
|
229
229
|
"hiddenAliases": [],
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"required": false
|
|
275
275
|
}
|
|
276
276
|
},
|
|
277
|
-
"description": "
|
|
277
|
+
"description": "Sets up an Actor project in your current directory by creating actor.json and storage files.\nIf the directory contains a Scrapy project in Python, the command automatically creates wrappers so that you can run your scrapers without changes.\nCreates the '.actor/actor.json' file and the 'storage' directory in the current directory, but does not touch any other existing files or directories.\n\nWARNING: Overwrites existing 'storage' directory.",
|
|
278
278
|
"flags": {
|
|
279
279
|
"yes": {
|
|
280
280
|
"char": "y",
|
|
@@ -302,7 +302,7 @@
|
|
|
302
302
|
"login": {
|
|
303
303
|
"aliases": [],
|
|
304
304
|
"args": {},
|
|
305
|
-
"description": "
|
|
305
|
+
"description": "Authenticates your Apify account and saves credentials to '~/.apify'.\nAll other commands use these stored credentials.\n\nRun 'apify logout' to remove authentication.",
|
|
306
306
|
"flags": {
|
|
307
307
|
"token": {
|
|
308
308
|
"char": "t",
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
"logout": {
|
|
345
345
|
"aliases": [],
|
|
346
346
|
"args": {},
|
|
347
|
-
"description": "
|
|
347
|
+
"description": "Removes authentication by deleting your API token and account information from '~/.apify'.\nRun 'apify login' to authenticate again.",
|
|
348
348
|
"flags": {},
|
|
349
349
|
"hasDynamicHelp": false,
|
|
350
350
|
"hiddenAliases": [],
|
|
@@ -369,7 +369,7 @@
|
|
|
369
369
|
"required": false
|
|
370
370
|
}
|
|
371
371
|
},
|
|
372
|
-
"description": "
|
|
372
|
+
"description": "Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.",
|
|
373
373
|
"flags": {
|
|
374
374
|
"version": {
|
|
375
375
|
"char": "v",
|
|
@@ -406,16 +406,16 @@
|
|
|
406
406
|
"aliases": [],
|
|
407
407
|
"args": {
|
|
408
408
|
"actorId": {
|
|
409
|
-
"description": "Name or ID of the Actor to push (e.g. \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command will create or modify the Actor with the name specified in
|
|
409
|
+
"description": "Name or ID of the Actor to push (e.g. \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command will create or modify the Actor with the name specified in '.actor/actor.json' file.",
|
|
410
410
|
"name": "actorId",
|
|
411
411
|
"required": false
|
|
412
412
|
}
|
|
413
413
|
},
|
|
414
|
-
"description": "
|
|
414
|
+
"description": "Deploys Actor to Apify platform using settings from '.actor/actor.json'.\nFiles under '3' MB upload as \"Multiple source files\"; larger projects upload as ZIP file.\nUse --force to override newer remote versions.",
|
|
415
415
|
"flags": {
|
|
416
416
|
"version": {
|
|
417
417
|
"char": "v",
|
|
418
|
-
"description": "Actor version number to which the files should be pushed. By default, it is taken from the
|
|
418
|
+
"description": "Actor version number to which the files should be pushed. By default, it is taken from the '.actor/actor.json' file.",
|
|
419
419
|
"name": "version",
|
|
420
420
|
"required": false,
|
|
421
421
|
"hasDynamicHelp": false,
|
|
@@ -424,7 +424,7 @@
|
|
|
424
424
|
},
|
|
425
425
|
"build-tag": {
|
|
426
426
|
"char": "b",
|
|
427
|
-
"description": "Build tag to be applied to the successful Actor build. By default, it is taken from the
|
|
427
|
+
"description": "Build tag to be applied to the successful Actor build. By default, it is taken from the '.actor/actor.json' file",
|
|
428
428
|
"name": "build-tag",
|
|
429
429
|
"required": false,
|
|
430
430
|
"hasDynamicHelp": false,
|
|
@@ -479,7 +479,7 @@
|
|
|
479
479
|
"run": {
|
|
480
480
|
"aliases": [],
|
|
481
481
|
"args": {},
|
|
482
|
-
"description": "
|
|
482
|
+
"description": "Executes Actor locally with simulated Apify environment variables.\nStores data in local 'storage' directory.\n\nNOTE: For Node.js Actors, customize behavior by modifying the 'start' script in package.json file.",
|
|
483
483
|
"flags": {
|
|
484
484
|
"purge": {
|
|
485
485
|
"char": "p",
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
"required": false
|
|
569
569
|
}
|
|
570
570
|
},
|
|
571
|
-
"description": "Validates
|
|
571
|
+
"description": "Validates Actor input schema from one of these locations (in priority order):\n\t\t1. Object in '.actor/actor.json' under \"input\" key\n\t\t2. JSON file path in '.actor/actor.json' \"input\" key\n\t\t3. .actor/INPUT_SCHEMA.json\n\t\t4. INPUT_SCHEMA.json\n\n\t\tOptionally specify custom schema path to validate.",
|
|
572
572
|
"flags": {},
|
|
573
573
|
"hasDynamicHelp": false,
|
|
574
574
|
"hiddenAliases": [
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
"actor": {
|
|
636
636
|
"aliases": [],
|
|
637
637
|
"args": {},
|
|
638
|
-
"description": "
|
|
638
|
+
"description": "Manages runtime data operations inside of a running Actor.",
|
|
639
639
|
"flags": {},
|
|
640
640
|
"hasDynamicHelp": false,
|
|
641
641
|
"hiddenAliases": [],
|
|
@@ -660,7 +660,7 @@
|
|
|
660
660
|
"name": "item"
|
|
661
661
|
}
|
|
662
662
|
},
|
|
663
|
-
"description": "
|
|
663
|
+
"description": "Saves data to Actor's run default dataset.\n\nAccept input as:\n - JSON argument:\n $ apify actor push-data {\"key\": \"value\"}\n - Piped stdin:\n $ cat ./test.json | apify actor push-data",
|
|
664
664
|
"flags": {},
|
|
665
665
|
"hasDynamicHelp": false,
|
|
666
666
|
"hiddenAliases": [],
|
|
@@ -691,7 +691,7 @@
|
|
|
691
691
|
"required": false
|
|
692
692
|
}
|
|
693
693
|
},
|
|
694
|
-
"description": "Sets or removes record into the default
|
|
694
|
+
"description": "Sets or removes record into the default key-value store associated with the Actor run.\n\nIt is possible to pass data using argument or stdin.\n\nPassing data using argument:\n$ apify actor set-value KEY my-value\n\nPassing data using stdin with pipe:\n$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain",
|
|
695
695
|
"flags": {
|
|
696
696
|
"contentType": {
|
|
697
697
|
"char": "c",
|
|
@@ -718,231 +718,6 @@
|
|
|
718
718
|
"set-value.js"
|
|
719
719
|
]
|
|
720
720
|
},
|
|
721
|
-
"builds:create": {
|
|
722
|
-
"aliases": [],
|
|
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
|
-
},
|
|
760
|
-
"hasDynamicHelp": false,
|
|
761
|
-
"hiddenAliases": [],
|
|
762
|
-
"id": "builds:create",
|
|
763
|
-
"pluginAlias": "apify-cli",
|
|
764
|
-
"pluginName": "apify-cli",
|
|
765
|
-
"pluginType": "core",
|
|
766
|
-
"strict": true,
|
|
767
|
-
"enableJsonFlag": true,
|
|
768
|
-
"isESM": true,
|
|
769
|
-
"relativePath": [
|
|
770
|
-
"dist",
|
|
771
|
-
"commands",
|
|
772
|
-
"builds",
|
|
773
|
-
"create.js"
|
|
774
|
-
]
|
|
775
|
-
},
|
|
776
|
-
"builds": {
|
|
777
|
-
"aliases": [],
|
|
778
|
-
"args": {},
|
|
779
|
-
"description": "Commands are designed to be used with Actor Builds.",
|
|
780
|
-
"flags": {},
|
|
781
|
-
"hasDynamicHelp": false,
|
|
782
|
-
"hiddenAliases": [],
|
|
783
|
-
"id": "builds",
|
|
784
|
-
"pluginAlias": "apify-cli",
|
|
785
|
-
"pluginName": "apify-cli",
|
|
786
|
-
"pluginType": "core",
|
|
787
|
-
"strict": true,
|
|
788
|
-
"isESM": true,
|
|
789
|
-
"relativePath": [
|
|
790
|
-
"dist",
|
|
791
|
-
"commands",
|
|
792
|
-
"builds",
|
|
793
|
-
"index.js"
|
|
794
|
-
]
|
|
795
|
-
},
|
|
796
|
-
"builds:info": {
|
|
797
|
-
"aliases": [],
|
|
798
|
-
"args": {
|
|
799
|
-
"buildId": {
|
|
800
|
-
"description": "The build ID to get information about.",
|
|
801
|
-
"name": "buildId",
|
|
802
|
-
"required": true
|
|
803
|
-
}
|
|
804
|
-
},
|
|
805
|
-
"description": "Prints information about a specific build.",
|
|
806
|
-
"flags": {
|
|
807
|
-
"json": {
|
|
808
|
-
"description": "Format output as json.",
|
|
809
|
-
"helpGroup": "GLOBAL",
|
|
810
|
-
"name": "json",
|
|
811
|
-
"allowNo": false,
|
|
812
|
-
"type": "boolean"
|
|
813
|
-
}
|
|
814
|
-
},
|
|
815
|
-
"hasDynamicHelp": false,
|
|
816
|
-
"hiddenAliases": [],
|
|
817
|
-
"id": "builds:info",
|
|
818
|
-
"pluginAlias": "apify-cli",
|
|
819
|
-
"pluginName": "apify-cli",
|
|
820
|
-
"pluginType": "core",
|
|
821
|
-
"strict": true,
|
|
822
|
-
"enableJsonFlag": true,
|
|
823
|
-
"isESM": true,
|
|
824
|
-
"relativePath": [
|
|
825
|
-
"dist",
|
|
826
|
-
"commands",
|
|
827
|
-
"builds",
|
|
828
|
-
"info.js"
|
|
829
|
-
]
|
|
830
|
-
},
|
|
831
|
-
"builds:log": {
|
|
832
|
-
"aliases": [],
|
|
833
|
-
"args": {
|
|
834
|
-
"buildId": {
|
|
835
|
-
"description": "The build ID to get the log from.",
|
|
836
|
-
"name": "buildId",
|
|
837
|
-
"required": true
|
|
838
|
-
}
|
|
839
|
-
},
|
|
840
|
-
"description": "Prints the log of a specific build.",
|
|
841
|
-
"flags": {},
|
|
842
|
-
"hasDynamicHelp": false,
|
|
843
|
-
"hiddenAliases": [],
|
|
844
|
-
"id": "builds:log",
|
|
845
|
-
"pluginAlias": "apify-cli",
|
|
846
|
-
"pluginName": "apify-cli",
|
|
847
|
-
"pluginType": "core",
|
|
848
|
-
"strict": true,
|
|
849
|
-
"isESM": true,
|
|
850
|
-
"relativePath": [
|
|
851
|
-
"dist",
|
|
852
|
-
"commands",
|
|
853
|
-
"builds",
|
|
854
|
-
"log.js"
|
|
855
|
-
]
|
|
856
|
-
},
|
|
857
|
-
"builds:ls": {
|
|
858
|
-
"aliases": [],
|
|
859
|
-
"args": {
|
|
860
|
-
"actorId": {
|
|
861
|
-
"description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
|
|
862
|
-
"name": "actorId"
|
|
863
|
-
}
|
|
864
|
-
},
|
|
865
|
-
"description": "Lists all builds of the Actor.",
|
|
866
|
-
"flags": {
|
|
867
|
-
"json": {
|
|
868
|
-
"description": "Format output as json.",
|
|
869
|
-
"helpGroup": "GLOBAL",
|
|
870
|
-
"name": "json",
|
|
871
|
-
"allowNo": false,
|
|
872
|
-
"type": "boolean"
|
|
873
|
-
},
|
|
874
|
-
"offset": {
|
|
875
|
-
"description": "Number of builds that will be skipped.",
|
|
876
|
-
"name": "offset",
|
|
877
|
-
"default": 0,
|
|
878
|
-
"hasDynamicHelp": false,
|
|
879
|
-
"multiple": false,
|
|
880
|
-
"type": "option"
|
|
881
|
-
},
|
|
882
|
-
"limit": {
|
|
883
|
-
"description": "Number of builds that will be listed.",
|
|
884
|
-
"name": "limit",
|
|
885
|
-
"default": 10,
|
|
886
|
-
"hasDynamicHelp": false,
|
|
887
|
-
"multiple": false,
|
|
888
|
-
"type": "option"
|
|
889
|
-
},
|
|
890
|
-
"desc": {
|
|
891
|
-
"description": "Sort builds in descending order.",
|
|
892
|
-
"name": "desc",
|
|
893
|
-
"allowNo": false,
|
|
894
|
-
"type": "boolean"
|
|
895
|
-
},
|
|
896
|
-
"compact": {
|
|
897
|
-
"char": "c",
|
|
898
|
-
"description": "Display a compact table.",
|
|
899
|
-
"name": "compact",
|
|
900
|
-
"allowNo": false,
|
|
901
|
-
"type": "boolean"
|
|
902
|
-
}
|
|
903
|
-
},
|
|
904
|
-
"hasDynamicHelp": false,
|
|
905
|
-
"hiddenAliases": [],
|
|
906
|
-
"id": "builds:ls",
|
|
907
|
-
"pluginAlias": "apify-cli",
|
|
908
|
-
"pluginName": "apify-cli",
|
|
909
|
-
"pluginType": "core",
|
|
910
|
-
"strict": true,
|
|
911
|
-
"enableJsonFlag": true,
|
|
912
|
-
"isESM": true,
|
|
913
|
-
"relativePath": [
|
|
914
|
-
"dist",
|
|
915
|
-
"commands",
|
|
916
|
-
"builds",
|
|
917
|
-
"ls.js"
|
|
918
|
-
]
|
|
919
|
-
},
|
|
920
|
-
"builds:rm": {
|
|
921
|
-
"aliases": [],
|
|
922
|
-
"args": {
|
|
923
|
-
"buildId": {
|
|
924
|
-
"description": "The build ID to delete.",
|
|
925
|
-
"name": "buildId",
|
|
926
|
-
"required": true
|
|
927
|
-
}
|
|
928
|
-
},
|
|
929
|
-
"description": "Deletes an Actor Build.",
|
|
930
|
-
"flags": {},
|
|
931
|
-
"hasDynamicHelp": false,
|
|
932
|
-
"hiddenAliases": [],
|
|
933
|
-
"id": "builds:rm",
|
|
934
|
-
"pluginAlias": "apify-cli",
|
|
935
|
-
"pluginName": "apify-cli",
|
|
936
|
-
"pluginType": "core",
|
|
937
|
-
"strict": true,
|
|
938
|
-
"isESM": true,
|
|
939
|
-
"relativePath": [
|
|
940
|
-
"dist",
|
|
941
|
-
"commands",
|
|
942
|
-
"builds",
|
|
943
|
-
"rm.js"
|
|
944
|
-
]
|
|
945
|
-
},
|
|
946
721
|
"actors:build": {
|
|
947
722
|
"aliases": [],
|
|
948
723
|
"args": {
|
|
@@ -1001,12 +776,12 @@
|
|
|
1001
776
|
"aliases": [],
|
|
1002
777
|
"args": {
|
|
1003
778
|
"actorId": {
|
|
1004
|
-
"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
|
|
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.",
|
|
1005
780
|
"name": "actorId",
|
|
1006
781
|
"required": false
|
|
1007
782
|
}
|
|
1008
783
|
},
|
|
1009
|
-
"description": "
|
|
784
|
+
"description": "Executes Actor remotely using your authenticated account.\nReads input from local key-value store by default.",
|
|
1010
785
|
"flags": {
|
|
1011
786
|
"json": {
|
|
1012
787
|
"description": "Format output as json.",
|
|
@@ -1102,7 +877,7 @@
|
|
|
1102
877
|
"actors": {
|
|
1103
878
|
"aliases": [],
|
|
1104
879
|
"args": {},
|
|
1105
|
-
"description": "
|
|
880
|
+
"description": "Manages Actor creation, deployment, and execution on the Apify platform.",
|
|
1106
881
|
"flags": {},
|
|
1107
882
|
"hasDynamicHelp": false,
|
|
1108
883
|
"hiddenAliases": [],
|
|
@@ -1175,7 +950,7 @@
|
|
|
1175
950
|
"actors:ls": {
|
|
1176
951
|
"aliases": [],
|
|
1177
952
|
"args": {},
|
|
1178
|
-
"description": "
|
|
953
|
+
"description": "Prints a list of recently executed Actors or Actors you own.",
|
|
1179
954
|
"flags": {
|
|
1180
955
|
"json": {
|
|
1181
956
|
"description": "Format output as json.",
|
|
@@ -1238,7 +1013,7 @@
|
|
|
1238
1013
|
"required": false
|
|
1239
1014
|
}
|
|
1240
1015
|
},
|
|
1241
|
-
"description": "
|
|
1016
|
+
"description": "Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.",
|
|
1242
1017
|
"flags": {
|
|
1243
1018
|
"version": {
|
|
1244
1019
|
"char": "v",
|
|
@@ -1277,16 +1052,16 @@
|
|
|
1277
1052
|
"aliases": [],
|
|
1278
1053
|
"args": {
|
|
1279
1054
|
"actorId": {
|
|
1280
|
-
"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
|
|
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.",
|
|
1281
1056
|
"name": "actorId",
|
|
1282
1057
|
"required": false
|
|
1283
1058
|
}
|
|
1284
1059
|
},
|
|
1285
|
-
"description": "
|
|
1060
|
+
"description": "Deploys Actor to Apify platform using settings from '.actor/actor.json'.\nFiles under '3' MB upload as \"Multiple source files\"; larger projects upload as ZIP file.\nUse --force to override newer remote versions.",
|
|
1286
1061
|
"flags": {
|
|
1287
1062
|
"version": {
|
|
1288
1063
|
"char": "v",
|
|
1289
|
-
"description": "Actor version number to which the files should be pushed. By default, it is taken from the
|
|
1064
|
+
"description": "Actor version number to which the files should be pushed. By default, it is taken from the '.actor/actor.json' file.",
|
|
1290
1065
|
"name": "version",
|
|
1291
1066
|
"required": false,
|
|
1292
1067
|
"hasDynamicHelp": false,
|
|
@@ -1295,7 +1070,7 @@
|
|
|
1295
1070
|
},
|
|
1296
1071
|
"build-tag": {
|
|
1297
1072
|
"char": "b",
|
|
1298
|
-
"description": "Build tag to be applied to the successful Actor build. By default, it is taken from the
|
|
1073
|
+
"description": "Build tag to be applied to the successful Actor build. By default, it is taken from the '.actor/actor.json' file",
|
|
1299
1074
|
"name": "build-tag",
|
|
1300
1075
|
"required": false,
|
|
1301
1076
|
"hasDynamicHelp": false,
|
|
@@ -1358,7 +1133,7 @@
|
|
|
1358
1133
|
"required": true
|
|
1359
1134
|
}
|
|
1360
1135
|
},
|
|
1361
|
-
"description": "
|
|
1136
|
+
"description": "Permanently removes an Actor from your account.",
|
|
1362
1137
|
"flags": {},
|
|
1363
1138
|
"hasDynamicHelp": false,
|
|
1364
1139
|
"hiddenAliases": [],
|
|
@@ -1379,12 +1154,12 @@
|
|
|
1379
1154
|
"aliases": [],
|
|
1380
1155
|
"args": {
|
|
1381
1156
|
"actorId": {
|
|
1382
|
-
"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
|
|
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.",
|
|
1383
1158
|
"name": "actorId",
|
|
1384
1159
|
"required": false
|
|
1385
1160
|
}
|
|
1386
1161
|
},
|
|
1387
|
-
"description": "
|
|
1162
|
+
"description": "Starts Actor remotely and returns run details immediately.\nUses authenticated account and local key-value store for input.",
|
|
1388
1163
|
"flags": {
|
|
1389
1164
|
"json": {
|
|
1390
1165
|
"description": "Format output as json.",
|
|
@@ -1463,6 +1238,231 @@
|
|
|
1463
1238
|
"start.js"
|
|
1464
1239
|
]
|
|
1465
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": "Manages Actor build processes and versioning.",
|
|
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": "Permanently removes an Actor build from the Apify platform.",
|
|
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
1466
|
"datasets:create": {
|
|
1467
1467
|
"aliases": [],
|
|
1468
1468
|
"args": {
|
|
@@ -1472,7 +1472,7 @@
|
|
|
1472
1472
|
"required": false
|
|
1473
1473
|
}
|
|
1474
1474
|
},
|
|
1475
|
-
"description": "Creates a new
|
|
1475
|
+
"description": "Creates a new dataset for storing structured data on your account.",
|
|
1476
1476
|
"flags": {
|
|
1477
1477
|
"json": {
|
|
1478
1478
|
"description": "Format output as json.",
|
|
@@ -1507,7 +1507,7 @@
|
|
|
1507
1507
|
"required": true
|
|
1508
1508
|
}
|
|
1509
1509
|
},
|
|
1510
|
-
"description": "
|
|
1510
|
+
"description": "Retrieves dataset items in specified format (JSON, CSV, etc).",
|
|
1511
1511
|
"flags": {
|
|
1512
1512
|
"limit": {
|
|
1513
1513
|
"description": "The amount of elements to get from the dataset. By default, it will return all available items.",
|
|
@@ -1559,7 +1559,7 @@
|
|
|
1559
1559
|
"datasets": {
|
|
1560
1560
|
"aliases": [],
|
|
1561
1561
|
"args": {},
|
|
1562
|
-
"description": "
|
|
1562
|
+
"description": "Manages structured data storage and retrieval.",
|
|
1563
1563
|
"flags": {},
|
|
1564
1564
|
"hasDynamicHelp": false,
|
|
1565
1565
|
"hiddenAliases": [],
|
|
@@ -1585,7 +1585,7 @@
|
|
|
1585
1585
|
"required": true
|
|
1586
1586
|
}
|
|
1587
1587
|
},
|
|
1588
|
-
"description": "
|
|
1588
|
+
"description": "Prints information about a specific dataset.",
|
|
1589
1589
|
"flags": {
|
|
1590
1590
|
"json": {
|
|
1591
1591
|
"description": "Format output as json.",
|
|
@@ -1614,7 +1614,7 @@
|
|
|
1614
1614
|
"datasets:ls": {
|
|
1615
1615
|
"aliases": [],
|
|
1616
1616
|
"args": {},
|
|
1617
|
-
"description": "
|
|
1617
|
+
"description": "Prints all datasets on your account.",
|
|
1618
1618
|
"flags": {
|
|
1619
1619
|
"json": {
|
|
1620
1620
|
"description": "Format output as json.",
|
|
@@ -1624,7 +1624,7 @@
|
|
|
1624
1624
|
"type": "boolean"
|
|
1625
1625
|
},
|
|
1626
1626
|
"offset": {
|
|
1627
|
-
"description": "Number of
|
|
1627
|
+
"description": "Number of datasets that will be skipped.",
|
|
1628
1628
|
"name": "offset",
|
|
1629
1629
|
"default": 0,
|
|
1630
1630
|
"hasDynamicHelp": false,
|
|
@@ -1632,7 +1632,7 @@
|
|
|
1632
1632
|
"type": "option"
|
|
1633
1633
|
},
|
|
1634
1634
|
"limit": {
|
|
1635
|
-
"description": "Number of
|
|
1635
|
+
"description": "Number of datasets that will be listed.",
|
|
1636
1636
|
"name": "limit",
|
|
1637
1637
|
"default": 20,
|
|
1638
1638
|
"hasDynamicHelp": false,
|
|
@@ -1640,13 +1640,13 @@
|
|
|
1640
1640
|
"type": "option"
|
|
1641
1641
|
},
|
|
1642
1642
|
"desc": {
|
|
1643
|
-
"description": "Sorts
|
|
1643
|
+
"description": "Sorts datasets in descending order.",
|
|
1644
1644
|
"name": "desc",
|
|
1645
1645
|
"allowNo": false,
|
|
1646
1646
|
"type": "boolean"
|
|
1647
1647
|
},
|
|
1648
1648
|
"unnamed": {
|
|
1649
|
-
"description": "Lists
|
|
1649
|
+
"description": "Lists datasets that don't have a name set.",
|
|
1650
1650
|
"name": "unnamed",
|
|
1651
1651
|
"allowNo": false,
|
|
1652
1652
|
"type": "boolean"
|
|
@@ -1672,7 +1672,7 @@
|
|
|
1672
1672
|
"aliases": [],
|
|
1673
1673
|
"args": {
|
|
1674
1674
|
"nameOrId": {
|
|
1675
|
-
"description": "The
|
|
1675
|
+
"description": "The dataset ID or name to push the objects to",
|
|
1676
1676
|
"name": "nameOrId",
|
|
1677
1677
|
"required": true
|
|
1678
1678
|
},
|
|
@@ -1681,7 +1681,7 @@
|
|
|
1681
1681
|
"name": "item"
|
|
1682
1682
|
}
|
|
1683
1683
|
},
|
|
1684
|
-
"description": "
|
|
1684
|
+
"description": "Adds data items to specified dataset. Accepts single object or array of objects.",
|
|
1685
1685
|
"flags": {},
|
|
1686
1686
|
"hasDynamicHelp": false,
|
|
1687
1687
|
"hiddenAliases": [],
|
|
@@ -1702,19 +1702,19 @@
|
|
|
1702
1702
|
"aliases": [],
|
|
1703
1703
|
"args": {
|
|
1704
1704
|
"nameOrId": {
|
|
1705
|
-
"description": "The
|
|
1705
|
+
"description": "The dataset ID or name to delete.",
|
|
1706
1706
|
"name": "nameOrId",
|
|
1707
1707
|
"required": true
|
|
1708
1708
|
},
|
|
1709
1709
|
"newName": {
|
|
1710
|
-
"description": "The new name for the
|
|
1710
|
+
"description": "The new name for the dataset.",
|
|
1711
1711
|
"name": "newName"
|
|
1712
1712
|
}
|
|
1713
1713
|
},
|
|
1714
|
-
"description": "
|
|
1714
|
+
"description": "Change dataset name or removes name with --unname flag.",
|
|
1715
1715
|
"flags": {
|
|
1716
1716
|
"unname": {
|
|
1717
|
-
"description": "Removes the unique name of the
|
|
1717
|
+
"description": "Removes the unique name of the dataset.",
|
|
1718
1718
|
"name": "unname",
|
|
1719
1719
|
"allowNo": false,
|
|
1720
1720
|
"type": "boolean"
|
|
@@ -1739,12 +1739,12 @@
|
|
|
1739
1739
|
"aliases": [],
|
|
1740
1740
|
"args": {
|
|
1741
1741
|
"datasetNameOrId": {
|
|
1742
|
-
"description": "The
|
|
1742
|
+
"description": "The dataset ID or name to delete",
|
|
1743
1743
|
"name": "datasetNameOrId",
|
|
1744
1744
|
"required": true
|
|
1745
1745
|
}
|
|
1746
1746
|
},
|
|
1747
|
-
"description": "
|
|
1747
|
+
"description": "Permanently removes a dataset.",
|
|
1748
1748
|
"flags": {},
|
|
1749
1749
|
"hasDynamicHelp": false,
|
|
1750
1750
|
"hiddenAliases": [],
|
|
@@ -1765,12 +1765,12 @@
|
|
|
1765
1765
|
"aliases": [],
|
|
1766
1766
|
"args": {
|
|
1767
1767
|
"keyValueStoreName": {
|
|
1768
|
-
"description": "Optional name for the
|
|
1768
|
+
"description": "Optional name for the key-value store",
|
|
1769
1769
|
"name": "keyValueStoreName",
|
|
1770
1770
|
"required": false
|
|
1771
1771
|
}
|
|
1772
1772
|
},
|
|
1773
|
-
"description": "Creates a new
|
|
1773
|
+
"description": "Creates a new key-value store on your account.",
|
|
1774
1774
|
"flags": {
|
|
1775
1775
|
"json": {
|
|
1776
1776
|
"description": "Format output as json.",
|
|
@@ -1845,7 +1845,7 @@
|
|
|
1845
1845
|
"required": true
|
|
1846
1846
|
}
|
|
1847
1847
|
},
|
|
1848
|
-
"description": "
|
|
1848
|
+
"description": "Retrieves stored value for specified key. Use --only-content-type to check MIME type.",
|
|
1849
1849
|
"flags": {
|
|
1850
1850
|
"only-content-type": {
|
|
1851
1851
|
"description": "Only return the content type of the specified key",
|
|
@@ -1874,7 +1874,7 @@
|
|
|
1874
1874
|
"key-value-stores": {
|
|
1875
1875
|
"aliases": [],
|
|
1876
1876
|
"args": {},
|
|
1877
|
-
"description": "
|
|
1877
|
+
"description": "Manages persistent key-value storage.\n\nAlias: kvs",
|
|
1878
1878
|
"flags": {},
|
|
1879
1879
|
"hasDynamicHelp": false,
|
|
1880
1880
|
"hiddenAliases": [
|
|
@@ -1985,7 +1985,7 @@
|
|
|
1985
1985
|
"key-value-stores:ls": {
|
|
1986
1986
|
"aliases": [],
|
|
1987
1987
|
"args": {},
|
|
1988
|
-
"description": "Lists all
|
|
1988
|
+
"description": "Lists all key-value stores on your account.",
|
|
1989
1989
|
"flags": {
|
|
1990
1990
|
"json": {
|
|
1991
1991
|
"description": "Format output as json.",
|
|
@@ -1995,7 +1995,7 @@
|
|
|
1995
1995
|
"type": "boolean"
|
|
1996
1996
|
},
|
|
1997
1997
|
"offset": {
|
|
1998
|
-
"description": "Number of
|
|
1998
|
+
"description": "Number of key-value stores that will be skipped.",
|
|
1999
1999
|
"name": "offset",
|
|
2000
2000
|
"default": 0,
|
|
2001
2001
|
"hasDynamicHelp": false,
|
|
@@ -2003,7 +2003,7 @@
|
|
|
2003
2003
|
"type": "option"
|
|
2004
2004
|
},
|
|
2005
2005
|
"limit": {
|
|
2006
|
-
"description": "Number of
|
|
2006
|
+
"description": "Number of key-value stores that will be listed.",
|
|
2007
2007
|
"name": "limit",
|
|
2008
2008
|
"default": 20,
|
|
2009
2009
|
"hasDynamicHelp": false,
|
|
@@ -2011,13 +2011,13 @@
|
|
|
2011
2011
|
"type": "option"
|
|
2012
2012
|
},
|
|
2013
2013
|
"desc": {
|
|
2014
|
-
"description": "Sorts
|
|
2014
|
+
"description": "Sorts key-value stores in descending order.",
|
|
2015
2015
|
"name": "desc",
|
|
2016
2016
|
"allowNo": false,
|
|
2017
2017
|
"type": "boolean"
|
|
2018
2018
|
},
|
|
2019
2019
|
"unnamed": {
|
|
2020
|
-
"description": "Lists
|
|
2020
|
+
"description": "Lists key-value stores that don't have a name set.",
|
|
2021
2021
|
"name": "unnamed",
|
|
2022
2022
|
"allowNo": false,
|
|
2023
2023
|
"type": "boolean"
|
|
@@ -2045,19 +2045,19 @@
|
|
|
2045
2045
|
"aliases": [],
|
|
2046
2046
|
"args": {
|
|
2047
2047
|
"keyValueStoreNameOrId": {
|
|
2048
|
-
"description": "The
|
|
2048
|
+
"description": "The key-value store ID or name to delete",
|
|
2049
2049
|
"name": "keyValueStoreNameOrId",
|
|
2050
2050
|
"required": true
|
|
2051
2051
|
},
|
|
2052
2052
|
"newName": {
|
|
2053
|
-
"description": "The new name for the
|
|
2053
|
+
"description": "The new name for the key-value store",
|
|
2054
2054
|
"name": "newName"
|
|
2055
2055
|
}
|
|
2056
2056
|
},
|
|
2057
|
-
"description": "Renames a
|
|
2057
|
+
"description": "Renames a key-value store, or removes its unique name.",
|
|
2058
2058
|
"flags": {
|
|
2059
2059
|
"unname": {
|
|
2060
|
-
"description": "Removes the unique name of the
|
|
2060
|
+
"description": "Removes the unique name of the key-value store",
|
|
2061
2061
|
"name": "unname",
|
|
2062
2062
|
"allowNo": false,
|
|
2063
2063
|
"type": "boolean"
|
|
@@ -2084,12 +2084,12 @@
|
|
|
2084
2084
|
"aliases": [],
|
|
2085
2085
|
"args": {
|
|
2086
2086
|
"keyValueStoreNameOrId": {
|
|
2087
|
-
"description": "The
|
|
2087
|
+
"description": "The key-value store ID or name to delete",
|
|
2088
2088
|
"name": "keyValueStoreNameOrId",
|
|
2089
2089
|
"required": true
|
|
2090
2090
|
}
|
|
2091
2091
|
},
|
|
2092
|
-
"description": "
|
|
2092
|
+
"description": "Permanently removes a key-value store.",
|
|
2093
2093
|
"flags": {},
|
|
2094
2094
|
"hasDynamicHelp": false,
|
|
2095
2095
|
"hiddenAliases": [
|
|
@@ -2126,7 +2126,7 @@
|
|
|
2126
2126
|
"name": "value"
|
|
2127
2127
|
}
|
|
2128
2128
|
},
|
|
2129
|
-
"description": "
|
|
2129
|
+
"description": "Stores value with specified key. Set content-type with --content-type flag.",
|
|
2130
2130
|
"flags": {
|
|
2131
2131
|
"content-type": {
|
|
2132
2132
|
"description": "The MIME content type of the value. By default, \"application/json\" is assumed.",
|
|
@@ -2157,7 +2157,7 @@
|
|
|
2157
2157
|
"request-queues": {
|
|
2158
2158
|
"aliases": [],
|
|
2159
2159
|
"args": {},
|
|
2160
|
-
"description": "
|
|
2160
|
+
"description": "Manages URL queues for web scraping and automation tasks.",
|
|
2161
2161
|
"flags": {},
|
|
2162
2162
|
"hasDynamicHelp": false,
|
|
2163
2163
|
"hiddenAliases": [],
|
|
@@ -2183,7 +2183,7 @@
|
|
|
2183
2183
|
"required": true
|
|
2184
2184
|
}
|
|
2185
2185
|
},
|
|
2186
|
-
"description": "Aborts an Actor
|
|
2186
|
+
"description": "Aborts an Actor run.",
|
|
2187
2187
|
"flags": {
|
|
2188
2188
|
"json": {
|
|
2189
2189
|
"description": "Format output as json.",
|
|
@@ -2219,7 +2219,7 @@
|
|
|
2219
2219
|
"runs": {
|
|
2220
2220
|
"aliases": [],
|
|
2221
2221
|
"args": {},
|
|
2222
|
-
"description": "
|
|
2222
|
+
"description": "Manages Actor run operations ",
|
|
2223
2223
|
"flags": {},
|
|
2224
2224
|
"hasDynamicHelp": false,
|
|
2225
2225
|
"hiddenAliases": [],
|
|
@@ -2245,7 +2245,7 @@
|
|
|
2245
2245
|
"required": true
|
|
2246
2246
|
}
|
|
2247
2247
|
},
|
|
2248
|
-
"description": "Prints information about an Actor
|
|
2248
|
+
"description": "Prints information about an Actor run.",
|
|
2249
2249
|
"flags": {
|
|
2250
2250
|
"json": {
|
|
2251
2251
|
"description": "Format output as json.",
|
|
@@ -2256,7 +2256,7 @@
|
|
|
2256
2256
|
},
|
|
2257
2257
|
"verbose": {
|
|
2258
2258
|
"char": "v",
|
|
2259
|
-
"description": "Prints more in-depth information about the Actor
|
|
2259
|
+
"description": "Prints more in-depth information about the Actor run.",
|
|
2260
2260
|
"name": "verbose",
|
|
2261
2261
|
"allowNo": false,
|
|
2262
2262
|
"type": "boolean"
|
|
@@ -2442,7 +2442,7 @@
|
|
|
2442
2442
|
"required": true
|
|
2443
2443
|
}
|
|
2444
2444
|
},
|
|
2445
|
-
"description": "Adds a new secret
|
|
2445
|
+
"description": "Adds a new secret to '~/.apify' for use in Actor environment variables.",
|
|
2446
2446
|
"flags": {},
|
|
2447
2447
|
"hasDynamicHelp": false,
|
|
2448
2448
|
"hiddenAliases": [],
|
|
@@ -2462,7 +2462,7 @@
|
|
|
2462
2462
|
"secrets": {
|
|
2463
2463
|
"aliases": [],
|
|
2464
2464
|
"args": {},
|
|
2465
|
-
"description": "Manages
|
|
2465
|
+
"description": "Manages secure environment variables for Actors.\n\nExample:\n$ apify secrets add mySecret TopSecretValue123\n\nThe \"mySecret\" value can be used in an environment variable defined in '.actor/actor.json' file by adding the \"@\"\nprefix:\n\n{\n \"actorSpecification\": 1,\n \"name\": \"my_actor\",\n \"environmentVariables\": { \"SECRET_ENV_VAR\": \"@mySecret\" },\n \"version\": \"0.1\"\n}\n\nWhen the Actor is pushed to Apify cloud, the \"SECRET_ENV_VAR\" and its value is stored as a secret environment variable\nof the Actor.",
|
|
2466
2466
|
"flags": {},
|
|
2467
2467
|
"hasDynamicHelp": false,
|
|
2468
2468
|
"hiddenAliases": [],
|
|
@@ -2488,7 +2488,7 @@
|
|
|
2488
2488
|
"required": true
|
|
2489
2489
|
}
|
|
2490
2490
|
},
|
|
2491
|
-
"description": "
|
|
2491
|
+
"description": "Permanently deletes a secret from your stored credentials.",
|
|
2492
2492
|
"flags": {},
|
|
2493
2493
|
"hasDynamicHelp": false,
|
|
2494
2494
|
"hiddenAliases": [],
|
|
@@ -2508,7 +2508,7 @@
|
|
|
2508
2508
|
"task": {
|
|
2509
2509
|
"aliases": [],
|
|
2510
2510
|
"args": {},
|
|
2511
|
-
"description": "
|
|
2511
|
+
"description": "Manages scheduled and predefined Actor configurations.",
|
|
2512
2512
|
"flags": {},
|
|
2513
2513
|
"hasDynamicHelp": false,
|
|
2514
2514
|
"hiddenAliases": [],
|
|
@@ -2534,7 +2534,7 @@
|
|
|
2534
2534
|
"required": true
|
|
2535
2535
|
}
|
|
2536
2536
|
},
|
|
2537
|
-
"description": "
|
|
2537
|
+
"description": "Executes predefined Actor task remotely using local key-value store for input.\nCustomize with --memory and --timeout flags.\n",
|
|
2538
2538
|
"flags": {
|
|
2539
2539
|
"build": {
|
|
2540
2540
|
"char": "b",
|
|
@@ -2580,5 +2580,5 @@
|
|
|
2580
2580
|
]
|
|
2581
2581
|
}
|
|
2582
2582
|
},
|
|
2583
|
-
"version": "0.21.0-beta.
|
|
2583
|
+
"version": "0.21.0-beta.92"
|
|
2584
2584
|
}
|