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