apify-cli 0.21.0-beta.76 → 0.21.0-beta.78
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 +59 -59
- package/dist/.tsbuildinfo +1 -1
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -355,7 +355,7 @@ DESCRIPTION
|
|
|
355
355
|
Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
358
|
+
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actor/index.ts)_
|
|
359
359
|
|
|
360
360
|
## `apify actor get-input`
|
|
361
361
|
|
|
@@ -369,7 +369,7 @@ DESCRIPTION
|
|
|
369
369
|
Gets the Actor input value from the default key-value store associated with the Actor run.
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
372
|
+
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actor/get-input.ts)_
|
|
373
373
|
|
|
374
374
|
## `apify actor get-value KEY`
|
|
375
375
|
|
|
@@ -386,7 +386,7 @@ DESCRIPTION
|
|
|
386
386
|
Gets a value from the default key-value store associated with the Actor run.
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
389
|
+
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actor/get-value.ts)_
|
|
390
390
|
|
|
391
391
|
## `apify actor push-data [ITEM]`
|
|
392
392
|
|
|
@@ -408,7 +408,7 @@ DESCRIPTION
|
|
|
408
408
|
$ cat ./test.json | apify actor push-data
|
|
409
409
|
```
|
|
410
410
|
|
|
411
|
-
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
411
|
+
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actor/push-data.ts)_
|
|
412
412
|
|
|
413
413
|
## `apify actor set-value KEY [VALUE]`
|
|
414
414
|
|
|
@@ -437,7 +437,7 @@ DESCRIPTION
|
|
|
437
437
|
$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
|
|
438
438
|
```
|
|
439
439
|
|
|
440
|
-
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
440
|
+
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actor/set-value.ts)_
|
|
441
441
|
|
|
442
442
|
## `apify actors`
|
|
443
443
|
|
|
@@ -451,7 +451,7 @@ DESCRIPTION
|
|
|
451
451
|
Commands are designed to be used with Actors.
|
|
452
452
|
```
|
|
453
453
|
|
|
454
|
-
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
454
|
+
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actors/index.ts)_
|
|
455
455
|
|
|
456
456
|
## `apify actors build [ACTORID]`
|
|
457
457
|
|
|
@@ -478,7 +478,7 @@ DESCRIPTION
|
|
|
478
478
|
Creates a new build of the Actor.
|
|
479
479
|
```
|
|
480
480
|
|
|
481
|
-
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
481
|
+
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actors/build.ts)_
|
|
482
482
|
|
|
483
483
|
## `apify actors call [ACTORID]`
|
|
484
484
|
|
|
@@ -512,7 +512,7 @@ DESCRIPTION
|
|
|
512
512
|
takes input for the Actor from the default local key-value store by default.
|
|
513
513
|
```
|
|
514
514
|
|
|
515
|
-
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
515
|
+
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actors/call.ts)_
|
|
516
516
|
|
|
517
517
|
## `apify actors info ACTORID`
|
|
518
518
|
|
|
@@ -536,7 +536,7 @@ DESCRIPTION
|
|
|
536
536
|
Get information about an Actor.
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/actors/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
539
|
+
_See code: [src/commands/actors/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actors/info.ts)_
|
|
540
540
|
|
|
541
541
|
## `apify actors ls`
|
|
542
542
|
|
|
@@ -559,7 +559,7 @@ DESCRIPTION
|
|
|
559
559
|
Lists all recently ran Actors or your own Actors.
|
|
560
560
|
```
|
|
561
561
|
|
|
562
|
-
_See code: [src/commands/actors/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
562
|
+
_See code: [src/commands/actors/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actors/ls.ts)_
|
|
563
563
|
|
|
564
564
|
## `apify actors pull [ACTORID]`
|
|
565
565
|
|
|
@@ -582,7 +582,7 @@ DESCRIPTION
|
|
|
582
582
|
cloned. If it is defined as Web IDE, it will fetch the files.
|
|
583
583
|
```
|
|
584
584
|
|
|
585
|
-
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
585
|
+
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actors/pull.ts)_
|
|
586
586
|
|
|
587
587
|
## `apify actors push [ACTORID]`
|
|
588
588
|
|
|
@@ -618,7 +618,7 @@ DESCRIPTION
|
|
|
618
618
|
overwritten with --force flag.
|
|
619
619
|
```
|
|
620
620
|
|
|
621
|
-
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
621
|
+
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actors/push.ts)_
|
|
622
622
|
|
|
623
623
|
## `apify actors rm ACTORID`
|
|
624
624
|
|
|
@@ -635,7 +635,7 @@ DESCRIPTION
|
|
|
635
635
|
Deletes an Actor.
|
|
636
636
|
```
|
|
637
637
|
|
|
638
|
-
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
638
|
+
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actors/rm.ts)_
|
|
639
639
|
|
|
640
640
|
## `apify actors start [ACTORID]`
|
|
641
641
|
|
|
@@ -667,7 +667,7 @@ DESCRIPTION
|
|
|
667
667
|
takes input for the Actor from the default local key-value store by default.
|
|
668
668
|
```
|
|
669
669
|
|
|
670
|
-
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
670
|
+
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/actors/start.ts)_
|
|
671
671
|
|
|
672
672
|
## `apify builds`
|
|
673
673
|
|
|
@@ -681,7 +681,7 @@ DESCRIPTION
|
|
|
681
681
|
Commands are designed to be used with Actor Builds.
|
|
682
682
|
```
|
|
683
683
|
|
|
684
|
-
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
684
|
+
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/builds/index.ts)_
|
|
685
685
|
|
|
686
686
|
## `apify builds create [ACTORID]`
|
|
687
687
|
|
|
@@ -708,7 +708,7 @@ DESCRIPTION
|
|
|
708
708
|
Creates a new build of the Actor.
|
|
709
709
|
```
|
|
710
710
|
|
|
711
|
-
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
711
|
+
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/builds/create.ts)_
|
|
712
712
|
|
|
713
713
|
## `apify builds info BUILDID`
|
|
714
714
|
|
|
@@ -728,7 +728,7 @@ DESCRIPTION
|
|
|
728
728
|
Prints information about a specific build.
|
|
729
729
|
```
|
|
730
730
|
|
|
731
|
-
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
731
|
+
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/builds/info.ts)_
|
|
732
732
|
|
|
733
733
|
## `apify builds log BUILDID`
|
|
734
734
|
|
|
@@ -745,7 +745,7 @@ DESCRIPTION
|
|
|
745
745
|
Prints the log of a specific build.
|
|
746
746
|
```
|
|
747
747
|
|
|
748
|
-
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
748
|
+
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/builds/log.ts)_
|
|
749
749
|
|
|
750
750
|
## `apify builds ls [ACTORID]`
|
|
751
751
|
|
|
@@ -771,7 +771,7 @@ DESCRIPTION
|
|
|
771
771
|
Lists all builds of the Actor.
|
|
772
772
|
```
|
|
773
773
|
|
|
774
|
-
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
774
|
+
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/builds/ls.ts)_
|
|
775
775
|
|
|
776
776
|
## `apify builds rm BUILDID`
|
|
777
777
|
|
|
@@ -788,7 +788,7 @@ DESCRIPTION
|
|
|
788
788
|
Deletes an Actor Build.
|
|
789
789
|
```
|
|
790
790
|
|
|
791
|
-
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
791
|
+
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/builds/rm.ts)_
|
|
792
792
|
|
|
793
793
|
## `apify call [ACTORID]`
|
|
794
794
|
|
|
@@ -822,7 +822,7 @@ DESCRIPTION
|
|
|
822
822
|
takes input for the Actor from the default local key-value store by default.
|
|
823
823
|
```
|
|
824
824
|
|
|
825
|
-
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
825
|
+
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/call.ts)_
|
|
826
826
|
|
|
827
827
|
## `apify create [ACTORNAME]`
|
|
828
828
|
|
|
@@ -847,7 +847,7 @@ DESCRIPTION
|
|
|
847
847
|
Creates a new Actor project directory from a selected boilerplate template.
|
|
848
848
|
```
|
|
849
849
|
|
|
850
|
-
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
850
|
+
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/create.ts)_
|
|
851
851
|
|
|
852
852
|
## `apify datasets`
|
|
853
853
|
|
|
@@ -861,7 +861,7 @@ DESCRIPTION
|
|
|
861
861
|
Commands are designed to be used with Datasets.
|
|
862
862
|
```
|
|
863
863
|
|
|
864
|
-
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
864
|
+
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/datasets/index.ts)_
|
|
865
865
|
|
|
866
866
|
## `apify datasets create [DATASETNAME]`
|
|
867
867
|
|
|
@@ -881,7 +881,7 @@ DESCRIPTION
|
|
|
881
881
|
Creates a new Dataset on your account
|
|
882
882
|
```
|
|
883
883
|
|
|
884
|
-
_See code: [src/commands/datasets/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
884
|
+
_See code: [src/commands/datasets/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/datasets/create.ts)_
|
|
885
885
|
|
|
886
886
|
## `apify datasets get-items DATASETID`
|
|
887
887
|
|
|
@@ -904,7 +904,7 @@ DESCRIPTION
|
|
|
904
904
|
Exports the items present in a Dataset.
|
|
905
905
|
```
|
|
906
906
|
|
|
907
|
-
_See code: [src/commands/datasets/get-items.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
907
|
+
_See code: [src/commands/datasets/get-items.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/datasets/get-items.ts)_
|
|
908
908
|
|
|
909
909
|
## `apify datasets ls`
|
|
910
910
|
|
|
@@ -927,7 +927,7 @@ DESCRIPTION
|
|
|
927
927
|
Lists all Datasets on your account.
|
|
928
928
|
```
|
|
929
929
|
|
|
930
|
-
_See code: [src/commands/datasets/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
930
|
+
_See code: [src/commands/datasets/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/datasets/ls.ts)_
|
|
931
931
|
|
|
932
932
|
## `apify datasets push-items NAMEORID [ITEM]`
|
|
933
933
|
|
|
@@ -945,7 +945,7 @@ DESCRIPTION
|
|
|
945
945
|
Pushes an object or an array of objects to the provided Dataset.
|
|
946
946
|
```
|
|
947
947
|
|
|
948
|
-
_See code: [src/commands/datasets/push-items.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
948
|
+
_See code: [src/commands/datasets/push-items.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/datasets/push-items.ts)_
|
|
949
949
|
|
|
950
950
|
## `apify datasets rename NAMEORID [NEWNAME]`
|
|
951
951
|
|
|
@@ -966,7 +966,7 @@ DESCRIPTION
|
|
|
966
966
|
Renames a Dataset, or removes its unique name
|
|
967
967
|
```
|
|
968
968
|
|
|
969
|
-
_See code: [src/commands/datasets/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
969
|
+
_See code: [src/commands/datasets/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/datasets/rename.ts)_
|
|
970
970
|
|
|
971
971
|
## `apify datasets rm DATASETNAMEORID`
|
|
972
972
|
|
|
@@ -983,7 +983,7 @@ DESCRIPTION
|
|
|
983
983
|
Deletes a Dataset
|
|
984
984
|
```
|
|
985
985
|
|
|
986
|
-
_See code: [src/commands/datasets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
986
|
+
_See code: [src/commands/datasets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/datasets/rm.ts)_
|
|
987
987
|
|
|
988
988
|
## `apify help [COMMAND]`
|
|
989
989
|
|
|
@@ -1018,7 +1018,7 @@ DESCRIPTION
|
|
|
1018
1018
|
The information is printed to the console.
|
|
1019
1019
|
```
|
|
1020
1020
|
|
|
1021
|
-
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1021
|
+
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/info.ts)_
|
|
1022
1022
|
|
|
1023
1023
|
## `apify init [ACTORNAME]`
|
|
1024
1024
|
|
|
@@ -1046,7 +1046,7 @@ DESCRIPTION
|
|
|
1046
1046
|
WARNING: The directory at "storage" will be overwritten if it already exists.
|
|
1047
1047
|
```
|
|
1048
1048
|
|
|
1049
|
-
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1049
|
+
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/init.ts)_
|
|
1050
1050
|
|
|
1051
1051
|
## `apify key-value-stores`
|
|
1052
1052
|
|
|
@@ -1062,7 +1062,7 @@ DESCRIPTION
|
|
|
1062
1062
|
Aliases: kvs
|
|
1063
1063
|
```
|
|
1064
1064
|
|
|
1065
|
-
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1065
|
+
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/key-value-stores/index.ts)_
|
|
1066
1066
|
|
|
1067
1067
|
## `apify key-value-stores create [KEYVALUESTORENAME]`
|
|
1068
1068
|
|
|
@@ -1082,7 +1082,7 @@ DESCRIPTION
|
|
|
1082
1082
|
Creates a new Key-value store on your account
|
|
1083
1083
|
```
|
|
1084
1084
|
|
|
1085
|
-
_See code: [src/commands/key-value-stores/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1085
|
+
_See code: [src/commands/key-value-stores/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/key-value-stores/create.ts)_
|
|
1086
1086
|
|
|
1087
1087
|
## `apify key-value-stores delete-value STOREID ITEMKEY`
|
|
1088
1088
|
|
|
@@ -1100,7 +1100,7 @@ DESCRIPTION
|
|
|
1100
1100
|
Delete a value from a key-value store.
|
|
1101
1101
|
```
|
|
1102
1102
|
|
|
1103
|
-
_See code: [src/commands/key-value-stores/delete-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1103
|
+
_See code: [src/commands/key-value-stores/delete-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/key-value-stores/delete-value.ts)_
|
|
1104
1104
|
|
|
1105
1105
|
## `apify key-value-stores get-value KEYVALUESTOREID ITEMKEY`
|
|
1106
1106
|
|
|
@@ -1121,7 +1121,7 @@ DESCRIPTION
|
|
|
1121
1121
|
Gets a value by key in the given key-value store.
|
|
1122
1122
|
```
|
|
1123
1123
|
|
|
1124
|
-
_See code: [src/commands/key-value-stores/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1124
|
+
_See code: [src/commands/key-value-stores/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/key-value-stores/get-value.ts)_
|
|
1125
1125
|
|
|
1126
1126
|
## `apify key-value-stores keys STOREID`
|
|
1127
1127
|
|
|
@@ -1145,7 +1145,7 @@ DESCRIPTION
|
|
|
1145
1145
|
Lists all keys in a key-value store.
|
|
1146
1146
|
```
|
|
1147
1147
|
|
|
1148
|
-
_See code: [src/commands/key-value-stores/keys.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1148
|
+
_See code: [src/commands/key-value-stores/keys.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/key-value-stores/keys.ts)_
|
|
1149
1149
|
|
|
1150
1150
|
## `apify key-value-stores ls`
|
|
1151
1151
|
|
|
@@ -1168,7 +1168,7 @@ DESCRIPTION
|
|
|
1168
1168
|
Lists all Key-value stores on your account.
|
|
1169
1169
|
```
|
|
1170
1170
|
|
|
1171
|
-
_See code: [src/commands/key-value-stores/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1171
|
+
_See code: [src/commands/key-value-stores/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/key-value-stores/ls.ts)_
|
|
1172
1172
|
|
|
1173
1173
|
## `apify key-value-stores rename KEYVALUESTORENAMEORID [NEWNAME]`
|
|
1174
1174
|
|
|
@@ -1189,7 +1189,7 @@ DESCRIPTION
|
|
|
1189
1189
|
Renames a Key-value store, or removes its unique name
|
|
1190
1190
|
```
|
|
1191
1191
|
|
|
1192
|
-
_See code: [src/commands/key-value-stores/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1192
|
+
_See code: [src/commands/key-value-stores/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/key-value-stores/rename.ts)_
|
|
1193
1193
|
|
|
1194
1194
|
## `apify key-value-stores rm KEYVALUESTORENAMEORID`
|
|
1195
1195
|
|
|
@@ -1206,7 +1206,7 @@ DESCRIPTION
|
|
|
1206
1206
|
Deletes a Key-value store
|
|
1207
1207
|
```
|
|
1208
1208
|
|
|
1209
|
-
_See code: [src/commands/key-value-stores/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1209
|
+
_See code: [src/commands/key-value-stores/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/key-value-stores/rm.ts)_
|
|
1210
1210
|
|
|
1211
1211
|
## `apify key-value-stores set-value STOREID ITEMKEY [VALUE]`
|
|
1212
1212
|
|
|
@@ -1229,7 +1229,7 @@ DESCRIPTION
|
|
|
1229
1229
|
Sets a value in a key-value store.
|
|
1230
1230
|
```
|
|
1231
1231
|
|
|
1232
|
-
_See code: [src/commands/key-value-stores/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1232
|
+
_See code: [src/commands/key-value-stores/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/key-value-stores/set-value.ts)_
|
|
1233
1233
|
|
|
1234
1234
|
## `apify login`
|
|
1235
1235
|
|
|
@@ -1250,7 +1250,7 @@ DESCRIPTION
|
|
|
1250
1250
|
"apify" commands. To log out, call "apify logout".
|
|
1251
1251
|
```
|
|
1252
1252
|
|
|
1253
|
-
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1253
|
+
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/login.ts)_
|
|
1254
1254
|
|
|
1255
1255
|
## `apify logout`
|
|
1256
1256
|
|
|
@@ -1266,7 +1266,7 @@ DESCRIPTION
|
|
|
1266
1266
|
call "apify login".
|
|
1267
1267
|
```
|
|
1268
1268
|
|
|
1269
|
-
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1269
|
+
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/logout.ts)_
|
|
1270
1270
|
|
|
1271
1271
|
## `apify pull [ACTORID]`
|
|
1272
1272
|
|
|
@@ -1289,7 +1289,7 @@ DESCRIPTION
|
|
|
1289
1289
|
cloned. If it is defined as Web IDE, it will fetch the files.
|
|
1290
1290
|
```
|
|
1291
1291
|
|
|
1292
|
-
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1292
|
+
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/pull.ts)_
|
|
1293
1293
|
|
|
1294
1294
|
## `apify push [ACTORID]`
|
|
1295
1295
|
|
|
@@ -1325,7 +1325,7 @@ DESCRIPTION
|
|
|
1325
1325
|
overwritten with --force flag.
|
|
1326
1326
|
```
|
|
1327
1327
|
|
|
1328
|
-
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1328
|
+
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/push.ts)_
|
|
1329
1329
|
|
|
1330
1330
|
## `apify request-queues`
|
|
1331
1331
|
|
|
@@ -1339,7 +1339,7 @@ DESCRIPTION
|
|
|
1339
1339
|
Commands are designed to be used with Request Queues.
|
|
1340
1340
|
```
|
|
1341
1341
|
|
|
1342
|
-
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1342
|
+
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/request-queues/index.ts)_
|
|
1343
1343
|
|
|
1344
1344
|
## `apify run`
|
|
1345
1345
|
|
|
@@ -1375,7 +1375,7 @@ DESCRIPTION
|
|
|
1375
1375
|
package.json file. You can set up your own main file or environment variables by changing it.
|
|
1376
1376
|
```
|
|
1377
1377
|
|
|
1378
|
-
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1378
|
+
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/run.ts)_
|
|
1379
1379
|
|
|
1380
1380
|
## `apify runs`
|
|
1381
1381
|
|
|
@@ -1389,7 +1389,7 @@ DESCRIPTION
|
|
|
1389
1389
|
Commands are designed to be used with Actor Runs.
|
|
1390
1390
|
```
|
|
1391
1391
|
|
|
1392
|
-
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1392
|
+
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/runs/index.ts)_
|
|
1393
1393
|
|
|
1394
1394
|
## `apify runs abort RUNID`
|
|
1395
1395
|
|
|
@@ -1412,7 +1412,7 @@ DESCRIPTION
|
|
|
1412
1412
|
Aborts an Actor Run.
|
|
1413
1413
|
```
|
|
1414
1414
|
|
|
1415
|
-
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1415
|
+
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/runs/abort.ts)_
|
|
1416
1416
|
|
|
1417
1417
|
## `apify runs info RUNID`
|
|
1418
1418
|
|
|
@@ -1435,7 +1435,7 @@ DESCRIPTION
|
|
|
1435
1435
|
Prints information about an Actor Run.
|
|
1436
1436
|
```
|
|
1437
1437
|
|
|
1438
|
-
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1438
|
+
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/runs/info.ts)_
|
|
1439
1439
|
|
|
1440
1440
|
## `apify runs log RUNID`
|
|
1441
1441
|
|
|
@@ -1452,7 +1452,7 @@ DESCRIPTION
|
|
|
1452
1452
|
Prints the log of a specific run.
|
|
1453
1453
|
```
|
|
1454
1454
|
|
|
1455
|
-
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1455
|
+
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/runs/log.ts)_
|
|
1456
1456
|
|
|
1457
1457
|
## `apify runs ls [ACTORID]`
|
|
1458
1458
|
|
|
@@ -1478,7 +1478,7 @@ DESCRIPTION
|
|
|
1478
1478
|
Lists all runs of the Actor.
|
|
1479
1479
|
```
|
|
1480
1480
|
|
|
1481
|
-
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1481
|
+
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/runs/ls.ts)_
|
|
1482
1482
|
|
|
1483
1483
|
## `apify runs resurrect RUNID`
|
|
1484
1484
|
|
|
@@ -1498,7 +1498,7 @@ DESCRIPTION
|
|
|
1498
1498
|
Resurrects an aborted or finished Actor Run.
|
|
1499
1499
|
```
|
|
1500
1500
|
|
|
1501
|
-
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1501
|
+
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/runs/resurrect.ts)_
|
|
1502
1502
|
|
|
1503
1503
|
## `apify runs rm RUNID`
|
|
1504
1504
|
|
|
@@ -1515,7 +1515,7 @@ DESCRIPTION
|
|
|
1515
1515
|
Deletes an Actor Run.
|
|
1516
1516
|
```
|
|
1517
1517
|
|
|
1518
|
-
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1518
|
+
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/runs/rm.ts)_
|
|
1519
1519
|
|
|
1520
1520
|
## `apify secrets`
|
|
1521
1521
|
|
|
@@ -1545,7 +1545,7 @@ DESCRIPTION
|
|
|
1545
1545
|
of the Actor.
|
|
1546
1546
|
```
|
|
1547
1547
|
|
|
1548
|
-
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1548
|
+
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/secrets/index.ts)_
|
|
1549
1549
|
|
|
1550
1550
|
## `apify secrets add NAME VALUE`
|
|
1551
1551
|
|
|
@@ -1564,7 +1564,7 @@ DESCRIPTION
|
|
|
1564
1564
|
The secrets are stored to a file at ~/.apify
|
|
1565
1565
|
```
|
|
1566
1566
|
|
|
1567
|
-
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1567
|
+
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/secrets/add.ts)_
|
|
1568
1568
|
|
|
1569
1569
|
## `apify secrets rm NAME`
|
|
1570
1570
|
|
|
@@ -1581,7 +1581,7 @@ DESCRIPTION
|
|
|
1581
1581
|
Removes the secret.
|
|
1582
1582
|
```
|
|
1583
1583
|
|
|
1584
|
-
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1584
|
+
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/secrets/rm.ts)_
|
|
1585
1585
|
|
|
1586
1586
|
## `apify task`
|
|
1587
1587
|
|
|
@@ -1595,7 +1595,7 @@ DESCRIPTION
|
|
|
1595
1595
|
Commands are designed to be used to interact with Tasks.
|
|
1596
1596
|
```
|
|
1597
1597
|
|
|
1598
|
-
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1598
|
+
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/task/index.ts)_
|
|
1599
1599
|
|
|
1600
1600
|
## `apify task run TASKID`
|
|
1601
1601
|
|
|
@@ -1619,7 +1619,7 @@ DESCRIPTION
|
|
|
1619
1619
|
takes input for the Actor from the default local key-value store by default.
|
|
1620
1620
|
```
|
|
1621
1621
|
|
|
1622
|
-
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1622
|
+
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/task/run.ts)_
|
|
1623
1623
|
|
|
1624
1624
|
## `apify validate-schema [PATH]`
|
|
1625
1625
|
|
|
@@ -1644,6 +1644,6 @@ DESCRIPTION
|
|
|
1644
1644
|
You can also pass any custom path to your input schema to have it validated instead.
|
|
1645
1645
|
```
|
|
1646
1646
|
|
|
1647
|
-
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1647
|
+
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.78/src/commands/validate-schema.ts)_
|
|
1648
1648
|
<!-- commandsstop -->
|
|
1649
1649
|
<!-- prettier-ignore-end -->
|