apify-cli 0.21.0-beta.0 → 0.21.0-beta.10

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 (58) hide show
  1. package/README.md +206 -37
  2. package/dist/.tsbuildinfo +1 -1
  3. package/dist/commands/actors/build.d.ts +4 -0
  4. package/dist/commands/actors/build.d.ts.map +1 -0
  5. package/dist/commands/actors/build.js +4 -0
  6. package/dist/commands/actors/build.js.map +1 -0
  7. package/dist/commands/actors/rm.d.ts +9 -0
  8. package/dist/commands/actors/rm.d.ts.map +1 -0
  9. package/dist/commands/actors/rm.js +52 -0
  10. package/dist/commands/actors/rm.js.map +1 -0
  11. package/dist/commands/builds/create.d.ts +3 -1
  12. package/dist/commands/builds/create.d.ts.map +1 -1
  13. package/dist/commands/builds/create.js +17 -7
  14. package/dist/commands/builds/create.js.map +1 -1
  15. package/dist/commands/builds/info.js +1 -1
  16. package/dist/commands/builds/info.js.map +1 -1
  17. package/dist/commands/builds/rm.d.ts +9 -0
  18. package/dist/commands/builds/rm.d.ts.map +1 -0
  19. package/dist/commands/builds/rm.js +66 -0
  20. package/dist/commands/builds/rm.js.map +1 -0
  21. package/dist/commands/runs/abort.d.ts +13 -0
  22. package/dist/commands/runs/abort.d.ts.map +1 -0
  23. package/dist/commands/runs/abort.js +84 -0
  24. package/dist/commands/runs/abort.js.map +1 -0
  25. package/dist/commands/runs/info.d.ts +45 -0
  26. package/dist/commands/runs/info.d.ts.map +1 -0
  27. package/dist/commands/runs/info.js +256 -0
  28. package/dist/commands/runs/info.js.map +1 -0
  29. package/dist/commands/runs/log.d.ts +9 -0
  30. package/dist/commands/runs/log.d.ts.map +1 -0
  31. package/dist/commands/runs/log.js +41 -0
  32. package/dist/commands/runs/log.js.map +1 -0
  33. package/dist/commands/runs/resurrect.d.ts +10 -0
  34. package/dist/commands/runs/resurrect.d.ts.map +1 -0
  35. package/dist/commands/runs/resurrect.js +66 -0
  36. package/dist/commands/runs/resurrect.js.map +1 -0
  37. package/dist/commands/runs/rm.d.ts +9 -0
  38. package/dist/commands/runs/rm.d.ts.map +1 -0
  39. package/dist/commands/runs/rm.js +67 -0
  40. package/dist/commands/runs/rm.js.map +1 -0
  41. package/dist/lib/apify_command.d.ts +1 -0
  42. package/dist/lib/apify_command.d.ts.map +1 -1
  43. package/dist/lib/apify_command.js +3 -0
  44. package/dist/lib/apify_command.js.map +1 -1
  45. package/dist/lib/commands/confirm.d.ts +6 -0
  46. package/dist/lib/commands/confirm.d.ts.map +1 -0
  47. package/dist/lib/commands/confirm.js +26 -0
  48. package/dist/lib/commands/confirm.js.map +1 -0
  49. package/dist/lib/commands/pretty-print-bytes.d.ts +1 -1
  50. package/dist/lib/commands/pretty-print-bytes.d.ts.map +1 -1
  51. package/dist/lib/commands/pretty-print-bytes.js +6 -3
  52. package/dist/lib/commands/pretty-print-bytes.js.map +1 -1
  53. package/dist/lib/input_schema.d.ts.map +1 -1
  54. package/dist/lib/input_schema.js +14 -12
  55. package/dist/lib/input_schema.js.map +1 -1
  56. package/dist/typechecking.tsbuildinfo +1 -1
  57. package/oclif.manifest.json +284 -9
  58. package/package.json +6 -6
package/README.md CHANGED
@@ -288,11 +288,14 @@ This section contains printouts of `apify help` for all commands.
288
288
  * [`apify actor push-data [ITEM]`](#apify-actor-push-data-item)
289
289
  * [`apify actor set-value KEY [VALUE]`](#apify-actor-set-value-key-value)
290
290
  * [`apify actors`](#apify-actors)
291
+ * [`apify actors build [ACTOR]`](#apify-actors-build-actor)
292
+ * [`apify actors rm ACTORID`](#apify-actors-rm-actorid)
291
293
  * [`apify builds`](#apify-builds)
292
- * [`apify builds create`](#apify-builds-create)
294
+ * [`apify builds create [ACTOR]`](#apify-builds-create-actor)
293
295
  * [`apify builds info BUILDID`](#apify-builds-info-buildid)
294
296
  * [`apify builds log BUILDID`](#apify-builds-log-buildid)
295
297
  * [`apify builds ls`](#apify-builds-ls)
298
+ * [`apify builds rm BUILDID`](#apify-builds-rm-buildid)
296
299
  * [`apify call [ACTORID]`](#apify-call-actorid)
297
300
  * [`apify create [ACTORNAME]`](#apify-create-actorname)
298
301
  * [`apify datasets`](#apify-datasets)
@@ -307,7 +310,12 @@ This section contains printouts of `apify help` for all commands.
307
310
  * [`apify request-queues`](#apify-request-queues)
308
311
  * [`apify run`](#apify-run)
309
312
  * [`apify runs`](#apify-runs)
313
+ * [`apify runs abort RUNID`](#apify-runs-abort-runid)
314
+ * [`apify runs info RUNID`](#apify-runs-info-runid)
315
+ * [`apify runs log RUNID`](#apify-runs-log-runid)
310
316
  * [`apify runs ls`](#apify-runs-ls)
317
+ * [`apify runs resurrect RUNID`](#apify-runs-resurrect-runid)
318
+ * [`apify runs rm RUNID`](#apify-runs-rm-runid)
311
319
  * [`apify secrets`](#apify-secrets)
312
320
  * [`apify secrets add NAME VALUE`](#apify-secrets-add-name-value)
313
321
  * [`apify secrets rm NAME`](#apify-secrets-rm-name)
@@ -327,7 +335,7 @@ DESCRIPTION
327
335
  Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.
328
336
  ```
329
337
 
330
- _See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/actor/index.ts)_
338
+ _See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/actor/index.ts)_
331
339
 
332
340
  ## `apify actor get-input`
333
341
 
@@ -341,7 +349,7 @@ DESCRIPTION
341
349
  Gets the Actor input value from the default key-value store associated with the Actor run.
342
350
  ```
343
351
 
344
- _See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/actor/get-input.ts)_
352
+ _See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/actor/get-input.ts)_
345
353
 
346
354
  ## `apify actor get-value KEY`
347
355
 
@@ -358,7 +366,7 @@ DESCRIPTION
358
366
  Gets a value from the default key-value store associated with the Actor run.
359
367
  ```
360
368
 
361
- _See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/actor/get-value.ts)_
369
+ _See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/actor/get-value.ts)_
362
370
 
363
371
  ## `apify actor push-data [ITEM]`
364
372
 
@@ -380,7 +388,7 @@ DESCRIPTION
380
388
  $ cat ./test.json | apify actor push-data
381
389
  ```
382
390
 
383
- _See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/actor/push-data.ts)_
391
+ _See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/actor/push-data.ts)_
384
392
 
385
393
  ## `apify actor set-value KEY [VALUE]`
386
394
 
@@ -409,7 +417,7 @@ DESCRIPTION
409
417
  $ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
410
418
  ```
411
419
 
412
- _See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/actor/set-value.ts)_
420
+ _See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/actor/set-value.ts)_
413
421
 
414
422
  ## `apify actors`
415
423
 
@@ -423,7 +431,50 @@ DESCRIPTION
423
431
  Commands are designed to be used with Actors.
424
432
  ```
425
433
 
426
- _See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/actors/index.ts)_
434
+ _See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/actors/index.ts)_
435
+
436
+ ## `apify actors build [ACTOR]`
437
+
438
+ Creates a new build of the Actor.
439
+
440
+ ```
441
+ USAGE
442
+ $ apify actors build [ACTOR] [--json] [--tag <value>] [--version <value>] [--log]
443
+
444
+ ARGUMENTS
445
+ ACTOR Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.
446
+
447
+ FLAGS
448
+ --log Whether to print out the build log after the build is triggered.
449
+ --tag=<value> Build tag to be applied to the successful Actor build. By default, this is "latest".
450
+ --version=<value> Optional Actor Version to build. By default, this will be inferred from the tag, but this flag is
451
+ required when multiple versions have the same tag.
452
+
453
+ GLOBAL FLAGS
454
+ --json Format output as json.
455
+
456
+ DESCRIPTION
457
+ Creates a new build of the Actor.
458
+ ```
459
+
460
+ _See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/actors/build.ts)_
461
+
462
+ ## `apify actors rm ACTORID`
463
+
464
+ Deletes an Actor.
465
+
466
+ ```
467
+ USAGE
468
+ $ apify actors rm ACTORID
469
+
470
+ ARGUMENTS
471
+ ACTORID The Actor ID to delete.
472
+
473
+ DESCRIPTION
474
+ Deletes an Actor.
475
+ ```
476
+
477
+ _See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/actors/rm.ts)_
427
478
 
428
479
  ## `apify builds`
429
480
 
@@ -437,19 +488,20 @@ DESCRIPTION
437
488
  Commands are designed to be used with Actor Builds.
438
489
  ```
439
490
 
440
- _See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/builds/index.ts)_
491
+ _See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/builds/index.ts)_
441
492
 
442
- ## `apify builds create`
493
+ ## `apify builds create [ACTOR]`
443
494
 
444
495
  Creates a new build of the Actor.
445
496
 
446
497
  ```
447
498
  USAGE
448
- $ apify builds create [--json] [--actor <value>] [--tag <value>] [--version <value>] [--log]
499
+ $ apify builds create [ACTOR] [--json] [--tag <value>] [--version <value>] [--log]
500
+
501
+ ARGUMENTS
502
+ ACTOR Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.
449
503
 
450
504
  FLAGS
451
- --actor=<value> Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the
452
- current directory.
453
505
  --log Whether to print out the build log after the build is triggered.
454
506
  --tag=<value> Build tag to be applied to the successful Actor build. By default, this is "latest".
455
507
  --version=<value> Optional Actor Version to build. By default, this will be inferred from the tag, but this flag is
@@ -462,7 +514,7 @@ DESCRIPTION
462
514
  Creates a new build of the Actor.
463
515
  ```
464
516
 
465
- _See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/builds/create.ts)_
517
+ _See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/builds/create.ts)_
466
518
 
467
519
  ## `apify builds info BUILDID`
468
520
 
@@ -482,7 +534,7 @@ DESCRIPTION
482
534
  Prints information about a specific build.
483
535
  ```
484
536
 
485
- _See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/builds/info.ts)_
537
+ _See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/builds/info.ts)_
486
538
 
487
539
  ## `apify builds log BUILDID`
488
540
 
@@ -499,7 +551,7 @@ DESCRIPTION
499
551
  Prints the log of a specific build.
500
552
  ```
501
553
 
502
- _See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/builds/log.ts)_
554
+ _See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/builds/log.ts)_
503
555
 
504
556
  ## `apify builds ls`
505
557
 
@@ -524,7 +576,24 @@ DESCRIPTION
524
576
  Lists all builds of the Actor.
525
577
  ```
526
578
 
527
- _See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/builds/ls.ts)_
579
+ _See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/builds/ls.ts)_
580
+
581
+ ## `apify builds rm BUILDID`
582
+
583
+ Deletes an Actor Build.
584
+
585
+ ```
586
+ USAGE
587
+ $ apify builds rm BUILDID
588
+
589
+ ARGUMENTS
590
+ BUILDID The build ID to delete.
591
+
592
+ DESCRIPTION
593
+ Deletes an Actor Build.
594
+ ```
595
+
596
+ _See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/builds/rm.ts)_
528
597
 
529
598
  ## `apify call [ACTORID]`
530
599
 
@@ -556,7 +625,7 @@ DESCRIPTION
556
625
  takes input for the Actor from the default local key-value store by default.
557
626
  ```
558
627
 
559
- _See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/call.ts)_
628
+ _See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/call.ts)_
560
629
 
561
630
  ## `apify create [ACTORNAME]`
562
631
 
@@ -581,7 +650,7 @@ DESCRIPTION
581
650
  Creates a new Actor project directory from a selected boilerplate template.
582
651
  ```
583
652
 
584
- _See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/create.ts)_
653
+ _See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/create.ts)_
585
654
 
586
655
  ## `apify datasets`
587
656
 
@@ -595,7 +664,7 @@ DESCRIPTION
595
664
  Commands are designed to be used with Datasets.
596
665
  ```
597
666
 
598
- _See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/datasets/index.ts)_
667
+ _See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/datasets/index.ts)_
599
668
 
600
669
  ## `apify help [COMMAND]`
601
670
 
@@ -615,7 +684,7 @@ DESCRIPTION
615
684
  Display help for apify.
616
685
  ```
617
686
 
618
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.11/src/commands/help.ts)_
687
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.12/src/commands/help.ts)_
619
688
 
620
689
  ## `apify info`
621
690
 
@@ -630,7 +699,7 @@ DESCRIPTION
630
699
  The information is printed to the console.
631
700
  ```
632
701
 
633
- _See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/info.ts)_
702
+ _See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/info.ts)_
634
703
 
635
704
  ## `apify init [ACTORNAME]`
636
705
 
@@ -658,7 +727,7 @@ DESCRIPTION
658
727
  WARNING: The directory at "storage" will be overwritten if it already exists.
659
728
  ```
660
729
 
661
- _See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/init.ts)_
730
+ _See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/init.ts)_
662
731
 
663
732
  ## `apify key-value-stores`
664
733
 
@@ -672,7 +741,7 @@ DESCRIPTION
672
741
  Commands are designed to be used with Key Value Stores.
673
742
  ```
674
743
 
675
- _See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/key-value-stores/index.ts)_
744
+ _See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/key-value-stores/index.ts)_
676
745
 
677
746
  ## `apify login`
678
747
 
@@ -693,7 +762,7 @@ DESCRIPTION
693
762
  "apify" commands. To log out, call "apify logout".
694
763
  ```
695
764
 
696
- _See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/login.ts)_
765
+ _See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/login.ts)_
697
766
 
698
767
  ## `apify logout`
699
768
 
@@ -709,7 +778,7 @@ DESCRIPTION
709
778
  call "apify login".
710
779
  ```
711
780
 
712
- _See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/logout.ts)_
781
+ _See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/logout.ts)_
713
782
 
714
783
  ## `apify pull [ACTORID]`
715
784
 
@@ -731,7 +800,7 @@ DESCRIPTION
731
800
  cloned. If it is defined as Web IDE, it will fetch the files.
732
801
  ```
733
802
 
734
- _See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/pull.ts)_
803
+ _See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/pull.ts)_
735
804
 
736
805
  ## `apify push [ACTORID]`
737
806
 
@@ -769,7 +838,7 @@ DESCRIPTION
769
838
  overwritten with --force flag.
770
839
  ```
771
840
 
772
- _See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/push.ts)_
841
+ _See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/push.ts)_
773
842
 
774
843
  ## `apify request-queues`
775
844
 
@@ -783,7 +852,7 @@ DESCRIPTION
783
852
  Commands are designed to be used with Request Queues.
784
853
  ```
785
854
 
786
- _See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/request-queues/index.ts)_
855
+ _See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/request-queues/index.ts)_
787
856
 
788
857
  ## `apify run`
789
858
 
@@ -819,7 +888,7 @@ DESCRIPTION
819
888
  package.json file. You can set up your own main file or environment variables by changing it.
820
889
  ```
821
890
 
822
- _See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/run.ts)_
891
+ _See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/run.ts)_
823
892
 
824
893
  ## `apify runs`
825
894
 
@@ -833,7 +902,70 @@ DESCRIPTION
833
902
  Commands are designed to be used with Actor Runs.
834
903
  ```
835
904
 
836
- _See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/runs/index.ts)_
905
+ _See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/runs/index.ts)_
906
+
907
+ ## `apify runs abort RUNID`
908
+
909
+ Aborts an Actor Run.
910
+
911
+ ```
912
+ USAGE
913
+ $ apify runs abort RUNID [--json] [-f]
914
+
915
+ ARGUMENTS
916
+ RUNID The run ID to abort.
917
+
918
+ FLAGS
919
+ -f, --force Whether to force the run to abort immediately, instead of gracefully.
920
+
921
+ GLOBAL FLAGS
922
+ --json Format output as json.
923
+
924
+ DESCRIPTION
925
+ Aborts an Actor Run.
926
+ ```
927
+
928
+ _See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/runs/abort.ts)_
929
+
930
+ ## `apify runs info RUNID`
931
+
932
+ Prints information about an Actor Run.
933
+
934
+ ```
935
+ USAGE
936
+ $ apify runs info RUNID [--json] [-v]
937
+
938
+ ARGUMENTS
939
+ RUNID The run ID to print information about.
940
+
941
+ FLAGS
942
+ -v, --verbose Prints more in-depth information about the Actor Run.
943
+
944
+ GLOBAL FLAGS
945
+ --json Format output as json.
946
+
947
+ DESCRIPTION
948
+ Prints information about an Actor Run.
949
+ ```
950
+
951
+ _See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/runs/info.ts)_
952
+
953
+ ## `apify runs log RUNID`
954
+
955
+ Prints the log of a specific run.
956
+
957
+ ```
958
+ USAGE
959
+ $ apify runs log RUNID
960
+
961
+ ARGUMENTS
962
+ RUNID The run ID to get the log from.
963
+
964
+ DESCRIPTION
965
+ Prints the log of a specific run.
966
+ ```
967
+
968
+ _See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/runs/log.ts)_
837
969
 
838
970
  ## `apify runs ls`
839
971
 
@@ -858,7 +990,44 @@ DESCRIPTION
858
990
  Lists all runs of the Actor.
859
991
  ```
860
992
 
861
- _See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/runs/ls.ts)_
993
+ _See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/runs/ls.ts)_
994
+
995
+ ## `apify runs resurrect RUNID`
996
+
997
+ Resurrects an aborted or finished Actor Run.
998
+
999
+ ```
1000
+ USAGE
1001
+ $ apify runs resurrect RUNID [--json]
1002
+
1003
+ ARGUMENTS
1004
+ RUNID The run ID to resurrect.
1005
+
1006
+ GLOBAL FLAGS
1007
+ --json Format output as json.
1008
+
1009
+ DESCRIPTION
1010
+ Resurrects an aborted or finished Actor Run.
1011
+ ```
1012
+
1013
+ _See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/runs/resurrect.ts)_
1014
+
1015
+ ## `apify runs rm RUNID`
1016
+
1017
+ Deletes an Actor Run.
1018
+
1019
+ ```
1020
+ USAGE
1021
+ $ apify runs rm RUNID
1022
+
1023
+ ARGUMENTS
1024
+ RUNID The run ID to delete.
1025
+
1026
+ DESCRIPTION
1027
+ Deletes an Actor Run.
1028
+ ```
1029
+
1030
+ _See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/runs/rm.ts)_
862
1031
 
863
1032
  ## `apify secrets`
864
1033
 
@@ -888,7 +1057,7 @@ DESCRIPTION
888
1057
  of the Actor.
889
1058
  ```
890
1059
 
891
- _See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/secrets/index.ts)_
1060
+ _See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/secrets/index.ts)_
892
1061
 
893
1062
  ## `apify secrets add NAME VALUE`
894
1063
 
@@ -907,7 +1076,7 @@ DESCRIPTION
907
1076
  The secrets are stored to a file at ~/.apify
908
1077
  ```
909
1078
 
910
- _See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/secrets/add.ts)_
1079
+ _See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/secrets/add.ts)_
911
1080
 
912
1081
  ## `apify secrets rm NAME`
913
1082
 
@@ -924,7 +1093,7 @@ DESCRIPTION
924
1093
  Removes the secret.
925
1094
  ```
926
1095
 
927
- _See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/secrets/rm.ts)_
1096
+ _See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/secrets/rm.ts)_
928
1097
 
929
1098
  ## `apify task`
930
1099
 
@@ -938,7 +1107,7 @@ DESCRIPTION
938
1107
  Commands are designed to be used to interact with Tasks.
939
1108
  ```
940
1109
 
941
- _See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/task/index.ts)_
1110
+ _See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/task/index.ts)_
942
1111
 
943
1112
  ## `apify task run TASKID`
944
1113
 
@@ -963,7 +1132,7 @@ DESCRIPTION
963
1132
  takes input for the Actor from the default local key-value store by default.
964
1133
  ```
965
1134
 
966
- _See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/task/run.ts)_
1135
+ _See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/task/run.ts)_
967
1136
 
968
1137
  ## `apify validate-schema [PATH]`
969
1138
 
@@ -988,6 +1157,6 @@ DESCRIPTION
988
1157
  You can also pass any custom path to your input schema to have it validated instead.
989
1158
  ```
990
1159
 
991
- _See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.0/src/commands/validate-schema.ts)_
1160
+ _See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.10/src/commands/validate-schema.ts)_
992
1161
  <!-- commandsstop -->
993
1162
  <!-- prettier-ignore-end -->