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