apify-cli 0.21.4 → 0.21.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -795,231 +795,6 @@
795
795
  "set-value.js"
796
796
  ]
797
797
  },
798
- "builds:create": {
799
- "aliases": [],
800
- "args": {
801
- "actorId": {
802
- "description": "Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.",
803
- "name": "actorId"
804
- }
805
- },
806
- "description": "Creates a new build of the Actor.",
807
- "flags": {
808
- "json": {
809
- "description": "Format output as json.",
810
- "helpGroup": "GLOBAL",
811
- "name": "json",
812
- "allowNo": false,
813
- "type": "boolean"
814
- },
815
- "tag": {
816
- "description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
817
- "name": "tag",
818
- "hasDynamicHelp": false,
819
- "multiple": false,
820
- "type": "option"
821
- },
822
- "version": {
823
- "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.",
824
- "name": "version",
825
- "required": false,
826
- "hasDynamicHelp": false,
827
- "multiple": false,
828
- "type": "option"
829
- },
830
- "log": {
831
- "description": "Whether to print out the build log after the build is triggered.",
832
- "name": "log",
833
- "allowNo": false,
834
- "type": "boolean"
835
- }
836
- },
837
- "hasDynamicHelp": false,
838
- "hiddenAliases": [],
839
- "id": "builds:create",
840
- "pluginAlias": "apify-cli",
841
- "pluginName": "apify-cli",
842
- "pluginType": "core",
843
- "strict": true,
844
- "enableJsonFlag": true,
845
- "isESM": true,
846
- "relativePath": [
847
- "dist",
848
- "commands",
849
- "builds",
850
- "create.js"
851
- ]
852
- },
853
- "builds": {
854
- "aliases": [],
855
- "args": {},
856
- "description": "Manages Actor build processes and versioning.",
857
- "flags": {},
858
- "hasDynamicHelp": false,
859
- "hiddenAliases": [],
860
- "id": "builds",
861
- "pluginAlias": "apify-cli",
862
- "pluginName": "apify-cli",
863
- "pluginType": "core",
864
- "strict": true,
865
- "isESM": true,
866
- "relativePath": [
867
- "dist",
868
- "commands",
869
- "builds",
870
- "index.js"
871
- ]
872
- },
873
- "builds:info": {
874
- "aliases": [],
875
- "args": {
876
- "buildId": {
877
- "description": "The build ID to get information about.",
878
- "name": "buildId",
879
- "required": true
880
- }
881
- },
882
- "description": "Prints information about a specific build.",
883
- "flags": {
884
- "json": {
885
- "description": "Format output as json.",
886
- "helpGroup": "GLOBAL",
887
- "name": "json",
888
- "allowNo": false,
889
- "type": "boolean"
890
- }
891
- },
892
- "hasDynamicHelp": false,
893
- "hiddenAliases": [],
894
- "id": "builds:info",
895
- "pluginAlias": "apify-cli",
896
- "pluginName": "apify-cli",
897
- "pluginType": "core",
898
- "strict": true,
899
- "enableJsonFlag": true,
900
- "isESM": true,
901
- "relativePath": [
902
- "dist",
903
- "commands",
904
- "builds",
905
- "info.js"
906
- ]
907
- },
908
- "builds:log": {
909
- "aliases": [],
910
- "args": {
911
- "buildId": {
912
- "description": "The build ID to get the log from.",
913
- "name": "buildId",
914
- "required": true
915
- }
916
- },
917
- "description": "Prints the log of a specific build.",
918
- "flags": {},
919
- "hasDynamicHelp": false,
920
- "hiddenAliases": [],
921
- "id": "builds:log",
922
- "pluginAlias": "apify-cli",
923
- "pluginName": "apify-cli",
924
- "pluginType": "core",
925
- "strict": true,
926
- "isESM": true,
927
- "relativePath": [
928
- "dist",
929
- "commands",
930
- "builds",
931
- "log.js"
932
- ]
933
- },
934
- "builds:ls": {
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.",
943
- "flags": {
944
- "json": {
945
- "description": "Format output as json.",
946
- "helpGroup": "GLOBAL",
947
- "name": "json",
948
- "allowNo": false,
949
- "type": "boolean"
950
- },
951
- "offset": {
952
- "description": "Number of builds that will be skipped.",
953
- "name": "offset",
954
- "default": 0,
955
- "hasDynamicHelp": false,
956
- "multiple": false,
957
- "type": "option"
958
- },
959
- "limit": {
960
- "description": "Number of builds that will be listed.",
961
- "name": "limit",
962
- "default": 10,
963
- "hasDynamicHelp": false,
964
- "multiple": false,
965
- "type": "option"
966
- },
967
- "desc": {
968
- "description": "Sort builds in descending order.",
969
- "name": "desc",
970
- "allowNo": false,
971
- "type": "boolean"
972
- },
973
- "compact": {
974
- "char": "c",
975
- "description": "Display a compact table.",
976
- "name": "compact",
977
- "allowNo": false,
978
- "type": "boolean"
979
- }
980
- },
981
- "hasDynamicHelp": false,
982
- "hiddenAliases": [],
983
- "id": "builds:ls",
984
- "pluginAlias": "apify-cli",
985
- "pluginName": "apify-cli",
986
- "pluginType": "core",
987
- "strict": true,
988
- "enableJsonFlag": true,
989
- "isESM": true,
990
- "relativePath": [
991
- "dist",
992
- "commands",
993
- "builds",
994
- "ls.js"
995
- ]
996
- },
997
- "builds:rm": {
998
- "aliases": [],
999
- "args": {
1000
- "buildId": {
1001
- "description": "The build ID to delete.",
1002
- "name": "buildId",
1003
- "required": true
1004
- }
1005
- },
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
798
  "actors:build": {
1024
799
  "aliases": [],
1025
800
  "args": {
@@ -1540,6 +1315,231 @@
1540
1315
  "start.js"
1541
1316
  ]
1542
1317
  },
1318
+ "builds:create": {
1319
+ "aliases": [],
1320
+ "args": {
1321
+ "actorId": {
1322
+ "description": "Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.",
1323
+ "name": "actorId"
1324
+ }
1325
+ },
1326
+ "description": "Creates a new build of the Actor.",
1327
+ "flags": {
1328
+ "json": {
1329
+ "description": "Format output as json.",
1330
+ "helpGroup": "GLOBAL",
1331
+ "name": "json",
1332
+ "allowNo": false,
1333
+ "type": "boolean"
1334
+ },
1335
+ "tag": {
1336
+ "description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
1337
+ "name": "tag",
1338
+ "hasDynamicHelp": false,
1339
+ "multiple": false,
1340
+ "type": "option"
1341
+ },
1342
+ "version": {
1343
+ "description": "Optional Actor Version to build. By default, this will be inferred from the tag, but this flag is required when multiple versions have the same tag.",
1344
+ "name": "version",
1345
+ "required": false,
1346
+ "hasDynamicHelp": false,
1347
+ "multiple": false,
1348
+ "type": "option"
1349
+ },
1350
+ "log": {
1351
+ "description": "Whether to print out the build log after the build is triggered.",
1352
+ "name": "log",
1353
+ "allowNo": false,
1354
+ "type": "boolean"
1355
+ }
1356
+ },
1357
+ "hasDynamicHelp": false,
1358
+ "hiddenAliases": [],
1359
+ "id": "builds:create",
1360
+ "pluginAlias": "apify-cli",
1361
+ "pluginName": "apify-cli",
1362
+ "pluginType": "core",
1363
+ "strict": true,
1364
+ "enableJsonFlag": true,
1365
+ "isESM": true,
1366
+ "relativePath": [
1367
+ "dist",
1368
+ "commands",
1369
+ "builds",
1370
+ "create.js"
1371
+ ]
1372
+ },
1373
+ "builds": {
1374
+ "aliases": [],
1375
+ "args": {},
1376
+ "description": "Manages Actor build processes and versioning.",
1377
+ "flags": {},
1378
+ "hasDynamicHelp": false,
1379
+ "hiddenAliases": [],
1380
+ "id": "builds",
1381
+ "pluginAlias": "apify-cli",
1382
+ "pluginName": "apify-cli",
1383
+ "pluginType": "core",
1384
+ "strict": true,
1385
+ "isESM": true,
1386
+ "relativePath": [
1387
+ "dist",
1388
+ "commands",
1389
+ "builds",
1390
+ "index.js"
1391
+ ]
1392
+ },
1393
+ "builds:info": {
1394
+ "aliases": [],
1395
+ "args": {
1396
+ "buildId": {
1397
+ "description": "The build ID to get information about.",
1398
+ "name": "buildId",
1399
+ "required": true
1400
+ }
1401
+ },
1402
+ "description": "Prints information about a specific build.",
1403
+ "flags": {
1404
+ "json": {
1405
+ "description": "Format output as json.",
1406
+ "helpGroup": "GLOBAL",
1407
+ "name": "json",
1408
+ "allowNo": false,
1409
+ "type": "boolean"
1410
+ }
1411
+ },
1412
+ "hasDynamicHelp": false,
1413
+ "hiddenAliases": [],
1414
+ "id": "builds:info",
1415
+ "pluginAlias": "apify-cli",
1416
+ "pluginName": "apify-cli",
1417
+ "pluginType": "core",
1418
+ "strict": true,
1419
+ "enableJsonFlag": true,
1420
+ "isESM": true,
1421
+ "relativePath": [
1422
+ "dist",
1423
+ "commands",
1424
+ "builds",
1425
+ "info.js"
1426
+ ]
1427
+ },
1428
+ "builds:log": {
1429
+ "aliases": [],
1430
+ "args": {
1431
+ "buildId": {
1432
+ "description": "The build ID to get the log from.",
1433
+ "name": "buildId",
1434
+ "required": true
1435
+ }
1436
+ },
1437
+ "description": "Prints the log of a specific build.",
1438
+ "flags": {},
1439
+ "hasDynamicHelp": false,
1440
+ "hiddenAliases": [],
1441
+ "id": "builds:log",
1442
+ "pluginAlias": "apify-cli",
1443
+ "pluginName": "apify-cli",
1444
+ "pluginType": "core",
1445
+ "strict": true,
1446
+ "isESM": true,
1447
+ "relativePath": [
1448
+ "dist",
1449
+ "commands",
1450
+ "builds",
1451
+ "log.js"
1452
+ ]
1453
+ },
1454
+ "builds:ls": {
1455
+ "aliases": [],
1456
+ "args": {
1457
+ "actorId": {
1458
+ "description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
1459
+ "name": "actorId"
1460
+ }
1461
+ },
1462
+ "description": "Lists all builds of the Actor.",
1463
+ "flags": {
1464
+ "json": {
1465
+ "description": "Format output as json.",
1466
+ "helpGroup": "GLOBAL",
1467
+ "name": "json",
1468
+ "allowNo": false,
1469
+ "type": "boolean"
1470
+ },
1471
+ "offset": {
1472
+ "description": "Number of builds that will be skipped.",
1473
+ "name": "offset",
1474
+ "default": 0,
1475
+ "hasDynamicHelp": false,
1476
+ "multiple": false,
1477
+ "type": "option"
1478
+ },
1479
+ "limit": {
1480
+ "description": "Number of builds that will be listed.",
1481
+ "name": "limit",
1482
+ "default": 10,
1483
+ "hasDynamicHelp": false,
1484
+ "multiple": false,
1485
+ "type": "option"
1486
+ },
1487
+ "desc": {
1488
+ "description": "Sort builds in descending order.",
1489
+ "name": "desc",
1490
+ "allowNo": false,
1491
+ "type": "boolean"
1492
+ },
1493
+ "compact": {
1494
+ "char": "c",
1495
+ "description": "Display a compact table.",
1496
+ "name": "compact",
1497
+ "allowNo": false,
1498
+ "type": "boolean"
1499
+ }
1500
+ },
1501
+ "hasDynamicHelp": false,
1502
+ "hiddenAliases": [],
1503
+ "id": "builds:ls",
1504
+ "pluginAlias": "apify-cli",
1505
+ "pluginName": "apify-cli",
1506
+ "pluginType": "core",
1507
+ "strict": true,
1508
+ "enableJsonFlag": true,
1509
+ "isESM": true,
1510
+ "relativePath": [
1511
+ "dist",
1512
+ "commands",
1513
+ "builds",
1514
+ "ls.js"
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"
1541
+ ]
1542
+ },
1543
1543
  "datasets:create": {
1544
1544
  "aliases": [],
1545
1545
  "args": {
@@ -2657,5 +2657,5 @@
2657
2657
  ]
2658
2658
  }
2659
2659
  },
2660
- "version": "0.21.4"
2660
+ "version": "0.21.5"
2661
2661
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.21.4",
3
+ "version": "0.21.5",
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",