apify-cli 0.21.0-beta.8 → 0.21.0-beta.9
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.
- package/README.md +38 -38
- package/dist/.tsbuildinfo +1 -1
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +78 -78
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -334,7 +334,7 @@ DESCRIPTION
|
|
|
334
334
|
Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.
|
|
335
335
|
```
|
|
336
336
|
|
|
337
|
-
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
337
|
+
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/actor/index.ts)_
|
|
338
338
|
|
|
339
339
|
## `apify actor get-input`
|
|
340
340
|
|
|
@@ -348,7 +348,7 @@ DESCRIPTION
|
|
|
348
348
|
Gets the Actor input value from the default key-value store associated with the Actor run.
|
|
349
349
|
```
|
|
350
350
|
|
|
351
|
-
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
351
|
+
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/actor/get-input.ts)_
|
|
352
352
|
|
|
353
353
|
## `apify actor get-value KEY`
|
|
354
354
|
|
|
@@ -365,7 +365,7 @@ DESCRIPTION
|
|
|
365
365
|
Gets a value from the default key-value store associated with the Actor run.
|
|
366
366
|
```
|
|
367
367
|
|
|
368
|
-
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
368
|
+
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/actor/get-value.ts)_
|
|
369
369
|
|
|
370
370
|
## `apify actor push-data [ITEM]`
|
|
371
371
|
|
|
@@ -387,7 +387,7 @@ DESCRIPTION
|
|
|
387
387
|
$ cat ./test.json | apify actor push-data
|
|
388
388
|
```
|
|
389
389
|
|
|
390
|
-
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
390
|
+
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/actor/push-data.ts)_
|
|
391
391
|
|
|
392
392
|
## `apify actor set-value KEY [VALUE]`
|
|
393
393
|
|
|
@@ -416,7 +416,7 @@ DESCRIPTION
|
|
|
416
416
|
$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
|
|
417
417
|
```
|
|
418
418
|
|
|
419
|
-
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
419
|
+
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/actor/set-value.ts)_
|
|
420
420
|
|
|
421
421
|
## `apify actors`
|
|
422
422
|
|
|
@@ -430,7 +430,7 @@ DESCRIPTION
|
|
|
430
430
|
Commands are designed to be used with Actors.
|
|
431
431
|
```
|
|
432
432
|
|
|
433
|
-
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
433
|
+
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/actors/index.ts)_
|
|
434
434
|
|
|
435
435
|
## `apify actors rm ACTORID`
|
|
436
436
|
|
|
@@ -447,7 +447,7 @@ DESCRIPTION
|
|
|
447
447
|
Deletes an Actor.
|
|
448
448
|
```
|
|
449
449
|
|
|
450
|
-
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
450
|
+
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/actors/rm.ts)_
|
|
451
451
|
|
|
452
452
|
## `apify builds`
|
|
453
453
|
|
|
@@ -461,7 +461,7 @@ DESCRIPTION
|
|
|
461
461
|
Commands are designed to be used with Actor Builds.
|
|
462
462
|
```
|
|
463
463
|
|
|
464
|
-
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
464
|
+
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/builds/index.ts)_
|
|
465
465
|
|
|
466
466
|
## `apify builds create`
|
|
467
467
|
|
|
@@ -486,7 +486,7 @@ DESCRIPTION
|
|
|
486
486
|
Creates a new build of the Actor.
|
|
487
487
|
```
|
|
488
488
|
|
|
489
|
-
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
489
|
+
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/builds/create.ts)_
|
|
490
490
|
|
|
491
491
|
## `apify builds info BUILDID`
|
|
492
492
|
|
|
@@ -506,7 +506,7 @@ DESCRIPTION
|
|
|
506
506
|
Prints information about a specific build.
|
|
507
507
|
```
|
|
508
508
|
|
|
509
|
-
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
509
|
+
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/builds/info.ts)_
|
|
510
510
|
|
|
511
511
|
## `apify builds log BUILDID`
|
|
512
512
|
|
|
@@ -523,7 +523,7 @@ DESCRIPTION
|
|
|
523
523
|
Prints the log of a specific build.
|
|
524
524
|
```
|
|
525
525
|
|
|
526
|
-
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
526
|
+
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/builds/log.ts)_
|
|
527
527
|
|
|
528
528
|
## `apify builds ls`
|
|
529
529
|
|
|
@@ -548,7 +548,7 @@ DESCRIPTION
|
|
|
548
548
|
Lists all builds of the Actor.
|
|
549
549
|
```
|
|
550
550
|
|
|
551
|
-
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
551
|
+
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/builds/ls.ts)_
|
|
552
552
|
|
|
553
553
|
## `apify builds rm BUILDID`
|
|
554
554
|
|
|
@@ -565,7 +565,7 @@ DESCRIPTION
|
|
|
565
565
|
Deletes an Actor Build.
|
|
566
566
|
```
|
|
567
567
|
|
|
568
|
-
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
568
|
+
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/builds/rm.ts)_
|
|
569
569
|
|
|
570
570
|
## `apify call [ACTORID]`
|
|
571
571
|
|
|
@@ -597,7 +597,7 @@ DESCRIPTION
|
|
|
597
597
|
takes input for the Actor from the default local key-value store by default.
|
|
598
598
|
```
|
|
599
599
|
|
|
600
|
-
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
600
|
+
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/call.ts)_
|
|
601
601
|
|
|
602
602
|
## `apify create [ACTORNAME]`
|
|
603
603
|
|
|
@@ -622,7 +622,7 @@ DESCRIPTION
|
|
|
622
622
|
Creates a new Actor project directory from a selected boilerplate template.
|
|
623
623
|
```
|
|
624
624
|
|
|
625
|
-
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
625
|
+
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/create.ts)_
|
|
626
626
|
|
|
627
627
|
## `apify datasets`
|
|
628
628
|
|
|
@@ -636,7 +636,7 @@ DESCRIPTION
|
|
|
636
636
|
Commands are designed to be used with Datasets.
|
|
637
637
|
```
|
|
638
638
|
|
|
639
|
-
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
639
|
+
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/datasets/index.ts)_
|
|
640
640
|
|
|
641
641
|
## `apify help [COMMAND]`
|
|
642
642
|
|
|
@@ -671,7 +671,7 @@ DESCRIPTION
|
|
|
671
671
|
The information is printed to the console.
|
|
672
672
|
```
|
|
673
673
|
|
|
674
|
-
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
674
|
+
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/info.ts)_
|
|
675
675
|
|
|
676
676
|
## `apify init [ACTORNAME]`
|
|
677
677
|
|
|
@@ -699,7 +699,7 @@ DESCRIPTION
|
|
|
699
699
|
WARNING: The directory at "storage" will be overwritten if it already exists.
|
|
700
700
|
```
|
|
701
701
|
|
|
702
|
-
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
702
|
+
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/init.ts)_
|
|
703
703
|
|
|
704
704
|
## `apify key-value-stores`
|
|
705
705
|
|
|
@@ -713,7 +713,7 @@ DESCRIPTION
|
|
|
713
713
|
Commands are designed to be used with Key Value Stores.
|
|
714
714
|
```
|
|
715
715
|
|
|
716
|
-
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
716
|
+
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/key-value-stores/index.ts)_
|
|
717
717
|
|
|
718
718
|
## `apify login`
|
|
719
719
|
|
|
@@ -734,7 +734,7 @@ DESCRIPTION
|
|
|
734
734
|
"apify" commands. To log out, call "apify logout".
|
|
735
735
|
```
|
|
736
736
|
|
|
737
|
-
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
737
|
+
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/login.ts)_
|
|
738
738
|
|
|
739
739
|
## `apify logout`
|
|
740
740
|
|
|
@@ -750,7 +750,7 @@ DESCRIPTION
|
|
|
750
750
|
call "apify login".
|
|
751
751
|
```
|
|
752
752
|
|
|
753
|
-
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
753
|
+
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/logout.ts)_
|
|
754
754
|
|
|
755
755
|
## `apify pull [ACTORID]`
|
|
756
756
|
|
|
@@ -772,7 +772,7 @@ DESCRIPTION
|
|
|
772
772
|
cloned. If it is defined as Web IDE, it will fetch the files.
|
|
773
773
|
```
|
|
774
774
|
|
|
775
|
-
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
775
|
+
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/pull.ts)_
|
|
776
776
|
|
|
777
777
|
## `apify push [ACTORID]`
|
|
778
778
|
|
|
@@ -810,7 +810,7 @@ DESCRIPTION
|
|
|
810
810
|
overwritten with --force flag.
|
|
811
811
|
```
|
|
812
812
|
|
|
813
|
-
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
813
|
+
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/push.ts)_
|
|
814
814
|
|
|
815
815
|
## `apify request-queues`
|
|
816
816
|
|
|
@@ -824,7 +824,7 @@ DESCRIPTION
|
|
|
824
824
|
Commands are designed to be used with Request Queues.
|
|
825
825
|
```
|
|
826
826
|
|
|
827
|
-
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
827
|
+
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/request-queues/index.ts)_
|
|
828
828
|
|
|
829
829
|
## `apify run`
|
|
830
830
|
|
|
@@ -860,7 +860,7 @@ DESCRIPTION
|
|
|
860
860
|
package.json file. You can set up your own main file or environment variables by changing it.
|
|
861
861
|
```
|
|
862
862
|
|
|
863
|
-
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
863
|
+
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/run.ts)_
|
|
864
864
|
|
|
865
865
|
## `apify runs`
|
|
866
866
|
|
|
@@ -874,7 +874,7 @@ DESCRIPTION
|
|
|
874
874
|
Commands are designed to be used with Actor Runs.
|
|
875
875
|
```
|
|
876
876
|
|
|
877
|
-
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
877
|
+
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/runs/index.ts)_
|
|
878
878
|
|
|
879
879
|
## `apify runs abort RUNID`
|
|
880
880
|
|
|
@@ -897,7 +897,7 @@ DESCRIPTION
|
|
|
897
897
|
Aborts an Actor Run.
|
|
898
898
|
```
|
|
899
899
|
|
|
900
|
-
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
900
|
+
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/runs/abort.ts)_
|
|
901
901
|
|
|
902
902
|
## `apify runs info RUNID`
|
|
903
903
|
|
|
@@ -920,7 +920,7 @@ DESCRIPTION
|
|
|
920
920
|
Prints information about an Actor Run.
|
|
921
921
|
```
|
|
922
922
|
|
|
923
|
-
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
923
|
+
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/runs/info.ts)_
|
|
924
924
|
|
|
925
925
|
## `apify runs log RUNID`
|
|
926
926
|
|
|
@@ -937,7 +937,7 @@ DESCRIPTION
|
|
|
937
937
|
Prints the log of a specific run.
|
|
938
938
|
```
|
|
939
939
|
|
|
940
|
-
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
940
|
+
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/runs/log.ts)_
|
|
941
941
|
|
|
942
942
|
## `apify runs ls`
|
|
943
943
|
|
|
@@ -962,7 +962,7 @@ DESCRIPTION
|
|
|
962
962
|
Lists all runs of the Actor.
|
|
963
963
|
```
|
|
964
964
|
|
|
965
|
-
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
965
|
+
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/runs/ls.ts)_
|
|
966
966
|
|
|
967
967
|
## `apify runs resurrect RUNID`
|
|
968
968
|
|
|
@@ -982,7 +982,7 @@ DESCRIPTION
|
|
|
982
982
|
Resurrects an aborted or finished Actor Run.
|
|
983
983
|
```
|
|
984
984
|
|
|
985
|
-
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
985
|
+
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/runs/resurrect.ts)_
|
|
986
986
|
|
|
987
987
|
## `apify runs rm RUNID`
|
|
988
988
|
|
|
@@ -999,7 +999,7 @@ DESCRIPTION
|
|
|
999
999
|
Deletes an Actor Run.
|
|
1000
1000
|
```
|
|
1001
1001
|
|
|
1002
|
-
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1002
|
+
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/runs/rm.ts)_
|
|
1003
1003
|
|
|
1004
1004
|
## `apify secrets`
|
|
1005
1005
|
|
|
@@ -1029,7 +1029,7 @@ DESCRIPTION
|
|
|
1029
1029
|
of the Actor.
|
|
1030
1030
|
```
|
|
1031
1031
|
|
|
1032
|
-
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1032
|
+
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/secrets/index.ts)_
|
|
1033
1033
|
|
|
1034
1034
|
## `apify secrets add NAME VALUE`
|
|
1035
1035
|
|
|
@@ -1048,7 +1048,7 @@ DESCRIPTION
|
|
|
1048
1048
|
The secrets are stored to a file at ~/.apify
|
|
1049
1049
|
```
|
|
1050
1050
|
|
|
1051
|
-
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1051
|
+
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/secrets/add.ts)_
|
|
1052
1052
|
|
|
1053
1053
|
## `apify secrets rm NAME`
|
|
1054
1054
|
|
|
@@ -1065,7 +1065,7 @@ DESCRIPTION
|
|
|
1065
1065
|
Removes the secret.
|
|
1066
1066
|
```
|
|
1067
1067
|
|
|
1068
|
-
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1068
|
+
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/secrets/rm.ts)_
|
|
1069
1069
|
|
|
1070
1070
|
## `apify task`
|
|
1071
1071
|
|
|
@@ -1079,7 +1079,7 @@ DESCRIPTION
|
|
|
1079
1079
|
Commands are designed to be used to interact with Tasks.
|
|
1080
1080
|
```
|
|
1081
1081
|
|
|
1082
|
-
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1082
|
+
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/task/index.ts)_
|
|
1083
1083
|
|
|
1084
1084
|
## `apify task run TASKID`
|
|
1085
1085
|
|
|
@@ -1104,7 +1104,7 @@ DESCRIPTION
|
|
|
1104
1104
|
takes input for the Actor from the default local key-value store by default.
|
|
1105
1105
|
```
|
|
1106
1106
|
|
|
1107
|
-
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1107
|
+
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/task/run.ts)_
|
|
1108
1108
|
|
|
1109
1109
|
## `apify validate-schema [PATH]`
|
|
1110
1110
|
|
|
@@ -1129,6 +1129,6 @@ DESCRIPTION
|
|
|
1129
1129
|
You can also pass any custom path to your input schema to have it validated instead.
|
|
1130
1130
|
```
|
|
1131
1131
|
|
|
1132
|
-
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1132
|
+
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.9/src/commands/validate-schema.ts)_
|
|
1133
1133
|
<!-- commandsstop -->
|
|
1134
1134
|
<!-- prettier-ignore-end -->
|