apify-cli 0.21.3 → 0.21.4-beta.1

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.
Files changed (94) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +65 -65
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/commands/actors/pull.d.ts.map +1 -1
  5. package/dist/commands/actors/pull.js +8 -11
  6. package/dist/commands/actors/pull.js.map +1 -1
  7. package/dist/commands/actors/push.d.ts.map +1 -1
  8. package/dist/commands/actors/push.js +17 -20
  9. package/dist/commands/actors/push.js.map +1 -1
  10. package/dist/commands/actors/rm.js +1 -1
  11. package/dist/commands/actors/rm.js.map +1 -1
  12. package/dist/commands/builds/rm.js +1 -1
  13. package/dist/commands/builds/rm.js.map +1 -1
  14. package/dist/commands/create.d.ts.map +1 -1
  15. package/dist/commands/create.js +122 -77
  16. package/dist/commands/create.js.map +1 -1
  17. package/dist/commands/datasets/info.d.ts +1 -0
  18. package/dist/commands/datasets/info.d.ts.map +1 -1
  19. package/dist/commands/datasets/rm.js +1 -1
  20. package/dist/commands/datasets/rm.js.map +1 -1
  21. package/dist/commands/init.d.ts.map +1 -1
  22. package/dist/commands/init.js +22 -19
  23. package/dist/commands/init.js.map +1 -1
  24. package/dist/commands/key-value-stores/delete-value.js +1 -1
  25. package/dist/commands/key-value-stores/delete-value.js.map +1 -1
  26. package/dist/commands/key-value-stores/info.d.ts +1 -0
  27. package/dist/commands/key-value-stores/info.d.ts.map +1 -1
  28. package/dist/commands/key-value-stores/rm.js +1 -1
  29. package/dist/commands/key-value-stores/rm.js.map +1 -1
  30. package/dist/commands/run.d.ts.map +1 -1
  31. package/dist/commands/run.js +125 -103
  32. package/dist/commands/run.js.map +1 -1
  33. package/dist/commands/runs/info.d.ts +1 -0
  34. package/dist/commands/runs/info.d.ts.map +1 -1
  35. package/dist/commands/runs/rm.js +1 -1
  36. package/dist/commands/runs/rm.js.map +1 -1
  37. package/dist/lib/apify_command.d.ts.map +1 -1
  38. package/dist/lib/apify_command.js +13 -9
  39. package/dist/lib/apify_command.js.map +1 -1
  40. package/dist/lib/exec.d.ts +7 -1
  41. package/dist/lib/exec.d.ts.map +1 -1
  42. package/dist/lib/exec.js +3 -3
  43. package/dist/lib/exec.js.map +1 -1
  44. package/dist/lib/files.d.ts.map +1 -1
  45. package/dist/lib/files.js +4 -5
  46. package/dist/lib/files.js.map +1 -1
  47. package/dist/lib/hooks/runtimes/javascript.d.ts +4 -0
  48. package/dist/lib/hooks/runtimes/javascript.d.ts.map +1 -0
  49. package/dist/lib/hooks/runtimes/javascript.js +79 -0
  50. package/dist/lib/hooks/runtimes/javascript.js.map +1 -0
  51. package/dist/lib/hooks/runtimes/python.d.ts +8 -0
  52. package/dist/lib/hooks/runtimes/python.d.ts.map +1 -0
  53. package/dist/lib/hooks/runtimes/python.js +80 -0
  54. package/dist/lib/hooks/runtimes/python.js.map +1 -0
  55. package/dist/lib/hooks/useActorConfig.d.ts +20 -0
  56. package/dist/lib/hooks/useActorConfig.d.ts.map +1 -0
  57. package/dist/lib/hooks/useActorConfig.js +175 -0
  58. package/dist/lib/hooks/useActorConfig.js.map +1 -0
  59. package/dist/lib/hooks/useCwdProject.d.ts +33 -0
  60. package/dist/lib/hooks/useCwdProject.d.ts.map +1 -0
  61. package/dist/lib/hooks/useCwdProject.js +142 -0
  62. package/dist/lib/hooks/useCwdProject.js.map +1 -0
  63. package/dist/lib/hooks/useModuleVersion.d.ts +8 -0
  64. package/dist/lib/hooks/useModuleVersion.d.ts.map +1 -0
  65. package/dist/lib/hooks/useModuleVersion.js +95 -0
  66. package/dist/lib/hooks/useModuleVersion.js.map +1 -0
  67. package/dist/lib/input_schema.d.ts.map +1 -1
  68. package/dist/lib/input_schema.js +14 -7
  69. package/dist/lib/input_schema.js.map +1 -1
  70. package/dist/lib/local_state.d.ts +1 -1
  71. package/dist/lib/local_state.d.ts.map +1 -1
  72. package/dist/lib/local_state.js +5 -7
  73. package/dist/lib/local_state.js.map +1 -1
  74. package/dist/lib/secrets.d.ts +1 -1
  75. package/dist/lib/secrets.d.ts.map +1 -1
  76. package/dist/lib/secrets.js +5 -7
  77. package/dist/lib/secrets.js.map +1 -1
  78. package/dist/lib/telemetry.d.ts +1 -1
  79. package/dist/lib/telemetry.d.ts.map +1 -1
  80. package/dist/lib/telemetry.js +5 -8
  81. package/dist/lib/telemetry.js.map +1 -1
  82. package/dist/lib/{commands → utils}/confirm.d.ts +2 -1
  83. package/dist/lib/utils/confirm.d.ts.map +1 -0
  84. package/dist/lib/{commands → utils}/confirm.js +8 -6
  85. package/dist/lib/utils/confirm.js.map +1 -0
  86. package/dist/lib/utils.d.ts +1 -6
  87. package/dist/lib/utils.d.ts.map +1 -1
  88. package/dist/lib/utils.js +13 -200
  89. package/dist/lib/utils.js.map +1 -1
  90. package/dist/typechecking.tsbuildinfo +1 -1
  91. package/oclif.manifest.json +226 -226
  92. package/package.json +8 -10
  93. package/dist/lib/commands/confirm.d.ts.map +0 -1
  94. package/dist/lib/commands/confirm.js.map +0 -1
@@ -795,6 +795,231 @@
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
+ },
798
1023
  "actors:build": {
799
1024
  "aliases": [],
800
1025
  "args": {
@@ -1315,231 +1540,6 @@
1315
1540
  "start.js"
1316
1541
  ]
1317
1542
  },
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.3"
2660
+ "version": "0.21.4-beta.1"
2661
2661
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.21.3",
3
+ "version": "0.21.4-beta.1",
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",
@@ -81,8 +81,8 @@
81
81
  "cors": "~2.8.5",
82
82
  "detect-indent": "~7.0.1",
83
83
  "escape-string-regexp": "~5.0.0",
84
+ "execa": "^9.5.2",
84
85
  "express": "~4.21.0",
85
- "fs-extra": "^11.2.0",
86
86
  "globby": "~14.1.0",
87
87
  "handlebars": "~4.7.8",
88
88
  "inquirer": "~12.5.0",
@@ -90,7 +90,6 @@
90
90
  "is-online": "~11.0.0",
91
91
  "istextorbinary": "~9.5.0",
92
92
  "jju": "~1.4.0",
93
- "load-json-file": "~7.0.1",
94
93
  "lodash.clonedeep": "^4.5.0",
95
94
  "mime": "~4.0.4",
96
95
  "mixpanel": "~0.18.0",
@@ -99,8 +98,7 @@
99
98
  "rimraf": "~6.0.1",
100
99
  "semver": "~7.7.0",
101
100
  "tiged": "~2.12.7",
102
- "underscore": "~1.13.7",
103
- "write-json-file": "~6.0.0"
101
+ "which": "^5.0.0"
104
102
  },
105
103
  "devDependencies": {
106
104
  "@apify/eslint-config": "^0.4.0",
@@ -110,11 +108,12 @@
110
108
  "@crawlee/types": "^3.11.1",
111
109
  "@cucumber/cucumber": "^11.0.0",
112
110
  "@oclif/test": "^4.0.8",
113
- "@sapphire/result": "^2.6.6",
111
+ "@sapphire/result": "^2.7.2",
114
112
  "@types/adm-zip": "^0.5.5",
115
113
  "@types/archiver": "^6.0.2",
116
114
  "@types/chai": "^4.3.17",
117
115
  "@types/cors": "^2.8.17",
116
+ "@types/execa": "^2.0.2",
118
117
  "@types/express": "^4.17.21",
119
118
  "@types/fs-extra": "^11",
120
119
  "@types/inquirer": "^9.0.7",
@@ -124,7 +123,7 @@
124
123
  "@types/mime": "^4.0.0",
125
124
  "@types/node": "^22.0.0",
126
125
  "@types/semver": "^7.5.8",
127
- "@types/underscore": "^1.11.15",
126
+ "@types/which": "^3.0.4",
128
127
  "@typescript-eslint/eslint-plugin": "^7.0.2",
129
128
  "@typescript-eslint/parser": "^7.0.2",
130
129
  "@yarnpkg/core": "^4.1.2",
@@ -133,7 +132,6 @@
133
132
  "cross-env": "^7.0.3",
134
133
  "eslint": "^8.57.0",
135
134
  "eslint-config-prettier": "^10.0.0",
136
- "execa": "^9.5.2",
137
135
  "lint-staged": "^15.2.8",
138
136
  "mdast-util-from-markdown": "^2.0.2",
139
137
  "mock-stdin": "^1.0.0",
@@ -169,9 +167,9 @@
169
167
  },
170
168
  "volta": {
171
169
  "node": "22.14.0",
172
- "yarn": "4.8.1"
170
+ "yarn": "4.9.0"
173
171
  },
174
- "packageManager": "yarn@4.8.1",
172
+ "packageManager": "yarn@4.9.0",
175
173
  "lint-staged": {
176
174
  "*": "biome format --write --no-errors-on-unmatched",
177
175
  "*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",
@@ -1 +0,0 @@
1
- {"version":3,"file":"confirm.d.ts","sourceRoot":"","sources":["../../../src/lib/commands/confirm.ts"],"names":[],"mappings":"AA4BA,wBAAsB,aAAa,CAAC,EACnC,aAAa,EACb,IAAI,EACJ,cAAc,GACd,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAAC,cAAc,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,OAAO,CAAC,OAAO,CAAC,CAUtF"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"confirm.js","sourceRoot":"","sources":["../../../src/lib/commands/confirm.ts"],"names":[],"mappings":"AAAA,OAAO,QAAmC,MAAM,UAAU,CAAC;AAE3D,MAAM,iBAAiB,GAAG,CAAC,EAAE,IAAI,EAAoB,EAAE,EAAE,CACxD,CAAC;IACA,IAAI,EAAE,WAAW;IACjB,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,wCAAwC,IAAI,GAAG;IACxD,OAAO,EAAE,KAAK;CACd,CAAqC,CAAC;AAExC,MAAM,eAAe,GAAG,CAAC,EACxB,IAAI,EACJ,aAAa,EACb,cAAc,GAAG,gCAAgC,GACiB,EAAE,EAAE,CACtE,CAAC;IACA,IAAI,EAAE,WAAW;IACjB,IAAI,EAAE,OAAO;IACb,OAAO,EAAE,wCAAwC,IAAI,4BAA4B,aAAa,IAAI;IAClG,QAAQ,CAAC,KAAK;QACb,IAAI,KAAK,KAAK,aAAa,EAAE,CAAC;YAC7B,OAAO,IAAI,CAAC;QACb,CAAC;QAED,OAAO,cAAc,CAAC;IACvB,CAAC;CACD,CAAqC,CAAC;AAExC,MAAM,CAAC,KAAK,UAAU,aAAa,CAAC,EACnC,aAAa,EACb,IAAI,EACJ,cAAc,GACqD;IACnE,MAAM,MAAM,GAAG,MAAM,QAAQ,CAAC,MAAM,CACnC,aAAa,CAAC,CAAC,CAAC,eAAe,CAAC,EAAE,IAAI,EAAE,aAAa,EAAE,cAAc,EAAE,CAAC,CAAC,CAAC,CAAC,iBAAiB,CAAC,EAAE,IAAI,EAAE,CAAC,CACtG,CAAC;IAEF,IAAI,OAAO,MAAM,CAAC,SAAS,KAAK,SAAS,EAAE,CAAC;QAC3C,OAAO,MAAM,CAAC,SAAS,CAAC;IACzB,CAAC;IAED,OAAO,MAAM,CAAC,SAAS,KAAK,aAAa,CAAC;AAC3C,CAAC"}