apify-cli 0.21.2-beta.0 → 0.21.2-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.
- package/README.md +62 -62
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -358,7 +358,7 @@ DESCRIPTION
|
|
|
358
358
|
Manages runtime data operations inside of a running Actor.
|
|
359
359
|
```
|
|
360
360
|
|
|
361
|
-
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
361
|
+
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actor/index.ts)_
|
|
362
362
|
|
|
363
363
|
## `apify actor charge EVENTNAME`
|
|
364
364
|
|
|
@@ -380,7 +380,7 @@ DESCRIPTION
|
|
|
380
380
|
Charge for a specific event in the pay-per-event Actor run.
|
|
381
381
|
```
|
|
382
382
|
|
|
383
|
-
_See code: [src/commands/actor/charge.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
383
|
+
_See code: [src/commands/actor/charge.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actor/charge.ts)_
|
|
384
384
|
|
|
385
385
|
## `apify actor get-input`
|
|
386
386
|
|
|
@@ -394,7 +394,7 @@ DESCRIPTION
|
|
|
394
394
|
Gets the Actor input value from the default key-value store associated with the Actor run.
|
|
395
395
|
```
|
|
396
396
|
|
|
397
|
-
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
397
|
+
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actor/get-input.ts)_
|
|
398
398
|
|
|
399
399
|
## `apify actor get-value KEY`
|
|
400
400
|
|
|
@@ -411,7 +411,7 @@ DESCRIPTION
|
|
|
411
411
|
Gets a value from the default key-value store associated with the Actor run.
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
414
|
+
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actor/get-value.ts)_
|
|
415
415
|
|
|
416
416
|
## `apify actor push-data [ITEM]`
|
|
417
417
|
|
|
@@ -434,7 +434,7 @@ DESCRIPTION
|
|
|
434
434
|
$ cat ./test.json | apify actor push-data
|
|
435
435
|
```
|
|
436
436
|
|
|
437
|
-
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
437
|
+
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actor/push-data.ts)_
|
|
438
438
|
|
|
439
439
|
## `apify actor set-value KEY [VALUE]`
|
|
440
440
|
|
|
@@ -466,7 +466,7 @@ DESCRIPTION
|
|
|
466
466
|
$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
|
|
467
467
|
```
|
|
468
468
|
|
|
469
|
-
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
469
|
+
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actor/set-value.ts)_
|
|
470
470
|
|
|
471
471
|
## `apify actors`
|
|
472
472
|
|
|
@@ -480,7 +480,7 @@ DESCRIPTION
|
|
|
480
480
|
Manages Actor creation, deployment, and execution on the Apify platform.
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
483
|
+
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actors/index.ts)_
|
|
484
484
|
|
|
485
485
|
## `apify actors build [ACTORID]`
|
|
486
486
|
|
|
@@ -507,7 +507,7 @@ DESCRIPTION
|
|
|
507
507
|
Creates a new build of the Actor.
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
510
|
+
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actors/build.ts)_
|
|
511
511
|
|
|
512
512
|
## `apify actors call [ACTORID]`
|
|
513
513
|
|
|
@@ -540,7 +540,7 @@ DESCRIPTION
|
|
|
540
540
|
Reads input from local key-value store by default.
|
|
541
541
|
```
|
|
542
542
|
|
|
543
|
-
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
543
|
+
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actors/call.ts)_
|
|
544
544
|
|
|
545
545
|
## `apify actors info ACTORID`
|
|
546
546
|
|
|
@@ -564,7 +564,7 @@ DESCRIPTION
|
|
|
564
564
|
Get information about an Actor.
|
|
565
565
|
```
|
|
566
566
|
|
|
567
|
-
_See code: [src/commands/actors/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
567
|
+
_See code: [src/commands/actors/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actors/info.ts)_
|
|
568
568
|
|
|
569
569
|
## `apify actors ls`
|
|
570
570
|
|
|
@@ -587,7 +587,7 @@ DESCRIPTION
|
|
|
587
587
|
Prints a list of recently executed Actors or Actors you own.
|
|
588
588
|
```
|
|
589
589
|
|
|
590
|
-
_See code: [src/commands/actors/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
590
|
+
_See code: [src/commands/actors/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actors/ls.ts)_
|
|
591
591
|
|
|
592
592
|
## `apify actors pull [ACTORID]`
|
|
593
593
|
|
|
@@ -609,7 +609,7 @@ DESCRIPTION
|
|
|
609
609
|
Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.
|
|
610
610
|
```
|
|
611
611
|
|
|
612
|
-
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
612
|
+
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actors/pull.ts)_
|
|
613
613
|
|
|
614
614
|
## `apify actors push [ACTORID]`
|
|
615
615
|
|
|
@@ -640,7 +640,7 @@ DESCRIPTION
|
|
|
640
640
|
Use --force to override newer remote versions.
|
|
641
641
|
```
|
|
642
642
|
|
|
643
|
-
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
643
|
+
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actors/push.ts)_
|
|
644
644
|
|
|
645
645
|
## `apify actors rm ACTORID`
|
|
646
646
|
|
|
@@ -657,7 +657,7 @@ DESCRIPTION
|
|
|
657
657
|
Permanently removes an Actor from your account.
|
|
658
658
|
```
|
|
659
659
|
|
|
660
|
-
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
660
|
+
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actors/rm.ts)_
|
|
661
661
|
|
|
662
662
|
## `apify actors start [ACTORID]`
|
|
663
663
|
|
|
@@ -688,7 +688,7 @@ DESCRIPTION
|
|
|
688
688
|
Uses authenticated account and local key-value store for input.
|
|
689
689
|
```
|
|
690
690
|
|
|
691
|
-
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
691
|
+
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/actors/start.ts)_
|
|
692
692
|
|
|
693
693
|
## `apify builds`
|
|
694
694
|
|
|
@@ -702,7 +702,7 @@ DESCRIPTION
|
|
|
702
702
|
Manages Actor build processes and versioning.
|
|
703
703
|
```
|
|
704
704
|
|
|
705
|
-
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
705
|
+
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/builds/index.ts)_
|
|
706
706
|
|
|
707
707
|
## `apify builds create [ACTORID]`
|
|
708
708
|
|
|
@@ -729,7 +729,7 @@ DESCRIPTION
|
|
|
729
729
|
Creates a new build of the Actor.
|
|
730
730
|
```
|
|
731
731
|
|
|
732
|
-
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
732
|
+
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/builds/create.ts)_
|
|
733
733
|
|
|
734
734
|
## `apify builds info BUILDID`
|
|
735
735
|
|
|
@@ -749,7 +749,7 @@ DESCRIPTION
|
|
|
749
749
|
Prints information about a specific build.
|
|
750
750
|
```
|
|
751
751
|
|
|
752
|
-
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
752
|
+
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/builds/info.ts)_
|
|
753
753
|
|
|
754
754
|
## `apify builds log BUILDID`
|
|
755
755
|
|
|
@@ -766,7 +766,7 @@ DESCRIPTION
|
|
|
766
766
|
Prints the log of a specific build.
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
769
|
+
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/builds/log.ts)_
|
|
770
770
|
|
|
771
771
|
## `apify builds ls [ACTORID]`
|
|
772
772
|
|
|
@@ -792,7 +792,7 @@ DESCRIPTION
|
|
|
792
792
|
Lists all builds of the Actor.
|
|
793
793
|
```
|
|
794
794
|
|
|
795
|
-
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
795
|
+
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/builds/ls.ts)_
|
|
796
796
|
|
|
797
797
|
## `apify builds rm BUILDID`
|
|
798
798
|
|
|
@@ -809,7 +809,7 @@ DESCRIPTION
|
|
|
809
809
|
Permanently removes an Actor build from the Apify platform.
|
|
810
810
|
```
|
|
811
811
|
|
|
812
|
-
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
812
|
+
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/builds/rm.ts)_
|
|
813
813
|
|
|
814
814
|
## `apify call [ACTORID]`
|
|
815
815
|
|
|
@@ -842,7 +842,7 @@ DESCRIPTION
|
|
|
842
842
|
Reads input from local key-value store by default.
|
|
843
843
|
```
|
|
844
844
|
|
|
845
|
-
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
845
|
+
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/call.ts)_
|
|
846
846
|
|
|
847
847
|
## `apify create [ACTORNAME]`
|
|
848
848
|
|
|
@@ -867,7 +867,7 @@ DESCRIPTION
|
|
|
867
867
|
Creates an Actor project from a template in a new directory.
|
|
868
868
|
```
|
|
869
869
|
|
|
870
|
-
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
870
|
+
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/create.ts)_
|
|
871
871
|
|
|
872
872
|
## `apify datasets`
|
|
873
873
|
|
|
@@ -881,7 +881,7 @@ DESCRIPTION
|
|
|
881
881
|
Manages structured data storage and retrieval.
|
|
882
882
|
```
|
|
883
883
|
|
|
884
|
-
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
884
|
+
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/datasets/index.ts)_
|
|
885
885
|
|
|
886
886
|
## `apify datasets create [DATASETNAME]`
|
|
887
887
|
|
|
@@ -901,7 +901,7 @@ DESCRIPTION
|
|
|
901
901
|
Creates a new dataset for storing structured data on your account.
|
|
902
902
|
```
|
|
903
903
|
|
|
904
|
-
_See code: [src/commands/datasets/create.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
904
|
+
_See code: [src/commands/datasets/create.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/datasets/create.ts)_
|
|
905
905
|
|
|
906
906
|
## `apify datasets get-items DATASETID`
|
|
907
907
|
|
|
@@ -924,7 +924,7 @@ DESCRIPTION
|
|
|
924
924
|
Retrieves dataset items in specified format (JSON, CSV, etc).
|
|
925
925
|
```
|
|
926
926
|
|
|
927
|
-
_See code: [src/commands/datasets/get-items.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
927
|
+
_See code: [src/commands/datasets/get-items.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/datasets/get-items.ts)_
|
|
928
928
|
|
|
929
929
|
## `apify datasets info STOREID`
|
|
930
930
|
|
|
@@ -944,7 +944,7 @@ DESCRIPTION
|
|
|
944
944
|
Prints information about a specific dataset.
|
|
945
945
|
```
|
|
946
946
|
|
|
947
|
-
_See code: [src/commands/datasets/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
947
|
+
_See code: [src/commands/datasets/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/datasets/info.ts)_
|
|
948
948
|
|
|
949
949
|
## `apify datasets ls`
|
|
950
950
|
|
|
@@ -967,7 +967,7 @@ DESCRIPTION
|
|
|
967
967
|
Prints all datasets on your account.
|
|
968
968
|
```
|
|
969
969
|
|
|
970
|
-
_See code: [src/commands/datasets/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
970
|
+
_See code: [src/commands/datasets/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/datasets/ls.ts)_
|
|
971
971
|
|
|
972
972
|
## `apify datasets push-items NAMEORID [ITEM]`
|
|
973
973
|
|
|
@@ -985,7 +985,7 @@ DESCRIPTION
|
|
|
985
985
|
Adds data items to specified dataset. Accepts single object or array of objects.
|
|
986
986
|
```
|
|
987
987
|
|
|
988
|
-
_See code: [src/commands/datasets/push-items.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
988
|
+
_See code: [src/commands/datasets/push-items.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/datasets/push-items.ts)_
|
|
989
989
|
|
|
990
990
|
## `apify datasets rename NAMEORID [NEWNAME]`
|
|
991
991
|
|
|
@@ -1006,7 +1006,7 @@ DESCRIPTION
|
|
|
1006
1006
|
Change dataset name or removes name with --unname flag.
|
|
1007
1007
|
```
|
|
1008
1008
|
|
|
1009
|
-
_See code: [src/commands/datasets/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1009
|
+
_See code: [src/commands/datasets/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/datasets/rename.ts)_
|
|
1010
1010
|
|
|
1011
1011
|
## `apify datasets rm DATASETNAMEORID`
|
|
1012
1012
|
|
|
@@ -1023,7 +1023,7 @@ DESCRIPTION
|
|
|
1023
1023
|
Permanently removes a dataset.
|
|
1024
1024
|
```
|
|
1025
1025
|
|
|
1026
|
-
_See code: [src/commands/datasets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1026
|
+
_See code: [src/commands/datasets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/datasets/rm.ts)_
|
|
1027
1027
|
|
|
1028
1028
|
## `apify help [COMMAND]`
|
|
1029
1029
|
|
|
@@ -1057,7 +1057,7 @@ DESCRIPTION
|
|
|
1057
1057
|
Prints details about your currently authenticated Apify account.
|
|
1058
1058
|
```
|
|
1059
1059
|
|
|
1060
|
-
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1060
|
+
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/info.ts)_
|
|
1061
1061
|
|
|
1062
1062
|
## `apify init [ACTORNAME]`
|
|
1063
1063
|
|
|
@@ -1084,7 +1084,7 @@ DESCRIPTION
|
|
|
1084
1084
|
WARNING: Overwrites existing 'storage' directory.
|
|
1085
1085
|
```
|
|
1086
1086
|
|
|
1087
|
-
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1087
|
+
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/init.ts)_
|
|
1088
1088
|
|
|
1089
1089
|
## `apify key-value-stores`
|
|
1090
1090
|
|
|
@@ -1100,7 +1100,7 @@ DESCRIPTION
|
|
|
1100
1100
|
Alias: kvs
|
|
1101
1101
|
```
|
|
1102
1102
|
|
|
1103
|
-
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1103
|
+
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/key-value-stores/index.ts)_
|
|
1104
1104
|
|
|
1105
1105
|
## `apify key-value-stores create [KEYVALUESTORENAME]`
|
|
1106
1106
|
|
|
@@ -1120,7 +1120,7 @@ DESCRIPTION
|
|
|
1120
1120
|
Creates a new key-value store on your account.
|
|
1121
1121
|
```
|
|
1122
1122
|
|
|
1123
|
-
_See code: [src/commands/key-value-stores/create.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1123
|
+
_See code: [src/commands/key-value-stores/create.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/key-value-stores/create.ts)_
|
|
1124
1124
|
|
|
1125
1125
|
## `apify key-value-stores delete-value STOREID ITEMKEY`
|
|
1126
1126
|
|
|
@@ -1138,7 +1138,7 @@ DESCRIPTION
|
|
|
1138
1138
|
Delete a value from a key-value store.
|
|
1139
1139
|
```
|
|
1140
1140
|
|
|
1141
|
-
_See code: [src/commands/key-value-stores/delete-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1141
|
+
_See code: [src/commands/key-value-stores/delete-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/key-value-stores/delete-value.ts)_
|
|
1142
1142
|
|
|
1143
1143
|
## `apify key-value-stores get-value KEYVALUESTOREID ITEMKEY`
|
|
1144
1144
|
|
|
@@ -1159,7 +1159,7 @@ DESCRIPTION
|
|
|
1159
1159
|
Retrieves stored value for specified key. Use --only-content-type to check MIME type.
|
|
1160
1160
|
```
|
|
1161
1161
|
|
|
1162
|
-
_See code: [src/commands/key-value-stores/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1162
|
+
_See code: [src/commands/key-value-stores/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/key-value-stores/get-value.ts)_
|
|
1163
1163
|
|
|
1164
1164
|
## `apify key-value-stores info STOREID`
|
|
1165
1165
|
|
|
@@ -1179,7 +1179,7 @@ DESCRIPTION
|
|
|
1179
1179
|
Shows information about a key-value store.
|
|
1180
1180
|
```
|
|
1181
1181
|
|
|
1182
|
-
_See code: [src/commands/key-value-stores/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1182
|
+
_See code: [src/commands/key-value-stores/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/key-value-stores/info.ts)_
|
|
1183
1183
|
|
|
1184
1184
|
## `apify key-value-stores keys STOREID`
|
|
1185
1185
|
|
|
@@ -1203,7 +1203,7 @@ DESCRIPTION
|
|
|
1203
1203
|
Lists all keys in a key-value store.
|
|
1204
1204
|
```
|
|
1205
1205
|
|
|
1206
|
-
_See code: [src/commands/key-value-stores/keys.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1206
|
+
_See code: [src/commands/key-value-stores/keys.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/key-value-stores/keys.ts)_
|
|
1207
1207
|
|
|
1208
1208
|
## `apify key-value-stores ls`
|
|
1209
1209
|
|
|
@@ -1226,7 +1226,7 @@ DESCRIPTION
|
|
|
1226
1226
|
Lists all key-value stores on your account.
|
|
1227
1227
|
```
|
|
1228
1228
|
|
|
1229
|
-
_See code: [src/commands/key-value-stores/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1229
|
+
_See code: [src/commands/key-value-stores/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/key-value-stores/ls.ts)_
|
|
1230
1230
|
|
|
1231
1231
|
## `apify key-value-stores rename KEYVALUESTORENAMEORID [NEWNAME]`
|
|
1232
1232
|
|
|
@@ -1247,7 +1247,7 @@ DESCRIPTION
|
|
|
1247
1247
|
Renames a key-value store, or removes its unique name.
|
|
1248
1248
|
```
|
|
1249
1249
|
|
|
1250
|
-
_See code: [src/commands/key-value-stores/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1250
|
+
_See code: [src/commands/key-value-stores/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/key-value-stores/rename.ts)_
|
|
1251
1251
|
|
|
1252
1252
|
## `apify key-value-stores rm KEYVALUESTORENAMEORID`
|
|
1253
1253
|
|
|
@@ -1264,7 +1264,7 @@ DESCRIPTION
|
|
|
1264
1264
|
Permanently removes a key-value store.
|
|
1265
1265
|
```
|
|
1266
1266
|
|
|
1267
|
-
_See code: [src/commands/key-value-stores/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1267
|
+
_See code: [src/commands/key-value-stores/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/key-value-stores/rm.ts)_
|
|
1268
1268
|
|
|
1269
1269
|
## `apify key-value-stores set-value STOREID ITEMKEY [VALUE]`
|
|
1270
1270
|
|
|
@@ -1287,7 +1287,7 @@ DESCRIPTION
|
|
|
1287
1287
|
Stores value with specified key. Set content-type with --content-type flag.
|
|
1288
1288
|
```
|
|
1289
1289
|
|
|
1290
|
-
_See code: [src/commands/key-value-stores/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1290
|
+
_See code: [src/commands/key-value-stores/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/key-value-stores/set-value.ts)_
|
|
1291
1291
|
|
|
1292
1292
|
## `apify login`
|
|
1293
1293
|
|
|
@@ -1309,7 +1309,7 @@ DESCRIPTION
|
|
|
1309
1309
|
Run 'apify logout' to remove authentication.
|
|
1310
1310
|
```
|
|
1311
1311
|
|
|
1312
|
-
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1312
|
+
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/login.ts)_
|
|
1313
1313
|
|
|
1314
1314
|
## `apify logout`
|
|
1315
1315
|
|
|
@@ -1324,7 +1324,7 @@ DESCRIPTION
|
|
|
1324
1324
|
Run 'apify login' to authenticate again.
|
|
1325
1325
|
```
|
|
1326
1326
|
|
|
1327
|
-
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1327
|
+
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/logout.ts)_
|
|
1328
1328
|
|
|
1329
1329
|
## `apify pull [ACTORID]`
|
|
1330
1330
|
|
|
@@ -1346,7 +1346,7 @@ DESCRIPTION
|
|
|
1346
1346
|
Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.
|
|
1347
1347
|
```
|
|
1348
1348
|
|
|
1349
|
-
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1349
|
+
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/pull.ts)_
|
|
1350
1350
|
|
|
1351
1351
|
## `apify push [ACTORID]`
|
|
1352
1352
|
|
|
@@ -1377,7 +1377,7 @@ DESCRIPTION
|
|
|
1377
1377
|
Use --force to override newer remote versions.
|
|
1378
1378
|
```
|
|
1379
1379
|
|
|
1380
|
-
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1380
|
+
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/push.ts)_
|
|
1381
1381
|
|
|
1382
1382
|
## `apify request-queues`
|
|
1383
1383
|
|
|
@@ -1391,7 +1391,7 @@ DESCRIPTION
|
|
|
1391
1391
|
Manages URL queues for web scraping and automation tasks.
|
|
1392
1392
|
```
|
|
1393
1393
|
|
|
1394
|
-
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1394
|
+
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/request-queues/index.ts)_
|
|
1395
1395
|
|
|
1396
1396
|
## `apify run`
|
|
1397
1397
|
|
|
@@ -1424,7 +1424,7 @@ DESCRIPTION
|
|
|
1424
1424
|
NOTE: For Node.js Actors, customize behavior by modifying the 'start' script in package.json file.
|
|
1425
1425
|
```
|
|
1426
1426
|
|
|
1427
|
-
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1427
|
+
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/run.ts)_
|
|
1428
1428
|
|
|
1429
1429
|
## `apify runs`
|
|
1430
1430
|
|
|
@@ -1438,7 +1438,7 @@ DESCRIPTION
|
|
|
1438
1438
|
Manages Actor run operations
|
|
1439
1439
|
```
|
|
1440
1440
|
|
|
1441
|
-
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1441
|
+
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/runs/index.ts)_
|
|
1442
1442
|
|
|
1443
1443
|
## `apify runs abort RUNID`
|
|
1444
1444
|
|
|
@@ -1461,7 +1461,7 @@ DESCRIPTION
|
|
|
1461
1461
|
Aborts an Actor run.
|
|
1462
1462
|
```
|
|
1463
1463
|
|
|
1464
|
-
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1464
|
+
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/runs/abort.ts)_
|
|
1465
1465
|
|
|
1466
1466
|
## `apify runs info RUNID`
|
|
1467
1467
|
|
|
@@ -1484,7 +1484,7 @@ DESCRIPTION
|
|
|
1484
1484
|
Prints information about an Actor run.
|
|
1485
1485
|
```
|
|
1486
1486
|
|
|
1487
|
-
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1487
|
+
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/runs/info.ts)_
|
|
1488
1488
|
|
|
1489
1489
|
## `apify runs log RUNID`
|
|
1490
1490
|
|
|
@@ -1501,7 +1501,7 @@ DESCRIPTION
|
|
|
1501
1501
|
Prints the log of a specific run.
|
|
1502
1502
|
```
|
|
1503
1503
|
|
|
1504
|
-
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1504
|
+
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/runs/log.ts)_
|
|
1505
1505
|
|
|
1506
1506
|
## `apify runs ls [ACTORID]`
|
|
1507
1507
|
|
|
@@ -1527,7 +1527,7 @@ DESCRIPTION
|
|
|
1527
1527
|
Lists all runs of the Actor.
|
|
1528
1528
|
```
|
|
1529
1529
|
|
|
1530
|
-
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1530
|
+
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/runs/ls.ts)_
|
|
1531
1531
|
|
|
1532
1532
|
## `apify runs resurrect RUNID`
|
|
1533
1533
|
|
|
@@ -1547,7 +1547,7 @@ DESCRIPTION
|
|
|
1547
1547
|
Resurrects an aborted or finished Actor Run.
|
|
1548
1548
|
```
|
|
1549
1549
|
|
|
1550
|
-
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1550
|
+
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/runs/resurrect.ts)_
|
|
1551
1551
|
|
|
1552
1552
|
## `apify runs rm RUNID`
|
|
1553
1553
|
|
|
@@ -1564,7 +1564,7 @@ DESCRIPTION
|
|
|
1564
1564
|
Deletes an Actor Run.
|
|
1565
1565
|
```
|
|
1566
1566
|
|
|
1567
|
-
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1567
|
+
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/runs/rm.ts)_
|
|
1568
1568
|
|
|
1569
1569
|
## `apify secrets`
|
|
1570
1570
|
|
|
@@ -1594,7 +1594,7 @@ DESCRIPTION
|
|
|
1594
1594
|
of the Actor.
|
|
1595
1595
|
```
|
|
1596
1596
|
|
|
1597
|
-
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1597
|
+
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/secrets/index.ts)_
|
|
1598
1598
|
|
|
1599
1599
|
## `apify secrets add NAME VALUE`
|
|
1600
1600
|
|
|
@@ -1612,7 +1612,7 @@ DESCRIPTION
|
|
|
1612
1612
|
Adds a new secret to '~/.apify' for use in Actor environment variables.
|
|
1613
1613
|
```
|
|
1614
1614
|
|
|
1615
|
-
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1615
|
+
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/secrets/add.ts)_
|
|
1616
1616
|
|
|
1617
1617
|
## `apify secrets rm NAME`
|
|
1618
1618
|
|
|
@@ -1629,7 +1629,7 @@ DESCRIPTION
|
|
|
1629
1629
|
Permanently deletes a secret from your stored credentials.
|
|
1630
1630
|
```
|
|
1631
1631
|
|
|
1632
|
-
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1632
|
+
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/secrets/rm.ts)_
|
|
1633
1633
|
|
|
1634
1634
|
## `apify task`
|
|
1635
1635
|
|
|
@@ -1643,7 +1643,7 @@ DESCRIPTION
|
|
|
1643
1643
|
Manages scheduled and predefined Actor configurations.
|
|
1644
1644
|
```
|
|
1645
1645
|
|
|
1646
|
-
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1646
|
+
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/task/index.ts)_
|
|
1647
1647
|
|
|
1648
1648
|
## `apify task run TASKID`
|
|
1649
1649
|
|
|
@@ -1666,7 +1666,7 @@ DESCRIPTION
|
|
|
1666
1666
|
Customize with --memory and --timeout flags.
|
|
1667
1667
|
```
|
|
1668
1668
|
|
|
1669
|
-
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1669
|
+
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/task/run.ts)_
|
|
1670
1670
|
|
|
1671
1671
|
## `apify validate-schema [PATH]`
|
|
1672
1672
|
|
|
@@ -1689,6 +1689,6 @@ DESCRIPTION
|
|
|
1689
1689
|
Optionally specify custom schema path to validate.
|
|
1690
1690
|
```
|
|
1691
1691
|
|
|
1692
|
-
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.
|
|
1692
|
+
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.1/src/commands/validate-schema.ts)_
|
|
1693
1693
|
<!-- commandsstop -->
|
|
1694
1694
|
<!-- prettier-ignore-end -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify-cli",
|
|
3
|
-
"version": "0.21.2-beta.
|
|
3
|
+
"version": "0.21.2-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",
|