apify-cli 0.21.0-beta.7 → 0.21.0-beta.8

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 (35) hide show
  1. package/README.md +113 -35
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/commands/actors/rm.d.ts +9 -0
  4. package/dist/commands/actors/rm.d.ts.map +1 -0
  5. package/dist/commands/actors/rm.js +52 -0
  6. package/dist/commands/actors/rm.js.map +1 -0
  7. package/dist/commands/builds/info.js +1 -1
  8. package/dist/commands/builds/info.js.map +1 -1
  9. package/dist/commands/builds/rm.d.ts +9 -0
  10. package/dist/commands/builds/rm.d.ts.map +1 -0
  11. package/dist/commands/builds/rm.js +66 -0
  12. package/dist/commands/builds/rm.js.map +1 -0
  13. package/dist/commands/runs/info.d.ts +45 -0
  14. package/dist/commands/runs/info.d.ts.map +1 -0
  15. package/dist/commands/runs/info.js +256 -0
  16. package/dist/commands/runs/info.js.map +1 -0
  17. package/dist/commands/runs/rm.d.ts +9 -0
  18. package/dist/commands/runs/rm.d.ts.map +1 -0
  19. package/dist/commands/runs/rm.js +67 -0
  20. package/dist/commands/runs/rm.js.map +1 -0
  21. package/dist/lib/apify_command.d.ts +1 -0
  22. package/dist/lib/apify_command.d.ts.map +1 -1
  23. package/dist/lib/apify_command.js +3 -0
  24. package/dist/lib/apify_command.js.map +1 -1
  25. package/dist/lib/commands/confirm.d.ts +6 -0
  26. package/dist/lib/commands/confirm.d.ts.map +1 -0
  27. package/dist/lib/commands/confirm.js +26 -0
  28. package/dist/lib/commands/confirm.js.map +1 -0
  29. package/dist/lib/commands/pretty-print-bytes.d.ts +1 -1
  30. package/dist/lib/commands/pretty-print-bytes.d.ts.map +1 -1
  31. package/dist/lib/commands/pretty-print-bytes.js +6 -3
  32. package/dist/lib/commands/pretty-print-bytes.js.map +1 -1
  33. package/dist/typechecking.tsbuildinfo +1 -1
  34. package/oclif.manifest.json +121 -1
  35. package/package.json +3 -3
@@ -736,6 +736,32 @@
736
736
  "index.js"
737
737
  ]
738
738
  },
739
+ "actors:rm": {
740
+ "aliases": [],
741
+ "args": {
742
+ "actorId": {
743
+ "description": "The Actor ID to delete.",
744
+ "name": "actorId",
745
+ "required": true
746
+ }
747
+ },
748
+ "description": "Deletes an Actor.",
749
+ "flags": {},
750
+ "hasDynamicHelp": false,
751
+ "hiddenAliases": [],
752
+ "id": "actors:rm",
753
+ "pluginAlias": "apify-cli",
754
+ "pluginName": "apify-cli",
755
+ "pluginType": "core",
756
+ "strict": true,
757
+ "isESM": true,
758
+ "relativePath": [
759
+ "dist",
760
+ "commands",
761
+ "actors",
762
+ "rm.js"
763
+ ]
764
+ },
739
765
  "builds:create": {
740
766
  "aliases": [],
741
767
  "args": {},
@@ -939,6 +965,32 @@
939
965
  "ls.js"
940
966
  ]
941
967
  },
968
+ "builds:rm": {
969
+ "aliases": [],
970
+ "args": {
971
+ "buildId": {
972
+ "description": "The build ID to delete.",
973
+ "name": "buildId",
974
+ "required": true
975
+ }
976
+ },
977
+ "description": "Deletes an Actor Build.",
978
+ "flags": {},
979
+ "hasDynamicHelp": false,
980
+ "hiddenAliases": [],
981
+ "id": "builds:rm",
982
+ "pluginAlias": "apify-cli",
983
+ "pluginName": "apify-cli",
984
+ "pluginType": "core",
985
+ "strict": true,
986
+ "isESM": true,
987
+ "relativePath": [
988
+ "dist",
989
+ "commands",
990
+ "builds",
991
+ "rm.js"
992
+ ]
993
+ },
942
994
  "datasets": {
943
995
  "aliases": [],
944
996
  "args": {},
@@ -1061,6 +1113,48 @@
1061
1113
  "index.js"
1062
1114
  ]
1063
1115
  },
1116
+ "runs:info": {
1117
+ "aliases": [],
1118
+ "args": {
1119
+ "runId": {
1120
+ "description": "The run ID to print information about.",
1121
+ "name": "runId",
1122
+ "required": true
1123
+ }
1124
+ },
1125
+ "description": "Prints information about an Actor Run.",
1126
+ "flags": {
1127
+ "json": {
1128
+ "description": "Format output as json.",
1129
+ "helpGroup": "GLOBAL",
1130
+ "name": "json",
1131
+ "allowNo": false,
1132
+ "type": "boolean"
1133
+ },
1134
+ "verbose": {
1135
+ "char": "v",
1136
+ "description": "Prints more in-depth information about the Actor Run.",
1137
+ "name": "verbose",
1138
+ "allowNo": false,
1139
+ "type": "boolean"
1140
+ }
1141
+ },
1142
+ "hasDynamicHelp": false,
1143
+ "hiddenAliases": [],
1144
+ "id": "runs:info",
1145
+ "pluginAlias": "apify-cli",
1146
+ "pluginName": "apify-cli",
1147
+ "pluginType": "core",
1148
+ "strict": true,
1149
+ "enableJsonFlag": true,
1150
+ "isESM": true,
1151
+ "relativePath": [
1152
+ "dist",
1153
+ "commands",
1154
+ "runs",
1155
+ "info.js"
1156
+ ]
1157
+ },
1064
1158
  "runs:log": {
1065
1159
  "aliases": [],
1066
1160
  "args": {
@@ -1187,6 +1281,32 @@
1187
1281
  "resurrect.js"
1188
1282
  ]
1189
1283
  },
1284
+ "runs:rm": {
1285
+ "aliases": [],
1286
+ "args": {
1287
+ "runId": {
1288
+ "description": "The run ID to delete.",
1289
+ "name": "runId",
1290
+ "required": true
1291
+ }
1292
+ },
1293
+ "description": "Deletes an Actor Run.",
1294
+ "flags": {},
1295
+ "hasDynamicHelp": false,
1296
+ "hiddenAliases": [],
1297
+ "id": "runs:rm",
1298
+ "pluginAlias": "apify-cli",
1299
+ "pluginName": "apify-cli",
1300
+ "pluginType": "core",
1301
+ "strict": true,
1302
+ "isESM": true,
1303
+ "relativePath": [
1304
+ "dist",
1305
+ "commands",
1306
+ "runs",
1307
+ "rm.js"
1308
+ ]
1309
+ },
1190
1310
  "secrets:add": {
1191
1311
  "aliases": [],
1192
1312
  "args": {
@@ -1348,5 +1468,5 @@
1348
1468
  ]
1349
1469
  }
1350
1470
  },
1351
- "version": "0.21.0-beta.7"
1471
+ "version": "0.21.0-beta.8"
1352
1472
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.21.0-beta.7",
3
+ "version": "0.21.0-beta.8",
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",
@@ -167,9 +167,9 @@
167
167
  },
168
168
  "volta": {
169
169
  "node": "20.17.0",
170
- "yarn": "4.4.1"
170
+ "yarn": "4.5.0"
171
171
  },
172
- "packageManager": "yarn@4.4.1",
172
+ "packageManager": "yarn@4.5.0",
173
173
  "lint-staged": {
174
174
  "*": "biome format --write --no-errors-on-unmatched",
175
175
  "*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",