apify-cli 0.21.0-beta.89 → 0.21.0-beta.90

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.
@@ -718,6 +718,231 @@
718
718
  "set-value.js"
719
719
  ]
720
720
  },
721
+ "builds:create": {
722
+ "aliases": [],
723
+ "args": {
724
+ "actorId": {
725
+ "description": "Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.",
726
+ "name": "actorId"
727
+ }
728
+ },
729
+ "description": "Creates a new build of the Actor.",
730
+ "flags": {
731
+ "json": {
732
+ "description": "Format output as json.",
733
+ "helpGroup": "GLOBAL",
734
+ "name": "json",
735
+ "allowNo": false,
736
+ "type": "boolean"
737
+ },
738
+ "tag": {
739
+ "description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
740
+ "name": "tag",
741
+ "hasDynamicHelp": false,
742
+ "multiple": false,
743
+ "type": "option"
744
+ },
745
+ "version": {
746
+ "description": "Optional Actor Version to build. By default, this will be inferred from the tag, but this flag is required when multiple versions have the same tag.",
747
+ "name": "version",
748
+ "required": false,
749
+ "hasDynamicHelp": false,
750
+ "multiple": false,
751
+ "type": "option"
752
+ },
753
+ "log": {
754
+ "description": "Whether to print out the build log after the build is triggered.",
755
+ "name": "log",
756
+ "allowNo": false,
757
+ "type": "boolean"
758
+ }
759
+ },
760
+ "hasDynamicHelp": false,
761
+ "hiddenAliases": [],
762
+ "id": "builds:create",
763
+ "pluginAlias": "apify-cli",
764
+ "pluginName": "apify-cli",
765
+ "pluginType": "core",
766
+ "strict": true,
767
+ "enableJsonFlag": true,
768
+ "isESM": true,
769
+ "relativePath": [
770
+ "dist",
771
+ "commands",
772
+ "builds",
773
+ "create.js"
774
+ ]
775
+ },
776
+ "builds": {
777
+ "aliases": [],
778
+ "args": {},
779
+ "description": "Commands are designed to be used with Actor Builds.",
780
+ "flags": {},
781
+ "hasDynamicHelp": false,
782
+ "hiddenAliases": [],
783
+ "id": "builds",
784
+ "pluginAlias": "apify-cli",
785
+ "pluginName": "apify-cli",
786
+ "pluginType": "core",
787
+ "strict": true,
788
+ "isESM": true,
789
+ "relativePath": [
790
+ "dist",
791
+ "commands",
792
+ "builds",
793
+ "index.js"
794
+ ]
795
+ },
796
+ "builds:info": {
797
+ "aliases": [],
798
+ "args": {
799
+ "buildId": {
800
+ "description": "The build ID to get information about.",
801
+ "name": "buildId",
802
+ "required": true
803
+ }
804
+ },
805
+ "description": "Prints information about a specific build.",
806
+ "flags": {
807
+ "json": {
808
+ "description": "Format output as json.",
809
+ "helpGroup": "GLOBAL",
810
+ "name": "json",
811
+ "allowNo": false,
812
+ "type": "boolean"
813
+ }
814
+ },
815
+ "hasDynamicHelp": false,
816
+ "hiddenAliases": [],
817
+ "id": "builds:info",
818
+ "pluginAlias": "apify-cli",
819
+ "pluginName": "apify-cli",
820
+ "pluginType": "core",
821
+ "strict": true,
822
+ "enableJsonFlag": true,
823
+ "isESM": true,
824
+ "relativePath": [
825
+ "dist",
826
+ "commands",
827
+ "builds",
828
+ "info.js"
829
+ ]
830
+ },
831
+ "builds:log": {
832
+ "aliases": [],
833
+ "args": {
834
+ "buildId": {
835
+ "description": "The build ID to get the log from.",
836
+ "name": "buildId",
837
+ "required": true
838
+ }
839
+ },
840
+ "description": "Prints the log of a specific build.",
841
+ "flags": {},
842
+ "hasDynamicHelp": false,
843
+ "hiddenAliases": [],
844
+ "id": "builds:log",
845
+ "pluginAlias": "apify-cli",
846
+ "pluginName": "apify-cli",
847
+ "pluginType": "core",
848
+ "strict": true,
849
+ "isESM": true,
850
+ "relativePath": [
851
+ "dist",
852
+ "commands",
853
+ "builds",
854
+ "log.js"
855
+ ]
856
+ },
857
+ "builds:ls": {
858
+ "aliases": [],
859
+ "args": {
860
+ "actorId": {
861
+ "description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
862
+ "name": "actorId"
863
+ }
864
+ },
865
+ "description": "Lists all builds of the Actor.",
866
+ "flags": {
867
+ "json": {
868
+ "description": "Format output as json.",
869
+ "helpGroup": "GLOBAL",
870
+ "name": "json",
871
+ "allowNo": false,
872
+ "type": "boolean"
873
+ },
874
+ "offset": {
875
+ "description": "Number of builds that will be skipped.",
876
+ "name": "offset",
877
+ "default": 0,
878
+ "hasDynamicHelp": false,
879
+ "multiple": false,
880
+ "type": "option"
881
+ },
882
+ "limit": {
883
+ "description": "Number of builds that will be listed.",
884
+ "name": "limit",
885
+ "default": 10,
886
+ "hasDynamicHelp": false,
887
+ "multiple": false,
888
+ "type": "option"
889
+ },
890
+ "desc": {
891
+ "description": "Sort builds in descending order.",
892
+ "name": "desc",
893
+ "allowNo": false,
894
+ "type": "boolean"
895
+ },
896
+ "compact": {
897
+ "char": "c",
898
+ "description": "Display a compact table.",
899
+ "name": "compact",
900
+ "allowNo": false,
901
+ "type": "boolean"
902
+ }
903
+ },
904
+ "hasDynamicHelp": false,
905
+ "hiddenAliases": [],
906
+ "id": "builds:ls",
907
+ "pluginAlias": "apify-cli",
908
+ "pluginName": "apify-cli",
909
+ "pluginType": "core",
910
+ "strict": true,
911
+ "enableJsonFlag": true,
912
+ "isESM": true,
913
+ "relativePath": [
914
+ "dist",
915
+ "commands",
916
+ "builds",
917
+ "ls.js"
918
+ ]
919
+ },
920
+ "builds:rm": {
921
+ "aliases": [],
922
+ "args": {
923
+ "buildId": {
924
+ "description": "The build ID to delete.",
925
+ "name": "buildId",
926
+ "required": true
927
+ }
928
+ },
929
+ "description": "Deletes an Actor Build.",
930
+ "flags": {},
931
+ "hasDynamicHelp": false,
932
+ "hiddenAliases": [],
933
+ "id": "builds:rm",
934
+ "pluginAlias": "apify-cli",
935
+ "pluginName": "apify-cli",
936
+ "pluginType": "core",
937
+ "strict": true,
938
+ "isESM": true,
939
+ "relativePath": [
940
+ "dist",
941
+ "commands",
942
+ "builds",
943
+ "rm.js"
944
+ ]
945
+ },
721
946
  "actors:build": {
722
947
  "aliases": [],
723
948
  "args": {
@@ -1238,241 +1463,16 @@
1238
1463
  "start.js"
1239
1464
  ]
1240
1465
  },
1241
- "builds:create": {
1466
+ "datasets:create": {
1242
1467
  "aliases": [],
1243
1468
  "args": {
1244
- "actorId": {
1245
- "description": "Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.",
1246
- "name": "actorId"
1469
+ "datasetName": {
1470
+ "description": "Optional name for the Dataset",
1471
+ "name": "datasetName",
1472
+ "required": false
1247
1473
  }
1248
1474
  },
1249
- "description": "Creates a new build of the Actor.",
1250
- "flags": {
1251
- "json": {
1252
- "description": "Format output as json.",
1253
- "helpGroup": "GLOBAL",
1254
- "name": "json",
1255
- "allowNo": false,
1256
- "type": "boolean"
1257
- },
1258
- "tag": {
1259
- "description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
1260
- "name": "tag",
1261
- "hasDynamicHelp": false,
1262
- "multiple": false,
1263
- "type": "option"
1264
- },
1265
- "version": {
1266
- "description": "Optional Actor Version to build. By default, this will be inferred from the tag, but this flag is required when multiple versions have the same tag.",
1267
- "name": "version",
1268
- "required": false,
1269
- "hasDynamicHelp": false,
1270
- "multiple": false,
1271
- "type": "option"
1272
- },
1273
- "log": {
1274
- "description": "Whether to print out the build log after the build is triggered.",
1275
- "name": "log",
1276
- "allowNo": false,
1277
- "type": "boolean"
1278
- }
1279
- },
1280
- "hasDynamicHelp": false,
1281
- "hiddenAliases": [],
1282
- "id": "builds:create",
1283
- "pluginAlias": "apify-cli",
1284
- "pluginName": "apify-cli",
1285
- "pluginType": "core",
1286
- "strict": true,
1287
- "enableJsonFlag": true,
1288
- "isESM": true,
1289
- "relativePath": [
1290
- "dist",
1291
- "commands",
1292
- "builds",
1293
- "create.js"
1294
- ]
1295
- },
1296
- "builds": {
1297
- "aliases": [],
1298
- "args": {},
1299
- "description": "Commands are designed to be used with Actor Builds.",
1300
- "flags": {},
1301
- "hasDynamicHelp": false,
1302
- "hiddenAliases": [],
1303
- "id": "builds",
1304
- "pluginAlias": "apify-cli",
1305
- "pluginName": "apify-cli",
1306
- "pluginType": "core",
1307
- "strict": true,
1308
- "isESM": true,
1309
- "relativePath": [
1310
- "dist",
1311
- "commands",
1312
- "builds",
1313
- "index.js"
1314
- ]
1315
- },
1316
- "builds:info": {
1317
- "aliases": [],
1318
- "args": {
1319
- "buildId": {
1320
- "description": "The build ID to get information about.",
1321
- "name": "buildId",
1322
- "required": true
1323
- }
1324
- },
1325
- "description": "Prints information about a specific build.",
1326
- "flags": {
1327
- "json": {
1328
- "description": "Format output as json.",
1329
- "helpGroup": "GLOBAL",
1330
- "name": "json",
1331
- "allowNo": false,
1332
- "type": "boolean"
1333
- }
1334
- },
1335
- "hasDynamicHelp": false,
1336
- "hiddenAliases": [],
1337
- "id": "builds:info",
1338
- "pluginAlias": "apify-cli",
1339
- "pluginName": "apify-cli",
1340
- "pluginType": "core",
1341
- "strict": true,
1342
- "enableJsonFlag": true,
1343
- "isESM": true,
1344
- "relativePath": [
1345
- "dist",
1346
- "commands",
1347
- "builds",
1348
- "info.js"
1349
- ]
1350
- },
1351
- "builds:log": {
1352
- "aliases": [],
1353
- "args": {
1354
- "buildId": {
1355
- "description": "The build ID to get the log from.",
1356
- "name": "buildId",
1357
- "required": true
1358
- }
1359
- },
1360
- "description": "Prints the log of a specific build.",
1361
- "flags": {},
1362
- "hasDynamicHelp": false,
1363
- "hiddenAliases": [],
1364
- "id": "builds:log",
1365
- "pluginAlias": "apify-cli",
1366
- "pluginName": "apify-cli",
1367
- "pluginType": "core",
1368
- "strict": true,
1369
- "isESM": true,
1370
- "relativePath": [
1371
- "dist",
1372
- "commands",
1373
- "builds",
1374
- "log.js"
1375
- ]
1376
- },
1377
- "builds:ls": {
1378
- "aliases": [],
1379
- "args": {
1380
- "actorId": {
1381
- "description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
1382
- "name": "actorId"
1383
- }
1384
- },
1385
- "description": "Lists all builds of the Actor.",
1386
- "flags": {
1387
- "json": {
1388
- "description": "Format output as json.",
1389
- "helpGroup": "GLOBAL",
1390
- "name": "json",
1391
- "allowNo": false,
1392
- "type": "boolean"
1393
- },
1394
- "offset": {
1395
- "description": "Number of builds that will be skipped.",
1396
- "name": "offset",
1397
- "default": 0,
1398
- "hasDynamicHelp": false,
1399
- "multiple": false,
1400
- "type": "option"
1401
- },
1402
- "limit": {
1403
- "description": "Number of builds that will be listed.",
1404
- "name": "limit",
1405
- "default": 10,
1406
- "hasDynamicHelp": false,
1407
- "multiple": false,
1408
- "type": "option"
1409
- },
1410
- "desc": {
1411
- "description": "Sort builds in descending order.",
1412
- "name": "desc",
1413
- "allowNo": false,
1414
- "type": "boolean"
1415
- },
1416
- "compact": {
1417
- "char": "c",
1418
- "description": "Display a compact table.",
1419
- "name": "compact",
1420
- "allowNo": false,
1421
- "type": "boolean"
1422
- }
1423
- },
1424
- "hasDynamicHelp": false,
1425
- "hiddenAliases": [],
1426
- "id": "builds:ls",
1427
- "pluginAlias": "apify-cli",
1428
- "pluginName": "apify-cli",
1429
- "pluginType": "core",
1430
- "strict": true,
1431
- "enableJsonFlag": true,
1432
- "isESM": true,
1433
- "relativePath": [
1434
- "dist",
1435
- "commands",
1436
- "builds",
1437
- "ls.js"
1438
- ]
1439
- },
1440
- "builds:rm": {
1441
- "aliases": [],
1442
- "args": {
1443
- "buildId": {
1444
- "description": "The build ID to delete.",
1445
- "name": "buildId",
1446
- "required": true
1447
- }
1448
- },
1449
- "description": "Deletes an Actor Build.",
1450
- "flags": {},
1451
- "hasDynamicHelp": false,
1452
- "hiddenAliases": [],
1453
- "id": "builds:rm",
1454
- "pluginAlias": "apify-cli",
1455
- "pluginName": "apify-cli",
1456
- "pluginType": "core",
1457
- "strict": true,
1458
- "isESM": true,
1459
- "relativePath": [
1460
- "dist",
1461
- "commands",
1462
- "builds",
1463
- "rm.js"
1464
- ]
1465
- },
1466
- "datasets:create": {
1467
- "aliases": [],
1468
- "args": {
1469
- "datasetName": {
1470
- "description": "Optional name for the Dataset",
1471
- "name": "datasetName",
1472
- "required": false
1473
- }
1474
- },
1475
- "description": "Creates a new Dataset on your account",
1475
+ "description": "Creates a new Dataset on your account",
1476
1476
  "flags": {
1477
1477
  "json": {
1478
1478
  "description": "Format output as json.",
@@ -1576,6 +1576,41 @@
1576
1576
  "index.js"
1577
1577
  ]
1578
1578
  },
1579
+ "datasets:info": {
1580
+ "aliases": [],
1581
+ "args": {
1582
+ "storeId": {
1583
+ "description": "The dataset store ID to print information about.",
1584
+ "name": "storeId",
1585
+ "required": true
1586
+ }
1587
+ },
1588
+ "description": "Shows information about a dataset.",
1589
+ "flags": {
1590
+ "json": {
1591
+ "description": "Format output as json.",
1592
+ "helpGroup": "GLOBAL",
1593
+ "name": "json",
1594
+ "allowNo": false,
1595
+ "type": "boolean"
1596
+ }
1597
+ },
1598
+ "hasDynamicHelp": false,
1599
+ "hiddenAliases": [],
1600
+ "id": "datasets:info",
1601
+ "pluginAlias": "apify-cli",
1602
+ "pluginName": "apify-cli",
1603
+ "pluginType": "core",
1604
+ "strict": true,
1605
+ "enableJsonFlag": true,
1606
+ "isESM": true,
1607
+ "relativePath": [
1608
+ "dist",
1609
+ "commands",
1610
+ "datasets",
1611
+ "info.js"
1612
+ ]
1613
+ },
1579
1614
  "datasets:ls": {
1580
1615
  "aliases": [],
1581
1616
  "args": {},
@@ -1858,6 +1893,43 @@
1858
1893
  "index.js"
1859
1894
  ]
1860
1895
  },
1896
+ "key-value-stores:info": {
1897
+ "aliases": [],
1898
+ "args": {
1899
+ "storeId": {
1900
+ "description": "The key-value store ID to print information about.",
1901
+ "name": "storeId",
1902
+ "required": true
1903
+ }
1904
+ },
1905
+ "description": "Shows information about a key-value store.",
1906
+ "flags": {
1907
+ "json": {
1908
+ "description": "Format output as json.",
1909
+ "helpGroup": "GLOBAL",
1910
+ "name": "json",
1911
+ "allowNo": false,
1912
+ "type": "boolean"
1913
+ }
1914
+ },
1915
+ "hasDynamicHelp": false,
1916
+ "hiddenAliases": [
1917
+ "kvs:info"
1918
+ ],
1919
+ "id": "key-value-stores:info",
1920
+ "pluginAlias": "apify-cli",
1921
+ "pluginName": "apify-cli",
1922
+ "pluginType": "core",
1923
+ "strict": true,
1924
+ "enableJsonFlag": true,
1925
+ "isESM": true,
1926
+ "relativePath": [
1927
+ "dist",
1928
+ "commands",
1929
+ "key-value-stores",
1930
+ "info.js"
1931
+ ]
1932
+ },
1861
1933
  "key-value-stores:keys": {
1862
1934
  "aliases": [],
1863
1935
  "args": {
@@ -2508,5 +2580,5 @@
2508
2580
  ]
2509
2581
  }
2510
2582
  },
2511
- "version": "0.21.0-beta.89"
2583
+ "version": "0.21.0-beta.90"
2512
2584
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.21.0-beta.89",
3
+ "version": "0.21.0-beta.90",
4
4
  "description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
5
5
  "exports": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",