apify-cli 0.21.2-beta.4 → 0.21.2-beta.5
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/README.md +63 -63
- package/dist/.tsbuildinfo +1 -1
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +522 -522
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -795,7 +795,7 @@
|
|
|
795
795
|
"set-value.js"
|
|
796
796
|
]
|
|
797
797
|
},
|
|
798
|
-
"
|
|
798
|
+
"actors:build": {
|
|
799
799
|
"aliases": [],
|
|
800
800
|
"args": {
|
|
801
801
|
"actorId": {
|
|
@@ -836,7 +836,108 @@
|
|
|
836
836
|
},
|
|
837
837
|
"hasDynamicHelp": false,
|
|
838
838
|
"hiddenAliases": [],
|
|
839
|
-
"id": "
|
|
839
|
+
"id": "actors:build",
|
|
840
|
+
"pluginAlias": "apify-cli",
|
|
841
|
+
"pluginName": "apify-cli",
|
|
842
|
+
"pluginType": "core",
|
|
843
|
+
"enableJsonFlag": true,
|
|
844
|
+
"isESM": true,
|
|
845
|
+
"relativePath": [
|
|
846
|
+
"dist",
|
|
847
|
+
"commands",
|
|
848
|
+
"actors",
|
|
849
|
+
"build.js"
|
|
850
|
+
]
|
|
851
|
+
},
|
|
852
|
+
"actors:call": {
|
|
853
|
+
"aliases": [],
|
|
854
|
+
"args": {
|
|
855
|
+
"actorId": {
|
|
856
|
+
"description": "Name or ID of the Actor to run (e.g. \"my-actor\", \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command runs the remote Actor specified in the '.actor/actor.json' file.",
|
|
857
|
+
"name": "actorId",
|
|
858
|
+
"required": false
|
|
859
|
+
}
|
|
860
|
+
},
|
|
861
|
+
"description": "Executes Actor remotely using your authenticated account.\nReads input from local key-value store by default.",
|
|
862
|
+
"flags": {
|
|
863
|
+
"json": {
|
|
864
|
+
"description": "Format output as json.",
|
|
865
|
+
"helpGroup": "GLOBAL",
|
|
866
|
+
"name": "json",
|
|
867
|
+
"allowNo": false,
|
|
868
|
+
"type": "boolean"
|
|
869
|
+
},
|
|
870
|
+
"build": {
|
|
871
|
+
"char": "b",
|
|
872
|
+
"description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
|
|
873
|
+
"name": "build",
|
|
874
|
+
"required": false,
|
|
875
|
+
"hasDynamicHelp": false,
|
|
876
|
+
"multiple": false,
|
|
877
|
+
"type": "option"
|
|
878
|
+
},
|
|
879
|
+
"timeout": {
|
|
880
|
+
"char": "t",
|
|
881
|
+
"description": "Timeout for the Actor run in seconds. Zero value means there is no timeout.",
|
|
882
|
+
"name": "timeout",
|
|
883
|
+
"required": false,
|
|
884
|
+
"hasDynamicHelp": false,
|
|
885
|
+
"multiple": false,
|
|
886
|
+
"type": "option"
|
|
887
|
+
},
|
|
888
|
+
"memory": {
|
|
889
|
+
"char": "m",
|
|
890
|
+
"description": "Amount of memory allocated for the Actor run, in megabytes.",
|
|
891
|
+
"name": "memory",
|
|
892
|
+
"required": false,
|
|
893
|
+
"hasDynamicHelp": false,
|
|
894
|
+
"multiple": false,
|
|
895
|
+
"type": "option"
|
|
896
|
+
},
|
|
897
|
+
"input": {
|
|
898
|
+
"char": "i",
|
|
899
|
+
"description": "Optional JSON input to be given to the Actor.",
|
|
900
|
+
"exclusive": [
|
|
901
|
+
"input-file"
|
|
902
|
+
],
|
|
903
|
+
"name": "input",
|
|
904
|
+
"required": false,
|
|
905
|
+
"hasDynamicHelp": false,
|
|
906
|
+
"multiple": false,
|
|
907
|
+
"type": "option"
|
|
908
|
+
},
|
|
909
|
+
"input-file": {
|
|
910
|
+
"aliases": [
|
|
911
|
+
"if"
|
|
912
|
+
],
|
|
913
|
+
"description": "Optional path to a file with JSON input to be given to the Actor. The file must be a valid JSON file. You can also specify `-` to read from standard input.",
|
|
914
|
+
"exclusive": [
|
|
915
|
+
"input"
|
|
916
|
+
],
|
|
917
|
+
"name": "input-file",
|
|
918
|
+
"required": false,
|
|
919
|
+
"hasDynamicHelp": false,
|
|
920
|
+
"multiple": false,
|
|
921
|
+
"type": "option"
|
|
922
|
+
},
|
|
923
|
+
"silent": {
|
|
924
|
+
"char": "s",
|
|
925
|
+
"description": "Prevents printing the logs of the Actor run to the console.",
|
|
926
|
+
"name": "silent",
|
|
927
|
+
"allowNo": false,
|
|
928
|
+
"type": "boolean"
|
|
929
|
+
},
|
|
930
|
+
"output-dataset": {
|
|
931
|
+
"char": "o",
|
|
932
|
+
"description": "Prints out the entire default dataset on successful run of the Actor.",
|
|
933
|
+
"name": "output-dataset",
|
|
934
|
+
"allowNo": false,
|
|
935
|
+
"type": "boolean"
|
|
936
|
+
}
|
|
937
|
+
},
|
|
938
|
+
"hasDynamicHelp": false,
|
|
939
|
+
"hiddenAliases": [],
|
|
940
|
+
"id": "actors:call",
|
|
840
941
|
"pluginAlias": "apify-cli",
|
|
841
942
|
"pluginName": "apify-cli",
|
|
842
943
|
"pluginType": "core",
|
|
@@ -846,18 +947,18 @@
|
|
|
846
947
|
"relativePath": [
|
|
847
948
|
"dist",
|
|
848
949
|
"commands",
|
|
849
|
-
"
|
|
850
|
-
"
|
|
950
|
+
"actors",
|
|
951
|
+
"call.js"
|
|
851
952
|
]
|
|
852
953
|
},
|
|
853
|
-
"
|
|
954
|
+
"actors": {
|
|
854
955
|
"aliases": [],
|
|
855
956
|
"args": {},
|
|
856
|
-
"description": "Manages Actor
|
|
957
|
+
"description": "Manages Actor creation, deployment, and execution on the Apify platform.",
|
|
857
958
|
"flags": {},
|
|
858
959
|
"hasDynamicHelp": false,
|
|
859
960
|
"hiddenAliases": [],
|
|
860
|
-
"id": "
|
|
961
|
+
"id": "actors",
|
|
861
962
|
"pluginAlias": "apify-cli",
|
|
862
963
|
"pluginName": "apify-cli",
|
|
863
964
|
"pluginType": "core",
|
|
@@ -866,20 +967,20 @@
|
|
|
866
967
|
"relativePath": [
|
|
867
968
|
"dist",
|
|
868
969
|
"commands",
|
|
869
|
-
"
|
|
970
|
+
"actors",
|
|
870
971
|
"index.js"
|
|
871
972
|
]
|
|
872
973
|
},
|
|
873
|
-
"
|
|
974
|
+
"actors:info": {
|
|
874
975
|
"aliases": [],
|
|
875
976
|
"args": {
|
|
876
|
-
"
|
|
877
|
-
"description": "The
|
|
878
|
-
"name": "
|
|
977
|
+
"actorId": {
|
|
978
|
+
"description": "The ID of the Actor to return information about.",
|
|
979
|
+
"name": "actorId",
|
|
879
980
|
"required": true
|
|
880
981
|
}
|
|
881
982
|
},
|
|
882
|
-
"description": "
|
|
983
|
+
"description": "Get information about an Actor.",
|
|
883
984
|
"flags": {
|
|
884
985
|
"json": {
|
|
885
986
|
"description": "Format output as json.",
|
|
@@ -887,11 +988,29 @@
|
|
|
887
988
|
"name": "json",
|
|
888
989
|
"allowNo": false,
|
|
889
990
|
"type": "boolean"
|
|
991
|
+
},
|
|
992
|
+
"readme": {
|
|
993
|
+
"description": "Return the Actor README.",
|
|
994
|
+
"exclusive": [
|
|
995
|
+
"input"
|
|
996
|
+
],
|
|
997
|
+
"name": "readme",
|
|
998
|
+
"allowNo": false,
|
|
999
|
+
"type": "boolean"
|
|
1000
|
+
},
|
|
1001
|
+
"input": {
|
|
1002
|
+
"description": "Return the Actor input schema.",
|
|
1003
|
+
"exclusive": [
|
|
1004
|
+
"readme"
|
|
1005
|
+
],
|
|
1006
|
+
"name": "input",
|
|
1007
|
+
"allowNo": false,
|
|
1008
|
+
"type": "boolean"
|
|
890
1009
|
}
|
|
891
1010
|
},
|
|
892
1011
|
"hasDynamicHelp": false,
|
|
893
1012
|
"hiddenAliases": [],
|
|
894
|
-
"id": "
|
|
1013
|
+
"id": "actors:info",
|
|
895
1014
|
"pluginAlias": "apify-cli",
|
|
896
1015
|
"pluginName": "apify-cli",
|
|
897
1016
|
"pluginType": "core",
|
|
@@ -901,45 +1020,14 @@
|
|
|
901
1020
|
"relativePath": [
|
|
902
1021
|
"dist",
|
|
903
1022
|
"commands",
|
|
904
|
-
"
|
|
1023
|
+
"actors",
|
|
905
1024
|
"info.js"
|
|
906
1025
|
]
|
|
907
1026
|
},
|
|
908
|
-
"
|
|
909
|
-
"aliases": [],
|
|
910
|
-
"args": {
|
|
911
|
-
"buildId": {
|
|
912
|
-
"description": "The build ID to get the log from.",
|
|
913
|
-
"name": "buildId",
|
|
914
|
-
"required": true
|
|
915
|
-
}
|
|
916
|
-
},
|
|
917
|
-
"description": "Prints the log of a specific build.",
|
|
918
|
-
"flags": {},
|
|
919
|
-
"hasDynamicHelp": false,
|
|
920
|
-
"hiddenAliases": [],
|
|
921
|
-
"id": "builds:log",
|
|
922
|
-
"pluginAlias": "apify-cli",
|
|
923
|
-
"pluginName": "apify-cli",
|
|
924
|
-
"pluginType": "core",
|
|
925
|
-
"strict": true,
|
|
926
|
-
"isESM": true,
|
|
927
|
-
"relativePath": [
|
|
928
|
-
"dist",
|
|
929
|
-
"commands",
|
|
930
|
-
"builds",
|
|
931
|
-
"log.js"
|
|
932
|
-
]
|
|
933
|
-
},
|
|
934
|
-
"builds:ls": {
|
|
1027
|
+
"actors:ls": {
|
|
935
1028
|
"aliases": [],
|
|
936
|
-
"args": {
|
|
937
|
-
|
|
938
|
-
"description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
|
|
939
|
-
"name": "actorId"
|
|
940
|
-
}
|
|
941
|
-
},
|
|
942
|
-
"description": "Lists all builds of the Actor.",
|
|
1029
|
+
"args": {},
|
|
1030
|
+
"description": "Prints a list of recently executed Actors or Actors you own.",
|
|
943
1031
|
"flags": {
|
|
944
1032
|
"json": {
|
|
945
1033
|
"description": "Format output as json.",
|
|
@@ -948,8 +1036,14 @@
|
|
|
948
1036
|
"allowNo": false,
|
|
949
1037
|
"type": "boolean"
|
|
950
1038
|
},
|
|
1039
|
+
"my": {
|
|
1040
|
+
"description": "Whether to list Actors made by the logged in user.",
|
|
1041
|
+
"name": "my",
|
|
1042
|
+
"allowNo": false,
|
|
1043
|
+
"type": "boolean"
|
|
1044
|
+
},
|
|
951
1045
|
"offset": {
|
|
952
|
-
"description": "Number of
|
|
1046
|
+
"description": "Number of Actors that will be skipped.",
|
|
953
1047
|
"name": "offset",
|
|
954
1048
|
"default": 0,
|
|
955
1049
|
"hasDynamicHelp": false,
|
|
@@ -957,30 +1051,23 @@
|
|
|
957
1051
|
"type": "option"
|
|
958
1052
|
},
|
|
959
1053
|
"limit": {
|
|
960
|
-
"description": "Number of
|
|
1054
|
+
"description": "Number of Actors that will be listed.",
|
|
961
1055
|
"name": "limit",
|
|
962
|
-
"default":
|
|
1056
|
+
"default": 20,
|
|
963
1057
|
"hasDynamicHelp": false,
|
|
964
1058
|
"multiple": false,
|
|
965
1059
|
"type": "option"
|
|
966
1060
|
},
|
|
967
1061
|
"desc": {
|
|
968
|
-
"description": "Sort
|
|
1062
|
+
"description": "Sort Actors in descending order.",
|
|
969
1063
|
"name": "desc",
|
|
970
1064
|
"allowNo": false,
|
|
971
1065
|
"type": "boolean"
|
|
972
|
-
},
|
|
973
|
-
"compact": {
|
|
974
|
-
"char": "c",
|
|
975
|
-
"description": "Display a compact table.",
|
|
976
|
-
"name": "compact",
|
|
977
|
-
"allowNo": false,
|
|
978
|
-
"type": "boolean"
|
|
979
1066
|
}
|
|
980
1067
|
},
|
|
981
1068
|
"hasDynamicHelp": false,
|
|
982
1069
|
"hiddenAliases": [],
|
|
983
|
-
"id": "
|
|
1070
|
+
"id": "actors:ls",
|
|
984
1071
|
"pluginAlias": "apify-cli",
|
|
985
1072
|
"pluginName": "apify-cli",
|
|
986
1073
|
"pluginType": "core",
|
|
@@ -990,24 +1077,42 @@
|
|
|
990
1077
|
"relativePath": [
|
|
991
1078
|
"dist",
|
|
992
1079
|
"commands",
|
|
993
|
-
"
|
|
1080
|
+
"actors",
|
|
994
1081
|
"ls.js"
|
|
995
1082
|
]
|
|
996
1083
|
},
|
|
997
|
-
"
|
|
1084
|
+
"actors:pull": {
|
|
998
1085
|
"aliases": [],
|
|
999
1086
|
"args": {
|
|
1000
|
-
"
|
|
1001
|
-
"description": "
|
|
1002
|
-
"name": "
|
|
1003
|
-
"required":
|
|
1087
|
+
"actorId": {
|
|
1088
|
+
"description": "Name or ID of the Actor to run (e.g. \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command will update the Actor in the current directory based on its name in \".actor/actor.json\" file.",
|
|
1089
|
+
"name": "actorId",
|
|
1090
|
+
"required": false
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
"description": "Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.",
|
|
1094
|
+
"flags": {
|
|
1095
|
+
"version": {
|
|
1096
|
+
"char": "v",
|
|
1097
|
+
"description": "Actor version number which will be pulled, e.g. 1.2. Default: the highest version",
|
|
1098
|
+
"name": "version",
|
|
1099
|
+
"required": false,
|
|
1100
|
+
"hasDynamicHelp": false,
|
|
1101
|
+
"multiple": false,
|
|
1102
|
+
"type": "option"
|
|
1103
|
+
},
|
|
1104
|
+
"dir": {
|
|
1105
|
+
"description": "Directory where the Actor should be pulled to",
|
|
1106
|
+
"name": "dir",
|
|
1107
|
+
"required": false,
|
|
1108
|
+
"hasDynamicHelp": false,
|
|
1109
|
+
"multiple": false,
|
|
1110
|
+
"type": "option"
|
|
1004
1111
|
}
|
|
1005
1112
|
},
|
|
1006
|
-
"description": "Permanently removes an Actor build from the Apify platform.",
|
|
1007
|
-
"flags": {},
|
|
1008
1113
|
"hasDynamicHelp": false,
|
|
1009
1114
|
"hiddenAliases": [],
|
|
1010
|
-
"id": "
|
|
1115
|
+
"id": "actors:pull",
|
|
1011
1116
|
"pluginAlias": "apify-cli",
|
|
1012
1117
|
"pluginName": "apify-cli",
|
|
1013
1118
|
"pluginType": "core",
|
|
@@ -1016,91 +1121,74 @@
|
|
|
1016
1121
|
"relativePath": [
|
|
1017
1122
|
"dist",
|
|
1018
1123
|
"commands",
|
|
1019
|
-
"
|
|
1020
|
-
"
|
|
1124
|
+
"actors",
|
|
1125
|
+
"pull.js"
|
|
1021
1126
|
]
|
|
1022
1127
|
},
|
|
1023
|
-
"
|
|
1128
|
+
"actors:push": {
|
|
1024
1129
|
"aliases": [],
|
|
1025
1130
|
"args": {
|
|
1026
|
-
"
|
|
1027
|
-
"description": "
|
|
1028
|
-
"name": "
|
|
1029
|
-
"required": false
|
|
1030
|
-
}
|
|
1031
|
-
},
|
|
1032
|
-
"description": "Creates a new dataset for storing structured data on your account.",
|
|
1033
|
-
"flags": {
|
|
1034
|
-
"json": {
|
|
1035
|
-
"description": "Format output as json.",
|
|
1036
|
-
"helpGroup": "GLOBAL",
|
|
1037
|
-
"name": "json",
|
|
1038
|
-
"allowNo": false,
|
|
1039
|
-
"type": "boolean"
|
|
1040
|
-
}
|
|
1041
|
-
},
|
|
1042
|
-
"hasDynamicHelp": false,
|
|
1043
|
-
"hiddenAliases": [],
|
|
1044
|
-
"id": "datasets:create",
|
|
1045
|
-
"pluginAlias": "apify-cli",
|
|
1046
|
-
"pluginName": "apify-cli",
|
|
1047
|
-
"pluginType": "core",
|
|
1048
|
-
"strict": true,
|
|
1049
|
-
"enableJsonFlag": true,
|
|
1050
|
-
"isESM": true,
|
|
1051
|
-
"relativePath": [
|
|
1052
|
-
"dist",
|
|
1053
|
-
"commands",
|
|
1054
|
-
"datasets",
|
|
1055
|
-
"create.js"
|
|
1056
|
-
]
|
|
1057
|
-
},
|
|
1058
|
-
"datasets:get-items": {
|
|
1059
|
-
"aliases": [],
|
|
1060
|
-
"args": {
|
|
1061
|
-
"datasetId": {
|
|
1062
|
-
"description": "The ID of the Dataset to export the items for",
|
|
1063
|
-
"name": "datasetId",
|
|
1064
|
-
"required": true
|
|
1131
|
+
"actorId": {
|
|
1132
|
+
"description": "Name or ID of the Actor to push (e.g. \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command will create or modify the Actor with the name specified in '.actor/actor.json' file.",
|
|
1133
|
+
"name": "actorId",
|
|
1134
|
+
"required": false
|
|
1065
1135
|
}
|
|
1066
1136
|
},
|
|
1067
|
-
"description": "
|
|
1137
|
+
"description": "Deploys Actor to Apify platform using settings from '.actor/actor.json'.\nFiles under '3' MB upload as \"Multiple source files\"; larger projects upload as ZIP file.\nUse --force to override newer remote versions.",
|
|
1068
1138
|
"flags": {
|
|
1069
|
-
"
|
|
1070
|
-
"
|
|
1071
|
-
"
|
|
1139
|
+
"version": {
|
|
1140
|
+
"char": "v",
|
|
1141
|
+
"description": "Actor version number to which the files should be pushed. By default, it is taken from the '.actor/actor.json' file.",
|
|
1142
|
+
"name": "version",
|
|
1143
|
+
"required": false,
|
|
1072
1144
|
"hasDynamicHelp": false,
|
|
1073
1145
|
"multiple": false,
|
|
1074
1146
|
"type": "option"
|
|
1075
1147
|
},
|
|
1076
|
-
"
|
|
1077
|
-
"
|
|
1078
|
-
"
|
|
1148
|
+
"build-tag": {
|
|
1149
|
+
"char": "b",
|
|
1150
|
+
"description": "Build tag to be applied to the successful Actor build. By default, it is taken from the '.actor/actor.json' file",
|
|
1151
|
+
"name": "build-tag",
|
|
1152
|
+
"required": false,
|
|
1079
1153
|
"hasDynamicHelp": false,
|
|
1080
1154
|
"multiple": false,
|
|
1081
1155
|
"type": "option"
|
|
1082
1156
|
},
|
|
1083
|
-
"
|
|
1084
|
-
"
|
|
1085
|
-
"
|
|
1086
|
-
"
|
|
1157
|
+
"wait-for-finish": {
|
|
1158
|
+
"char": "w",
|
|
1159
|
+
"description": "Seconds for waiting to build to finish, if no value passed, it waits forever.",
|
|
1160
|
+
"name": "wait-for-finish",
|
|
1161
|
+
"required": false,
|
|
1162
|
+
"hasDynamicHelp": false,
|
|
1163
|
+
"multiple": false,
|
|
1164
|
+
"type": "option"
|
|
1165
|
+
},
|
|
1166
|
+
"no-prompt": {
|
|
1167
|
+
"description": "Do not prompt for opening the Actor details in a browser. This will also not open the browser automatically.",
|
|
1168
|
+
"name": "no-prompt",
|
|
1169
|
+
"required": false,
|
|
1170
|
+
"allowNo": false,
|
|
1171
|
+
"type": "boolean"
|
|
1172
|
+
},
|
|
1173
|
+
"force": {
|
|
1174
|
+
"description": "Push an Actor even when the local files are older than the Actor on the platform.",
|
|
1175
|
+
"name": "force",
|
|
1176
|
+
"required": false,
|
|
1177
|
+
"allowNo": false,
|
|
1178
|
+
"type": "boolean"
|
|
1179
|
+
},
|
|
1180
|
+
"dir": {
|
|
1181
|
+
"description": "Directory where the Actor is located",
|
|
1182
|
+
"name": "dir",
|
|
1183
|
+
"required": false,
|
|
1087
1184
|
"hasDynamicHelp": false,
|
|
1088
1185
|
"multiple": false,
|
|
1089
|
-
"options": [
|
|
1090
|
-
"json",
|
|
1091
|
-
"jsonl",
|
|
1092
|
-
"csv",
|
|
1093
|
-
"html",
|
|
1094
|
-
"rss",
|
|
1095
|
-
"xml",
|
|
1096
|
-
"xlsx"
|
|
1097
|
-
],
|
|
1098
1186
|
"type": "option"
|
|
1099
1187
|
}
|
|
1100
1188
|
},
|
|
1101
1189
|
"hasDynamicHelp": false,
|
|
1102
1190
|
"hiddenAliases": [],
|
|
1103
|
-
"id": "
|
|
1191
|
+
"id": "actors:push",
|
|
1104
1192
|
"pluginAlias": "apify-cli",
|
|
1105
1193
|
"pluginName": "apify-cli",
|
|
1106
1194
|
"pluginType": "core",
|
|
@@ -1109,18 +1197,24 @@
|
|
|
1109
1197
|
"relativePath": [
|
|
1110
1198
|
"dist",
|
|
1111
1199
|
"commands",
|
|
1112
|
-
"
|
|
1113
|
-
"
|
|
1200
|
+
"actors",
|
|
1201
|
+
"push.js"
|
|
1114
1202
|
]
|
|
1115
1203
|
},
|
|
1116
|
-
"
|
|
1204
|
+
"actors:rm": {
|
|
1117
1205
|
"aliases": [],
|
|
1118
|
-
"args": {
|
|
1119
|
-
|
|
1206
|
+
"args": {
|
|
1207
|
+
"actorId": {
|
|
1208
|
+
"description": "The Actor ID to delete.",
|
|
1209
|
+
"name": "actorId",
|
|
1210
|
+
"required": true
|
|
1211
|
+
}
|
|
1212
|
+
},
|
|
1213
|
+
"description": "Permanently removes an Actor from your account.",
|
|
1120
1214
|
"flags": {},
|
|
1121
1215
|
"hasDynamicHelp": false,
|
|
1122
1216
|
"hiddenAliases": [],
|
|
1123
|
-
"id": "
|
|
1217
|
+
"id": "actors:rm",
|
|
1124
1218
|
"pluginAlias": "apify-cli",
|
|
1125
1219
|
"pluginName": "apify-cli",
|
|
1126
1220
|
"pluginType": "core",
|
|
@@ -1129,20 +1223,20 @@
|
|
|
1129
1223
|
"relativePath": [
|
|
1130
1224
|
"dist",
|
|
1131
1225
|
"commands",
|
|
1132
|
-
"
|
|
1133
|
-
"
|
|
1226
|
+
"actors",
|
|
1227
|
+
"rm.js"
|
|
1134
1228
|
]
|
|
1135
1229
|
},
|
|
1136
|
-
"
|
|
1230
|
+
"actors:start": {
|
|
1137
1231
|
"aliases": [],
|
|
1138
1232
|
"args": {
|
|
1139
|
-
"
|
|
1140
|
-
"description": "
|
|
1141
|
-
"name": "
|
|
1142
|
-
"required":
|
|
1233
|
+
"actorId": {
|
|
1234
|
+
"description": "Name or ID of the Actor to run (e.g. \"my-actor\", \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command runs the remote Actor specified in the '.actor/actor.json' file.",
|
|
1235
|
+
"name": "actorId",
|
|
1236
|
+
"required": false
|
|
1143
1237
|
}
|
|
1144
1238
|
},
|
|
1145
|
-
"description": "
|
|
1239
|
+
"description": "Starts Actor remotely and returns run details immediately.\nUses authenticated account and local key-value store for input.",
|
|
1146
1240
|
"flags": {
|
|
1147
1241
|
"json": {
|
|
1148
1242
|
"description": "Format output as json.",
|
|
@@ -1150,11 +1244,64 @@
|
|
|
1150
1244
|
"name": "json",
|
|
1151
1245
|
"allowNo": false,
|
|
1152
1246
|
"type": "boolean"
|
|
1247
|
+
},
|
|
1248
|
+
"build": {
|
|
1249
|
+
"char": "b",
|
|
1250
|
+
"description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
|
|
1251
|
+
"name": "build",
|
|
1252
|
+
"required": false,
|
|
1253
|
+
"hasDynamicHelp": false,
|
|
1254
|
+
"multiple": false,
|
|
1255
|
+
"type": "option"
|
|
1256
|
+
},
|
|
1257
|
+
"timeout": {
|
|
1258
|
+
"char": "t",
|
|
1259
|
+
"description": "Timeout for the Actor run in seconds. Zero value means there is no timeout.",
|
|
1260
|
+
"name": "timeout",
|
|
1261
|
+
"required": false,
|
|
1262
|
+
"hasDynamicHelp": false,
|
|
1263
|
+
"multiple": false,
|
|
1264
|
+
"type": "option"
|
|
1265
|
+
},
|
|
1266
|
+
"memory": {
|
|
1267
|
+
"char": "m",
|
|
1268
|
+
"description": "Amount of memory allocated for the Actor run, in megabytes.",
|
|
1269
|
+
"name": "memory",
|
|
1270
|
+
"required": false,
|
|
1271
|
+
"hasDynamicHelp": false,
|
|
1272
|
+
"multiple": false,
|
|
1273
|
+
"type": "option"
|
|
1274
|
+
},
|
|
1275
|
+
"input": {
|
|
1276
|
+
"char": "i",
|
|
1277
|
+
"description": "Optional JSON input to be given to the Actor.",
|
|
1278
|
+
"exclusive": [
|
|
1279
|
+
"input-file"
|
|
1280
|
+
],
|
|
1281
|
+
"name": "input",
|
|
1282
|
+
"required": false,
|
|
1283
|
+
"hasDynamicHelp": false,
|
|
1284
|
+
"multiple": false,
|
|
1285
|
+
"type": "option"
|
|
1286
|
+
},
|
|
1287
|
+
"input-file": {
|
|
1288
|
+
"aliases": [
|
|
1289
|
+
"if"
|
|
1290
|
+
],
|
|
1291
|
+
"description": "Optional path to a file with JSON input to be given to the Actor. The file must be a valid JSON file. You can also specify `-` to read from standard input.",
|
|
1292
|
+
"exclusive": [
|
|
1293
|
+
"input"
|
|
1294
|
+
],
|
|
1295
|
+
"name": "input-file",
|
|
1296
|
+
"required": false,
|
|
1297
|
+
"hasDynamicHelp": false,
|
|
1298
|
+
"multiple": false,
|
|
1299
|
+
"type": "option"
|
|
1153
1300
|
}
|
|
1154
1301
|
},
|
|
1155
1302
|
"hasDynamicHelp": false,
|
|
1156
1303
|
"hiddenAliases": [],
|
|
1157
|
-
"id": "
|
|
1304
|
+
"id": "actors:start",
|
|
1158
1305
|
"pluginAlias": "apify-cli",
|
|
1159
1306
|
"pluginName": "apify-cli",
|
|
1160
1307
|
"pluginType": "core",
|
|
@@ -1164,14 +1311,19 @@
|
|
|
1164
1311
|
"relativePath": [
|
|
1165
1312
|
"dist",
|
|
1166
1313
|
"commands",
|
|
1167
|
-
"
|
|
1168
|
-
"
|
|
1314
|
+
"actors",
|
|
1315
|
+
"start.js"
|
|
1169
1316
|
]
|
|
1170
1317
|
},
|
|
1171
|
-
"
|
|
1318
|
+
"builds:create": {
|
|
1172
1319
|
"aliases": [],
|
|
1173
|
-
"args": {
|
|
1174
|
-
|
|
1320
|
+
"args": {
|
|
1321
|
+
"actorId": {
|
|
1322
|
+
"description": "Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.",
|
|
1323
|
+
"name": "actorId"
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1326
|
+
"description": "Creates a new build of the Actor.",
|
|
1175
1327
|
"flags": {
|
|
1176
1328
|
"json": {
|
|
1177
1329
|
"description": "Format output as json.",
|
|
@@ -1180,38 +1332,31 @@
|
|
|
1180
1332
|
"allowNo": false,
|
|
1181
1333
|
"type": "boolean"
|
|
1182
1334
|
},
|
|
1183
|
-
"
|
|
1184
|
-
"description": "
|
|
1185
|
-
"name": "
|
|
1186
|
-
"default": 0,
|
|
1335
|
+
"tag": {
|
|
1336
|
+
"description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
|
|
1337
|
+
"name": "tag",
|
|
1187
1338
|
"hasDynamicHelp": false,
|
|
1188
1339
|
"multiple": false,
|
|
1189
1340
|
"type": "option"
|
|
1190
1341
|
},
|
|
1191
|
-
"
|
|
1192
|
-
"description": "
|
|
1193
|
-
"name": "
|
|
1194
|
-
"
|
|
1342
|
+
"version": {
|
|
1343
|
+
"description": "Optional Actor Version to build. By default, this will be inferred from the tag, but this flag is required when multiple versions have the same tag.",
|
|
1344
|
+
"name": "version",
|
|
1345
|
+
"required": false,
|
|
1195
1346
|
"hasDynamicHelp": false,
|
|
1196
1347
|
"multiple": false,
|
|
1197
1348
|
"type": "option"
|
|
1198
1349
|
},
|
|
1199
|
-
"
|
|
1200
|
-
"description": "
|
|
1201
|
-
"name": "
|
|
1202
|
-
"allowNo": false,
|
|
1203
|
-
"type": "boolean"
|
|
1204
|
-
},
|
|
1205
|
-
"unnamed": {
|
|
1206
|
-
"description": "Lists datasets that don't have a name set.",
|
|
1207
|
-
"name": "unnamed",
|
|
1350
|
+
"log": {
|
|
1351
|
+
"description": "Whether to print out the build log after the build is triggered.",
|
|
1352
|
+
"name": "log",
|
|
1208
1353
|
"allowNo": false,
|
|
1209
1354
|
"type": "boolean"
|
|
1210
1355
|
}
|
|
1211
1356
|
},
|
|
1212
1357
|
"hasDynamicHelp": false,
|
|
1213
1358
|
"hiddenAliases": [],
|
|
1214
|
-
"id": "
|
|
1359
|
+
"id": "builds:create",
|
|
1215
1360
|
"pluginAlias": "apify-cli",
|
|
1216
1361
|
"pluginName": "apify-cli",
|
|
1217
1362
|
"pluginType": "core",
|
|
@@ -1221,28 +1366,18 @@
|
|
|
1221
1366
|
"relativePath": [
|
|
1222
1367
|
"dist",
|
|
1223
1368
|
"commands",
|
|
1224
|
-
"
|
|
1225
|
-
"
|
|
1369
|
+
"builds",
|
|
1370
|
+
"create.js"
|
|
1226
1371
|
]
|
|
1227
1372
|
},
|
|
1228
|
-
"
|
|
1373
|
+
"builds": {
|
|
1229
1374
|
"aliases": [],
|
|
1230
|
-
"args": {
|
|
1231
|
-
|
|
1232
|
-
"description": "The dataset ID or name to push the objects to",
|
|
1233
|
-
"name": "nameOrId",
|
|
1234
|
-
"required": true
|
|
1235
|
-
},
|
|
1236
|
-
"item": {
|
|
1237
|
-
"description": "The object or array of objects to be pushed.",
|
|
1238
|
-
"name": "item"
|
|
1239
|
-
}
|
|
1240
|
-
},
|
|
1241
|
-
"description": "Adds data items to specified dataset. Accepts single object or array of objects.",
|
|
1375
|
+
"args": {},
|
|
1376
|
+
"description": "Manages Actor build processes and versioning.",
|
|
1242
1377
|
"flags": {},
|
|
1243
1378
|
"hasDynamicHelp": false,
|
|
1244
1379
|
"hiddenAliases": [],
|
|
1245
|
-
"id": "
|
|
1380
|
+
"id": "builds",
|
|
1246
1381
|
"pluginAlias": "apify-cli",
|
|
1247
1382
|
"pluginName": "apify-cli",
|
|
1248
1383
|
"pluginType": "core",
|
|
@@ -1251,61 +1386,59 @@
|
|
|
1251
1386
|
"relativePath": [
|
|
1252
1387
|
"dist",
|
|
1253
1388
|
"commands",
|
|
1254
|
-
"
|
|
1255
|
-
"
|
|
1389
|
+
"builds",
|
|
1390
|
+
"index.js"
|
|
1256
1391
|
]
|
|
1257
1392
|
},
|
|
1258
|
-
"
|
|
1393
|
+
"builds:info": {
|
|
1259
1394
|
"aliases": [],
|
|
1260
1395
|
"args": {
|
|
1261
|
-
"
|
|
1262
|
-
"description": "The
|
|
1263
|
-
"name": "
|
|
1396
|
+
"buildId": {
|
|
1397
|
+
"description": "The build ID to get information about.",
|
|
1398
|
+
"name": "buildId",
|
|
1264
1399
|
"required": true
|
|
1265
|
-
},
|
|
1266
|
-
"newName": {
|
|
1267
|
-
"description": "The new name for the dataset.",
|
|
1268
|
-
"name": "newName"
|
|
1269
1400
|
}
|
|
1270
1401
|
},
|
|
1271
|
-
"description": "
|
|
1272
|
-
"flags": {
|
|
1273
|
-
"
|
|
1274
|
-
"description": "
|
|
1275
|
-
"
|
|
1402
|
+
"description": "Prints information about a specific build.",
|
|
1403
|
+
"flags": {
|
|
1404
|
+
"json": {
|
|
1405
|
+
"description": "Format output as json.",
|
|
1406
|
+
"helpGroup": "GLOBAL",
|
|
1407
|
+
"name": "json",
|
|
1276
1408
|
"allowNo": false,
|
|
1277
1409
|
"type": "boolean"
|
|
1278
1410
|
}
|
|
1279
1411
|
},
|
|
1280
1412
|
"hasDynamicHelp": false,
|
|
1281
1413
|
"hiddenAliases": [],
|
|
1282
|
-
"id": "
|
|
1414
|
+
"id": "builds:info",
|
|
1283
1415
|
"pluginAlias": "apify-cli",
|
|
1284
1416
|
"pluginName": "apify-cli",
|
|
1285
1417
|
"pluginType": "core",
|
|
1286
1418
|
"strict": true,
|
|
1419
|
+
"enableJsonFlag": true,
|
|
1287
1420
|
"isESM": true,
|
|
1288
1421
|
"relativePath": [
|
|
1289
1422
|
"dist",
|
|
1290
1423
|
"commands",
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1424
|
+
"builds",
|
|
1425
|
+
"info.js"
|
|
1293
1426
|
]
|
|
1294
1427
|
},
|
|
1295
|
-
"
|
|
1428
|
+
"builds:log": {
|
|
1296
1429
|
"aliases": [],
|
|
1297
1430
|
"args": {
|
|
1298
|
-
"
|
|
1299
|
-
"description": "The
|
|
1300
|
-
"name": "
|
|
1431
|
+
"buildId": {
|
|
1432
|
+
"description": "The build ID to get the log from.",
|
|
1433
|
+
"name": "buildId",
|
|
1301
1434
|
"required": true
|
|
1302
1435
|
}
|
|
1303
1436
|
},
|
|
1304
|
-
"description": "
|
|
1437
|
+
"description": "Prints the log of a specific build.",
|
|
1305
1438
|
"flags": {},
|
|
1306
1439
|
"hasDynamicHelp": false,
|
|
1307
1440
|
"hiddenAliases": [],
|
|
1308
|
-
"id": "
|
|
1441
|
+
"id": "builds:log",
|
|
1309
1442
|
"pluginAlias": "apify-cli",
|
|
1310
1443
|
"pluginName": "apify-cli",
|
|
1311
1444
|
"pluginType": "core",
|
|
@@ -1314,19 +1447,19 @@
|
|
|
1314
1447
|
"relativePath": [
|
|
1315
1448
|
"dist",
|
|
1316
1449
|
"commands",
|
|
1317
|
-
"
|
|
1318
|
-
"
|
|
1450
|
+
"builds",
|
|
1451
|
+
"log.js"
|
|
1319
1452
|
]
|
|
1320
1453
|
},
|
|
1321
|
-
"
|
|
1454
|
+
"builds:ls": {
|
|
1322
1455
|
"aliases": [],
|
|
1323
1456
|
"args": {
|
|
1324
1457
|
"actorId": {
|
|
1325
|
-
"description": "Optional Actor ID or Name to
|
|
1458
|
+
"description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
|
|
1326
1459
|
"name": "actorId"
|
|
1327
1460
|
}
|
|
1328
1461
|
},
|
|
1329
|
-
"description": "
|
|
1462
|
+
"description": "Lists all builds of the Actor.",
|
|
1330
1463
|
"flags": {
|
|
1331
1464
|
"json": {
|
|
1332
1465
|
"description": "Format output as json.",
|
|
@@ -1335,53 +1468,88 @@
|
|
|
1335
1468
|
"allowNo": false,
|
|
1336
1469
|
"type": "boolean"
|
|
1337
1470
|
},
|
|
1338
|
-
"
|
|
1339
|
-
"description": "
|
|
1340
|
-
"name": "
|
|
1471
|
+
"offset": {
|
|
1472
|
+
"description": "Number of builds that will be skipped.",
|
|
1473
|
+
"name": "offset",
|
|
1474
|
+
"default": 0,
|
|
1341
1475
|
"hasDynamicHelp": false,
|
|
1342
1476
|
"multiple": false,
|
|
1343
1477
|
"type": "option"
|
|
1344
1478
|
},
|
|
1345
|
-
"
|
|
1346
|
-
"description": "
|
|
1347
|
-
"name": "
|
|
1348
|
-
"
|
|
1479
|
+
"limit": {
|
|
1480
|
+
"description": "Number of builds that will be listed.",
|
|
1481
|
+
"name": "limit",
|
|
1482
|
+
"default": 10,
|
|
1349
1483
|
"hasDynamicHelp": false,
|
|
1350
1484
|
"multiple": false,
|
|
1351
1485
|
"type": "option"
|
|
1352
1486
|
},
|
|
1353
|
-
"
|
|
1354
|
-
"description": "
|
|
1355
|
-
"name": "
|
|
1487
|
+
"desc": {
|
|
1488
|
+
"description": "Sort builds in descending order.",
|
|
1489
|
+
"name": "desc",
|
|
1490
|
+
"allowNo": false,
|
|
1491
|
+
"type": "boolean"
|
|
1492
|
+
},
|
|
1493
|
+
"compact": {
|
|
1494
|
+
"char": "c",
|
|
1495
|
+
"description": "Display a compact table.",
|
|
1496
|
+
"name": "compact",
|
|
1356
1497
|
"allowNo": false,
|
|
1357
1498
|
"type": "boolean"
|
|
1358
1499
|
}
|
|
1359
1500
|
},
|
|
1360
1501
|
"hasDynamicHelp": false,
|
|
1361
1502
|
"hiddenAliases": [],
|
|
1362
|
-
"id": "
|
|
1503
|
+
"id": "builds:ls",
|
|
1363
1504
|
"pluginAlias": "apify-cli",
|
|
1364
1505
|
"pluginName": "apify-cli",
|
|
1365
1506
|
"pluginType": "core",
|
|
1507
|
+
"strict": true,
|
|
1366
1508
|
"enableJsonFlag": true,
|
|
1367
1509
|
"isESM": true,
|
|
1368
1510
|
"relativePath": [
|
|
1369
1511
|
"dist",
|
|
1370
1512
|
"commands",
|
|
1371
|
-
"
|
|
1372
|
-
"
|
|
1513
|
+
"builds",
|
|
1514
|
+
"ls.js"
|
|
1373
1515
|
]
|
|
1374
1516
|
},
|
|
1375
|
-
"
|
|
1517
|
+
"builds:rm": {
|
|
1376
1518
|
"aliases": [],
|
|
1377
1519
|
"args": {
|
|
1378
|
-
"
|
|
1379
|
-
"description": "
|
|
1380
|
-
"name": "
|
|
1520
|
+
"buildId": {
|
|
1521
|
+
"description": "The build ID to delete.",
|
|
1522
|
+
"name": "buildId",
|
|
1523
|
+
"required": true
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"description": "Permanently removes an Actor build from the Apify platform.",
|
|
1527
|
+
"flags": {},
|
|
1528
|
+
"hasDynamicHelp": false,
|
|
1529
|
+
"hiddenAliases": [],
|
|
1530
|
+
"id": "builds:rm",
|
|
1531
|
+
"pluginAlias": "apify-cli",
|
|
1532
|
+
"pluginName": "apify-cli",
|
|
1533
|
+
"pluginType": "core",
|
|
1534
|
+
"strict": true,
|
|
1535
|
+
"isESM": true,
|
|
1536
|
+
"relativePath": [
|
|
1537
|
+
"dist",
|
|
1538
|
+
"commands",
|
|
1539
|
+
"builds",
|
|
1540
|
+
"rm.js"
|
|
1541
|
+
]
|
|
1542
|
+
},
|
|
1543
|
+
"datasets:create": {
|
|
1544
|
+
"aliases": [],
|
|
1545
|
+
"args": {
|
|
1546
|
+
"datasetName": {
|
|
1547
|
+
"description": "Optional name for the Dataset",
|
|
1548
|
+
"name": "datasetName",
|
|
1381
1549
|
"required": false
|
|
1382
1550
|
}
|
|
1383
1551
|
},
|
|
1384
|
-
"description": "
|
|
1552
|
+
"description": "Creates a new dataset for storing structured data on your account.",
|
|
1385
1553
|
"flags": {
|
|
1386
1554
|
"json": {
|
|
1387
1555
|
"description": "Format output as json.",
|
|
@@ -1389,99 +1557,90 @@
|
|
|
1389
1557
|
"name": "json",
|
|
1390
1558
|
"allowNo": false,
|
|
1391
1559
|
"type": "boolean"
|
|
1392
|
-
}
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1560
|
+
}
|
|
1561
|
+
},
|
|
1562
|
+
"hasDynamicHelp": false,
|
|
1563
|
+
"hiddenAliases": [],
|
|
1564
|
+
"id": "datasets:create",
|
|
1565
|
+
"pluginAlias": "apify-cli",
|
|
1566
|
+
"pluginName": "apify-cli",
|
|
1567
|
+
"pluginType": "core",
|
|
1568
|
+
"strict": true,
|
|
1569
|
+
"enableJsonFlag": true,
|
|
1570
|
+
"isESM": true,
|
|
1571
|
+
"relativePath": [
|
|
1572
|
+
"dist",
|
|
1573
|
+
"commands",
|
|
1574
|
+
"datasets",
|
|
1575
|
+
"create.js"
|
|
1576
|
+
]
|
|
1577
|
+
},
|
|
1578
|
+
"datasets:get-items": {
|
|
1579
|
+
"aliases": [],
|
|
1580
|
+
"args": {
|
|
1581
|
+
"datasetId": {
|
|
1582
|
+
"description": "The ID of the Dataset to export the items for",
|
|
1583
|
+
"name": "datasetId",
|
|
1584
|
+
"required": true
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1587
|
+
"description": "Retrieves dataset items in specified format (JSON, CSV, etc).",
|
|
1588
|
+
"flags": {
|
|
1589
|
+
"limit": {
|
|
1590
|
+
"description": "The amount of elements to get from the dataset. By default, it will return all available items.",
|
|
1591
|
+
"name": "limit",
|
|
1407
1592
|
"hasDynamicHelp": false,
|
|
1408
1593
|
"multiple": false,
|
|
1409
1594
|
"type": "option"
|
|
1410
1595
|
},
|
|
1411
|
-
"
|
|
1412
|
-
"
|
|
1413
|
-
"
|
|
1414
|
-
"name": "memory",
|
|
1415
|
-
"required": false,
|
|
1596
|
+
"offset": {
|
|
1597
|
+
"description": "The offset in the dataset where to start getting items.",
|
|
1598
|
+
"name": "offset",
|
|
1416
1599
|
"hasDynamicHelp": false,
|
|
1417
1600
|
"multiple": false,
|
|
1418
1601
|
"type": "option"
|
|
1419
1602
|
},
|
|
1420
|
-
"
|
|
1421
|
-
"
|
|
1422
|
-
"
|
|
1423
|
-
"
|
|
1424
|
-
"input-file"
|
|
1425
|
-
],
|
|
1426
|
-
"name": "input",
|
|
1427
|
-
"required": false,
|
|
1603
|
+
"format": {
|
|
1604
|
+
"description": "The format of the returned output. By default, it is set to 'json'",
|
|
1605
|
+
"name": "format",
|
|
1606
|
+
"default": "json",
|
|
1428
1607
|
"hasDynamicHelp": false,
|
|
1429
1608
|
"multiple": false,
|
|
1430
|
-
"
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
"
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
"input"
|
|
1609
|
+
"options": [
|
|
1610
|
+
"json",
|
|
1611
|
+
"jsonl",
|
|
1612
|
+
"csv",
|
|
1613
|
+
"html",
|
|
1614
|
+
"rss",
|
|
1615
|
+
"xml",
|
|
1616
|
+
"xlsx"
|
|
1439
1617
|
],
|
|
1440
|
-
"name": "input-file",
|
|
1441
|
-
"required": false,
|
|
1442
|
-
"hasDynamicHelp": false,
|
|
1443
|
-
"multiple": false,
|
|
1444
1618
|
"type": "option"
|
|
1445
|
-
},
|
|
1446
|
-
"silent": {
|
|
1447
|
-
"char": "s",
|
|
1448
|
-
"description": "Prevents printing the logs of the Actor run to the console.",
|
|
1449
|
-
"name": "silent",
|
|
1450
|
-
"allowNo": false,
|
|
1451
|
-
"type": "boolean"
|
|
1452
|
-
},
|
|
1453
|
-
"output-dataset": {
|
|
1454
|
-
"char": "o",
|
|
1455
|
-
"description": "Prints out the entire default dataset on successful run of the Actor.",
|
|
1456
|
-
"name": "output-dataset",
|
|
1457
|
-
"allowNo": false,
|
|
1458
|
-
"type": "boolean"
|
|
1459
1619
|
}
|
|
1460
1620
|
},
|
|
1461
1621
|
"hasDynamicHelp": false,
|
|
1462
1622
|
"hiddenAliases": [],
|
|
1463
|
-
"id": "
|
|
1623
|
+
"id": "datasets:get-items",
|
|
1464
1624
|
"pluginAlias": "apify-cli",
|
|
1465
1625
|
"pluginName": "apify-cli",
|
|
1466
1626
|
"pluginType": "core",
|
|
1467
1627
|
"strict": true,
|
|
1468
|
-
"enableJsonFlag": true,
|
|
1469
1628
|
"isESM": true,
|
|
1470
1629
|
"relativePath": [
|
|
1471
1630
|
"dist",
|
|
1472
1631
|
"commands",
|
|
1473
|
-
"
|
|
1474
|
-
"
|
|
1632
|
+
"datasets",
|
|
1633
|
+
"get-items.js"
|
|
1475
1634
|
]
|
|
1476
1635
|
},
|
|
1477
|
-
"
|
|
1636
|
+
"datasets": {
|
|
1478
1637
|
"aliases": [],
|
|
1479
1638
|
"args": {},
|
|
1480
|
-
"description": "Manages
|
|
1639
|
+
"description": "Manages structured data storage and retrieval.",
|
|
1481
1640
|
"flags": {},
|
|
1482
1641
|
"hasDynamicHelp": false,
|
|
1483
1642
|
"hiddenAliases": [],
|
|
1484
|
-
"id": "
|
|
1643
|
+
"id": "datasets",
|
|
1485
1644
|
"pluginAlias": "apify-cli",
|
|
1486
1645
|
"pluginName": "apify-cli",
|
|
1487
1646
|
"pluginType": "core",
|
|
@@ -1490,50 +1649,32 @@
|
|
|
1490
1649
|
"relativePath": [
|
|
1491
1650
|
"dist",
|
|
1492
1651
|
"commands",
|
|
1493
|
-
"
|
|
1652
|
+
"datasets",
|
|
1494
1653
|
"index.js"
|
|
1495
1654
|
]
|
|
1496
1655
|
},
|
|
1497
|
-
"
|
|
1656
|
+
"datasets:info": {
|
|
1498
1657
|
"aliases": [],
|
|
1499
|
-
"args": {
|
|
1500
|
-
"
|
|
1501
|
-
"description": "The
|
|
1502
|
-
"name": "
|
|
1503
|
-
"required": true
|
|
1504
|
-
}
|
|
1505
|
-
},
|
|
1506
|
-
"description": "
|
|
1507
|
-
"flags": {
|
|
1508
|
-
"json": {
|
|
1509
|
-
"description": "Format output as json.",
|
|
1510
|
-
"helpGroup": "GLOBAL",
|
|
1511
|
-
"name": "json",
|
|
1512
|
-
"allowNo": false,
|
|
1513
|
-
"type": "boolean"
|
|
1514
|
-
},
|
|
1515
|
-
"readme": {
|
|
1516
|
-
"description": "Return the Actor README.",
|
|
1517
|
-
"exclusive": [
|
|
1518
|
-
"input"
|
|
1519
|
-
],
|
|
1520
|
-
"name": "readme",
|
|
1521
|
-
"allowNo": false,
|
|
1522
|
-
"type": "boolean"
|
|
1523
|
-
},
|
|
1524
|
-
"input": {
|
|
1525
|
-
"description": "Return the Actor input schema.",
|
|
1526
|
-
"exclusive": [
|
|
1527
|
-
"readme"
|
|
1528
|
-
],
|
|
1529
|
-
"name": "input",
|
|
1658
|
+
"args": {
|
|
1659
|
+
"storeId": {
|
|
1660
|
+
"description": "The dataset store ID to print information about.",
|
|
1661
|
+
"name": "storeId",
|
|
1662
|
+
"required": true
|
|
1663
|
+
}
|
|
1664
|
+
},
|
|
1665
|
+
"description": "Prints information about a specific dataset.",
|
|
1666
|
+
"flags": {
|
|
1667
|
+
"json": {
|
|
1668
|
+
"description": "Format output as json.",
|
|
1669
|
+
"helpGroup": "GLOBAL",
|
|
1670
|
+
"name": "json",
|
|
1530
1671
|
"allowNo": false,
|
|
1531
1672
|
"type": "boolean"
|
|
1532
1673
|
}
|
|
1533
1674
|
},
|
|
1534
1675
|
"hasDynamicHelp": false,
|
|
1535
1676
|
"hiddenAliases": [],
|
|
1536
|
-
"id": "
|
|
1677
|
+
"id": "datasets:info",
|
|
1537
1678
|
"pluginAlias": "apify-cli",
|
|
1538
1679
|
"pluginName": "apify-cli",
|
|
1539
1680
|
"pluginType": "core",
|
|
@@ -1543,14 +1684,14 @@
|
|
|
1543
1684
|
"relativePath": [
|
|
1544
1685
|
"dist",
|
|
1545
1686
|
"commands",
|
|
1546
|
-
"
|
|
1687
|
+
"datasets",
|
|
1547
1688
|
"info.js"
|
|
1548
1689
|
]
|
|
1549
1690
|
},
|
|
1550
|
-
"
|
|
1691
|
+
"datasets:ls": {
|
|
1551
1692
|
"aliases": [],
|
|
1552
1693
|
"args": {},
|
|
1553
|
-
"description": "Prints
|
|
1694
|
+
"description": "Prints all datasets on your account.",
|
|
1554
1695
|
"flags": {
|
|
1555
1696
|
"json": {
|
|
1556
1697
|
"description": "Format output as json.",
|
|
@@ -1559,14 +1700,8 @@
|
|
|
1559
1700
|
"allowNo": false,
|
|
1560
1701
|
"type": "boolean"
|
|
1561
1702
|
},
|
|
1562
|
-
"my": {
|
|
1563
|
-
"description": "Whether to list Actors made by the logged in user.",
|
|
1564
|
-
"name": "my",
|
|
1565
|
-
"allowNo": false,
|
|
1566
|
-
"type": "boolean"
|
|
1567
|
-
},
|
|
1568
1703
|
"offset": {
|
|
1569
|
-
"description": "Number of
|
|
1704
|
+
"description": "Number of datasets that will be skipped.",
|
|
1570
1705
|
"name": "offset",
|
|
1571
1706
|
"default": 0,
|
|
1572
1707
|
"hasDynamicHelp": false,
|
|
@@ -1574,7 +1709,7 @@
|
|
|
1574
1709
|
"type": "option"
|
|
1575
1710
|
},
|
|
1576
1711
|
"limit": {
|
|
1577
|
-
"description": "Number of
|
|
1712
|
+
"description": "Number of datasets that will be listed.",
|
|
1578
1713
|
"name": "limit",
|
|
1579
1714
|
"default": 20,
|
|
1580
1715
|
"hasDynamicHelp": false,
|
|
@@ -1582,15 +1717,21 @@
|
|
|
1582
1717
|
"type": "option"
|
|
1583
1718
|
},
|
|
1584
1719
|
"desc": {
|
|
1585
|
-
"description": "
|
|
1720
|
+
"description": "Sorts datasets in descending order.",
|
|
1586
1721
|
"name": "desc",
|
|
1587
1722
|
"allowNo": false,
|
|
1588
1723
|
"type": "boolean"
|
|
1724
|
+
},
|
|
1725
|
+
"unnamed": {
|
|
1726
|
+
"description": "Lists datasets that don't have a name set.",
|
|
1727
|
+
"name": "unnamed",
|
|
1728
|
+
"allowNo": false,
|
|
1729
|
+
"type": "boolean"
|
|
1589
1730
|
}
|
|
1590
1731
|
},
|
|
1591
1732
|
"hasDynamicHelp": false,
|
|
1592
1733
|
"hiddenAliases": [],
|
|
1593
|
-
"id": "
|
|
1734
|
+
"id": "datasets:ls",
|
|
1594
1735
|
"pluginAlias": "apify-cli",
|
|
1595
1736
|
"pluginName": "apify-cli",
|
|
1596
1737
|
"pluginType": "core",
|
|
@@ -1600,42 +1741,28 @@
|
|
|
1600
1741
|
"relativePath": [
|
|
1601
1742
|
"dist",
|
|
1602
1743
|
"commands",
|
|
1603
|
-
"
|
|
1744
|
+
"datasets",
|
|
1604
1745
|
"ls.js"
|
|
1605
1746
|
]
|
|
1606
1747
|
},
|
|
1607
|
-
"
|
|
1748
|
+
"datasets:push-items": {
|
|
1608
1749
|
"aliases": [],
|
|
1609
1750
|
"args": {
|
|
1610
|
-
"
|
|
1611
|
-
"description": "
|
|
1612
|
-
"name": "
|
|
1613
|
-
"required":
|
|
1614
|
-
}
|
|
1615
|
-
},
|
|
1616
|
-
"description": "Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.",
|
|
1617
|
-
"flags": {
|
|
1618
|
-
"version": {
|
|
1619
|
-
"char": "v",
|
|
1620
|
-
"description": "Actor version number which will be pulled, e.g. 1.2. Default: the highest version",
|
|
1621
|
-
"name": "version",
|
|
1622
|
-
"required": false,
|
|
1623
|
-
"hasDynamicHelp": false,
|
|
1624
|
-
"multiple": false,
|
|
1625
|
-
"type": "option"
|
|
1751
|
+
"nameOrId": {
|
|
1752
|
+
"description": "The dataset ID or name to push the objects to",
|
|
1753
|
+
"name": "nameOrId",
|
|
1754
|
+
"required": true
|
|
1626
1755
|
},
|
|
1627
|
-
"
|
|
1628
|
-
"description": "
|
|
1629
|
-
"name": "
|
|
1630
|
-
"required": false,
|
|
1631
|
-
"hasDynamicHelp": false,
|
|
1632
|
-
"multiple": false,
|
|
1633
|
-
"type": "option"
|
|
1756
|
+
"item": {
|
|
1757
|
+
"description": "The object or array of objects to be pushed.",
|
|
1758
|
+
"name": "item"
|
|
1634
1759
|
}
|
|
1635
1760
|
},
|
|
1761
|
+
"description": "Adds data items to specified dataset. Accepts single object or array of objects.",
|
|
1762
|
+
"flags": {},
|
|
1636
1763
|
"hasDynamicHelp": false,
|
|
1637
1764
|
"hiddenAliases": [],
|
|
1638
|
-
"id": "
|
|
1765
|
+
"id": "datasets:push-items",
|
|
1639
1766
|
"pluginAlias": "apify-cli",
|
|
1640
1767
|
"pluginName": "apify-cli",
|
|
1641
1768
|
"pluginType": "core",
|
|
@@ -1644,74 +1771,35 @@
|
|
|
1644
1771
|
"relativePath": [
|
|
1645
1772
|
"dist",
|
|
1646
1773
|
"commands",
|
|
1647
|
-
"
|
|
1648
|
-
"
|
|
1774
|
+
"datasets",
|
|
1775
|
+
"push-items.js"
|
|
1649
1776
|
]
|
|
1650
1777
|
},
|
|
1651
|
-
"
|
|
1778
|
+
"datasets:rename": {
|
|
1652
1779
|
"aliases": [],
|
|
1653
1780
|
"args": {
|
|
1654
|
-
"
|
|
1655
|
-
"description": "
|
|
1656
|
-
"name": "
|
|
1657
|
-
"required":
|
|
1781
|
+
"nameOrId": {
|
|
1782
|
+
"description": "The dataset ID or name to delete.",
|
|
1783
|
+
"name": "nameOrId",
|
|
1784
|
+
"required": true
|
|
1785
|
+
},
|
|
1786
|
+
"newName": {
|
|
1787
|
+
"description": "The new name for the dataset.",
|
|
1788
|
+
"name": "newName"
|
|
1658
1789
|
}
|
|
1659
1790
|
},
|
|
1660
|
-
"description": "
|
|
1791
|
+
"description": "Change dataset name or removes name with --unname flag.",
|
|
1661
1792
|
"flags": {
|
|
1662
|
-
"
|
|
1663
|
-
"
|
|
1664
|
-
"
|
|
1665
|
-
"name": "version",
|
|
1666
|
-
"required": false,
|
|
1667
|
-
"hasDynamicHelp": false,
|
|
1668
|
-
"multiple": false,
|
|
1669
|
-
"type": "option"
|
|
1670
|
-
},
|
|
1671
|
-
"build-tag": {
|
|
1672
|
-
"char": "b",
|
|
1673
|
-
"description": "Build tag to be applied to the successful Actor build. By default, it is taken from the '.actor/actor.json' file",
|
|
1674
|
-
"name": "build-tag",
|
|
1675
|
-
"required": false,
|
|
1676
|
-
"hasDynamicHelp": false,
|
|
1677
|
-
"multiple": false,
|
|
1678
|
-
"type": "option"
|
|
1679
|
-
},
|
|
1680
|
-
"wait-for-finish": {
|
|
1681
|
-
"char": "w",
|
|
1682
|
-
"description": "Seconds for waiting to build to finish, if no value passed, it waits forever.",
|
|
1683
|
-
"name": "wait-for-finish",
|
|
1684
|
-
"required": false,
|
|
1685
|
-
"hasDynamicHelp": false,
|
|
1686
|
-
"multiple": false,
|
|
1687
|
-
"type": "option"
|
|
1688
|
-
},
|
|
1689
|
-
"no-prompt": {
|
|
1690
|
-
"description": "Do not prompt for opening the Actor details in a browser. This will also not open the browser automatically.",
|
|
1691
|
-
"name": "no-prompt",
|
|
1692
|
-
"required": false,
|
|
1693
|
-
"allowNo": false,
|
|
1694
|
-
"type": "boolean"
|
|
1695
|
-
},
|
|
1696
|
-
"force": {
|
|
1697
|
-
"description": "Push an Actor even when the local files are older than the Actor on the platform.",
|
|
1698
|
-
"name": "force",
|
|
1699
|
-
"required": false,
|
|
1793
|
+
"unname": {
|
|
1794
|
+
"description": "Removes the unique name of the dataset.",
|
|
1795
|
+
"name": "unname",
|
|
1700
1796
|
"allowNo": false,
|
|
1701
1797
|
"type": "boolean"
|
|
1702
|
-
},
|
|
1703
|
-
"dir": {
|
|
1704
|
-
"description": "Directory where the Actor is located",
|
|
1705
|
-
"name": "dir",
|
|
1706
|
-
"required": false,
|
|
1707
|
-
"hasDynamicHelp": false,
|
|
1708
|
-
"multiple": false,
|
|
1709
|
-
"type": "option"
|
|
1710
1798
|
}
|
|
1711
1799
|
},
|
|
1712
1800
|
"hasDynamicHelp": false,
|
|
1713
1801
|
"hiddenAliases": [],
|
|
1714
|
-
"id": "
|
|
1802
|
+
"id": "datasets:rename",
|
|
1715
1803
|
"pluginAlias": "apify-cli",
|
|
1716
1804
|
"pluginName": "apify-cli",
|
|
1717
1805
|
"pluginType": "core",
|
|
@@ -1720,24 +1808,24 @@
|
|
|
1720
1808
|
"relativePath": [
|
|
1721
1809
|
"dist",
|
|
1722
1810
|
"commands",
|
|
1723
|
-
"
|
|
1724
|
-
"
|
|
1811
|
+
"datasets",
|
|
1812
|
+
"rename.js"
|
|
1725
1813
|
]
|
|
1726
1814
|
},
|
|
1727
|
-
"
|
|
1815
|
+
"datasets:rm": {
|
|
1728
1816
|
"aliases": [],
|
|
1729
1817
|
"args": {
|
|
1730
|
-
"
|
|
1731
|
-
"description": "The
|
|
1732
|
-
"name": "
|
|
1818
|
+
"datasetNameOrId": {
|
|
1819
|
+
"description": "The dataset ID or name to delete",
|
|
1820
|
+
"name": "datasetNameOrId",
|
|
1733
1821
|
"required": true
|
|
1734
1822
|
}
|
|
1735
1823
|
},
|
|
1736
|
-
"description": "Permanently removes
|
|
1824
|
+
"description": "Permanently removes a dataset.",
|
|
1737
1825
|
"flags": {},
|
|
1738
1826
|
"hasDynamicHelp": false,
|
|
1739
1827
|
"hiddenAliases": [],
|
|
1740
|
-
"id": "
|
|
1828
|
+
"id": "datasets:rm",
|
|
1741
1829
|
"pluginAlias": "apify-cli",
|
|
1742
1830
|
"pluginName": "apify-cli",
|
|
1743
1831
|
"pluginType": "core",
|
|
@@ -1746,98 +1834,10 @@
|
|
|
1746
1834
|
"relativePath": [
|
|
1747
1835
|
"dist",
|
|
1748
1836
|
"commands",
|
|
1749
|
-
"
|
|
1837
|
+
"datasets",
|
|
1750
1838
|
"rm.js"
|
|
1751
1839
|
]
|
|
1752
1840
|
},
|
|
1753
|
-
"actors:start": {
|
|
1754
|
-
"aliases": [],
|
|
1755
|
-
"args": {
|
|
1756
|
-
"actorId": {
|
|
1757
|
-
"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.",
|
|
1758
|
-
"name": "actorId",
|
|
1759
|
-
"required": false
|
|
1760
|
-
}
|
|
1761
|
-
},
|
|
1762
|
-
"description": "Starts Actor remotely and returns run details immediately.\nUses authenticated account and local key-value store for input.",
|
|
1763
|
-
"flags": {
|
|
1764
|
-
"json": {
|
|
1765
|
-
"description": "Format output as json.",
|
|
1766
|
-
"helpGroup": "GLOBAL",
|
|
1767
|
-
"name": "json",
|
|
1768
|
-
"allowNo": false,
|
|
1769
|
-
"type": "boolean"
|
|
1770
|
-
},
|
|
1771
|
-
"build": {
|
|
1772
|
-
"char": "b",
|
|
1773
|
-
"description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
|
|
1774
|
-
"name": "build",
|
|
1775
|
-
"required": false,
|
|
1776
|
-
"hasDynamicHelp": false,
|
|
1777
|
-
"multiple": false,
|
|
1778
|
-
"type": "option"
|
|
1779
|
-
},
|
|
1780
|
-
"timeout": {
|
|
1781
|
-
"char": "t",
|
|
1782
|
-
"description": "Timeout for the Actor run in seconds. Zero value means there is no timeout.",
|
|
1783
|
-
"name": "timeout",
|
|
1784
|
-
"required": false,
|
|
1785
|
-
"hasDynamicHelp": false,
|
|
1786
|
-
"multiple": false,
|
|
1787
|
-
"type": "option"
|
|
1788
|
-
},
|
|
1789
|
-
"memory": {
|
|
1790
|
-
"char": "m",
|
|
1791
|
-
"description": "Amount of memory allocated for the Actor run, in megabytes.",
|
|
1792
|
-
"name": "memory",
|
|
1793
|
-
"required": false,
|
|
1794
|
-
"hasDynamicHelp": false,
|
|
1795
|
-
"multiple": false,
|
|
1796
|
-
"type": "option"
|
|
1797
|
-
},
|
|
1798
|
-
"input": {
|
|
1799
|
-
"char": "i",
|
|
1800
|
-
"description": "Optional JSON input to be given to the Actor.",
|
|
1801
|
-
"exclusive": [
|
|
1802
|
-
"input-file"
|
|
1803
|
-
],
|
|
1804
|
-
"name": "input",
|
|
1805
|
-
"required": false,
|
|
1806
|
-
"hasDynamicHelp": false,
|
|
1807
|
-
"multiple": false,
|
|
1808
|
-
"type": "option"
|
|
1809
|
-
},
|
|
1810
|
-
"input-file": {
|
|
1811
|
-
"aliases": [
|
|
1812
|
-
"if"
|
|
1813
|
-
],
|
|
1814
|
-
"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.",
|
|
1815
|
-
"exclusive": [
|
|
1816
|
-
"input"
|
|
1817
|
-
],
|
|
1818
|
-
"name": "input-file",
|
|
1819
|
-
"required": false,
|
|
1820
|
-
"hasDynamicHelp": false,
|
|
1821
|
-
"multiple": false,
|
|
1822
|
-
"type": "option"
|
|
1823
|
-
}
|
|
1824
|
-
},
|
|
1825
|
-
"hasDynamicHelp": false,
|
|
1826
|
-
"hiddenAliases": [],
|
|
1827
|
-
"id": "actors:start",
|
|
1828
|
-
"pluginAlias": "apify-cli",
|
|
1829
|
-
"pluginName": "apify-cli",
|
|
1830
|
-
"pluginType": "core",
|
|
1831
|
-
"strict": true,
|
|
1832
|
-
"enableJsonFlag": true,
|
|
1833
|
-
"isESM": true,
|
|
1834
|
-
"relativePath": [
|
|
1835
|
-
"dist",
|
|
1836
|
-
"commands",
|
|
1837
|
-
"actors",
|
|
1838
|
-
"start.js"
|
|
1839
|
-
]
|
|
1840
|
-
},
|
|
1841
1841
|
"key-value-stores:create": {
|
|
1842
1842
|
"aliases": [],
|
|
1843
1843
|
"args": {
|
|
@@ -2657,5 +2657,5 @@
|
|
|
2657
2657
|
]
|
|
2658
2658
|
}
|
|
2659
2659
|
},
|
|
2660
|
-
"version": "0.21.2-beta.
|
|
2660
|
+
"version": "0.21.2-beta.5"
|
|
2661
2661
|
}
|