apify-cli 0.21.0-beta.36 → 0.21.0-beta.37
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 +45 -45
- 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
|
@@ -341,7 +341,7 @@ DESCRIPTION
|
|
|
341
341
|
Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.
|
|
342
342
|
```
|
|
343
343
|
|
|
344
|
-
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
344
|
+
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actor/index.ts)_
|
|
345
345
|
|
|
346
346
|
## `apify actor get-input`
|
|
347
347
|
|
|
@@ -355,7 +355,7 @@ DESCRIPTION
|
|
|
355
355
|
Gets the Actor input value from the default key-value store associated with the Actor run.
|
|
356
356
|
```
|
|
357
357
|
|
|
358
|
-
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
358
|
+
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actor/get-input.ts)_
|
|
359
359
|
|
|
360
360
|
## `apify actor get-value KEY`
|
|
361
361
|
|
|
@@ -372,7 +372,7 @@ DESCRIPTION
|
|
|
372
372
|
Gets a value from the default key-value store associated with the Actor run.
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
375
|
+
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actor/get-value.ts)_
|
|
376
376
|
|
|
377
377
|
## `apify actor push-data [ITEM]`
|
|
378
378
|
|
|
@@ -394,7 +394,7 @@ DESCRIPTION
|
|
|
394
394
|
$ cat ./test.json | apify actor push-data
|
|
395
395
|
```
|
|
396
396
|
|
|
397
|
-
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
397
|
+
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actor/push-data.ts)_
|
|
398
398
|
|
|
399
399
|
## `apify actor set-value KEY [VALUE]`
|
|
400
400
|
|
|
@@ -423,7 +423,7 @@ DESCRIPTION
|
|
|
423
423
|
$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
|
|
424
424
|
```
|
|
425
425
|
|
|
426
|
-
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
426
|
+
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actor/set-value.ts)_
|
|
427
427
|
|
|
428
428
|
## `apify actors`
|
|
429
429
|
|
|
@@ -437,7 +437,7 @@ DESCRIPTION
|
|
|
437
437
|
Commands are designed to be used with Actors.
|
|
438
438
|
```
|
|
439
439
|
|
|
440
|
-
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
440
|
+
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actors/index.ts)_
|
|
441
441
|
|
|
442
442
|
## `apify actors build [ACTORID]`
|
|
443
443
|
|
|
@@ -464,7 +464,7 @@ DESCRIPTION
|
|
|
464
464
|
Creates a new build of the Actor.
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
467
|
+
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actors/build.ts)_
|
|
468
468
|
|
|
469
469
|
## `apify actors call [ACTORID]`
|
|
470
470
|
|
|
@@ -498,7 +498,7 @@ DESCRIPTION
|
|
|
498
498
|
takes input for the Actor from the default local key-value store by default.
|
|
499
499
|
```
|
|
500
500
|
|
|
501
|
-
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
501
|
+
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actors/call.ts)_
|
|
502
502
|
|
|
503
503
|
## `apify actors ls`
|
|
504
504
|
|
|
@@ -521,7 +521,7 @@ DESCRIPTION
|
|
|
521
521
|
Lists all recently ran Actors or your own Actors.
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [src/commands/actors/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
524
|
+
_See code: [src/commands/actors/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actors/ls.ts)_
|
|
525
525
|
|
|
526
526
|
## `apify actors pull [ACTORID]`
|
|
527
527
|
|
|
@@ -544,7 +544,7 @@ DESCRIPTION
|
|
|
544
544
|
cloned. If it is defined as Web IDE, it will fetch the files.
|
|
545
545
|
```
|
|
546
546
|
|
|
547
|
-
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
547
|
+
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actors/pull.ts)_
|
|
548
548
|
|
|
549
549
|
## `apify actors push [ACTORID]`
|
|
550
550
|
|
|
@@ -580,7 +580,7 @@ DESCRIPTION
|
|
|
580
580
|
overwritten with --force flag.
|
|
581
581
|
```
|
|
582
582
|
|
|
583
|
-
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
583
|
+
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actors/push.ts)_
|
|
584
584
|
|
|
585
585
|
## `apify actors rm ACTORID`
|
|
586
586
|
|
|
@@ -597,7 +597,7 @@ DESCRIPTION
|
|
|
597
597
|
Deletes an Actor.
|
|
598
598
|
```
|
|
599
599
|
|
|
600
|
-
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
600
|
+
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actors/rm.ts)_
|
|
601
601
|
|
|
602
602
|
## `apify actors start [ACTORID]`
|
|
603
603
|
|
|
@@ -629,7 +629,7 @@ DESCRIPTION
|
|
|
629
629
|
takes input for the Actor from the default local key-value store by default.
|
|
630
630
|
```
|
|
631
631
|
|
|
632
|
-
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
632
|
+
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/actors/start.ts)_
|
|
633
633
|
|
|
634
634
|
## `apify builds`
|
|
635
635
|
|
|
@@ -643,7 +643,7 @@ DESCRIPTION
|
|
|
643
643
|
Commands are designed to be used with Actor Builds.
|
|
644
644
|
```
|
|
645
645
|
|
|
646
|
-
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
646
|
+
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/builds/index.ts)_
|
|
647
647
|
|
|
648
648
|
## `apify builds create [ACTORID]`
|
|
649
649
|
|
|
@@ -670,7 +670,7 @@ DESCRIPTION
|
|
|
670
670
|
Creates a new build of the Actor.
|
|
671
671
|
```
|
|
672
672
|
|
|
673
|
-
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
673
|
+
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/builds/create.ts)_
|
|
674
674
|
|
|
675
675
|
## `apify builds info BUILDID`
|
|
676
676
|
|
|
@@ -690,7 +690,7 @@ DESCRIPTION
|
|
|
690
690
|
Prints information about a specific build.
|
|
691
691
|
```
|
|
692
692
|
|
|
693
|
-
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
693
|
+
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/builds/info.ts)_
|
|
694
694
|
|
|
695
695
|
## `apify builds log BUILDID`
|
|
696
696
|
|
|
@@ -707,7 +707,7 @@ DESCRIPTION
|
|
|
707
707
|
Prints the log of a specific build.
|
|
708
708
|
```
|
|
709
709
|
|
|
710
|
-
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
710
|
+
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/builds/log.ts)_
|
|
711
711
|
|
|
712
712
|
## `apify builds ls [ACTORID]`
|
|
713
713
|
|
|
@@ -733,7 +733,7 @@ DESCRIPTION
|
|
|
733
733
|
Lists all builds of the Actor.
|
|
734
734
|
```
|
|
735
735
|
|
|
736
|
-
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
736
|
+
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/builds/ls.ts)_
|
|
737
737
|
|
|
738
738
|
## `apify builds rm BUILDID`
|
|
739
739
|
|
|
@@ -750,7 +750,7 @@ DESCRIPTION
|
|
|
750
750
|
Deletes an Actor Build.
|
|
751
751
|
```
|
|
752
752
|
|
|
753
|
-
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
753
|
+
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/builds/rm.ts)_
|
|
754
754
|
|
|
755
755
|
## `apify call [ACTORID]`
|
|
756
756
|
|
|
@@ -784,7 +784,7 @@ DESCRIPTION
|
|
|
784
784
|
takes input for the Actor from the default local key-value store by default.
|
|
785
785
|
```
|
|
786
786
|
|
|
787
|
-
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
787
|
+
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/call.ts)_
|
|
788
788
|
|
|
789
789
|
## `apify create [ACTORNAME]`
|
|
790
790
|
|
|
@@ -809,7 +809,7 @@ DESCRIPTION
|
|
|
809
809
|
Creates a new Actor project directory from a selected boilerplate template.
|
|
810
810
|
```
|
|
811
811
|
|
|
812
|
-
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
812
|
+
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/create.ts)_
|
|
813
813
|
|
|
814
814
|
## `apify datasets`
|
|
815
815
|
|
|
@@ -823,7 +823,7 @@ DESCRIPTION
|
|
|
823
823
|
Commands are designed to be used with Datasets.
|
|
824
824
|
```
|
|
825
825
|
|
|
826
|
-
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
826
|
+
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/datasets/index.ts)_
|
|
827
827
|
|
|
828
828
|
## `apify help [COMMAND]`
|
|
829
829
|
|
|
@@ -858,7 +858,7 @@ DESCRIPTION
|
|
|
858
858
|
The information is printed to the console.
|
|
859
859
|
```
|
|
860
860
|
|
|
861
|
-
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
861
|
+
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/info.ts)_
|
|
862
862
|
|
|
863
863
|
## `apify init [ACTORNAME]`
|
|
864
864
|
|
|
@@ -886,7 +886,7 @@ DESCRIPTION
|
|
|
886
886
|
WARNING: The directory at "storage" will be overwritten if it already exists.
|
|
887
887
|
```
|
|
888
888
|
|
|
889
|
-
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
889
|
+
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/init.ts)_
|
|
890
890
|
|
|
891
891
|
## `apify key-value-stores`
|
|
892
892
|
|
|
@@ -902,7 +902,7 @@ DESCRIPTION
|
|
|
902
902
|
Aliases: kvs
|
|
903
903
|
```
|
|
904
904
|
|
|
905
|
-
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
905
|
+
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/key-value-stores/index.ts)_
|
|
906
906
|
|
|
907
907
|
## `apify key-value-stores get-value KEYVALUESTOREID ITEMKEY`
|
|
908
908
|
|
|
@@ -923,7 +923,7 @@ DESCRIPTION
|
|
|
923
923
|
Gets a value by key in the given key-value store.
|
|
924
924
|
```
|
|
925
925
|
|
|
926
|
-
_See code: [src/commands/key-value-stores/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
926
|
+
_See code: [src/commands/key-value-stores/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/key-value-stores/get-value.ts)_
|
|
927
927
|
|
|
928
928
|
## `apify login`
|
|
929
929
|
|
|
@@ -944,7 +944,7 @@ DESCRIPTION
|
|
|
944
944
|
"apify" commands. To log out, call "apify logout".
|
|
945
945
|
```
|
|
946
946
|
|
|
947
|
-
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
947
|
+
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/login.ts)_
|
|
948
948
|
|
|
949
949
|
## `apify logout`
|
|
950
950
|
|
|
@@ -960,7 +960,7 @@ DESCRIPTION
|
|
|
960
960
|
call "apify login".
|
|
961
961
|
```
|
|
962
962
|
|
|
963
|
-
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
963
|
+
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/logout.ts)_
|
|
964
964
|
|
|
965
965
|
## `apify pull [ACTORID]`
|
|
966
966
|
|
|
@@ -983,7 +983,7 @@ DESCRIPTION
|
|
|
983
983
|
cloned. If it is defined as Web IDE, it will fetch the files.
|
|
984
984
|
```
|
|
985
985
|
|
|
986
|
-
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
986
|
+
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/pull.ts)_
|
|
987
987
|
|
|
988
988
|
## `apify push [ACTORID]`
|
|
989
989
|
|
|
@@ -1019,7 +1019,7 @@ DESCRIPTION
|
|
|
1019
1019
|
overwritten with --force flag.
|
|
1020
1020
|
```
|
|
1021
1021
|
|
|
1022
|
-
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1022
|
+
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/push.ts)_
|
|
1023
1023
|
|
|
1024
1024
|
## `apify request-queues`
|
|
1025
1025
|
|
|
@@ -1033,7 +1033,7 @@ DESCRIPTION
|
|
|
1033
1033
|
Commands are designed to be used with Request Queues.
|
|
1034
1034
|
```
|
|
1035
1035
|
|
|
1036
|
-
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1036
|
+
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/request-queues/index.ts)_
|
|
1037
1037
|
|
|
1038
1038
|
## `apify run`
|
|
1039
1039
|
|
|
@@ -1069,7 +1069,7 @@ DESCRIPTION
|
|
|
1069
1069
|
package.json file. You can set up your own main file or environment variables by changing it.
|
|
1070
1070
|
```
|
|
1071
1071
|
|
|
1072
|
-
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1072
|
+
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/run.ts)_
|
|
1073
1073
|
|
|
1074
1074
|
## `apify runs`
|
|
1075
1075
|
|
|
@@ -1083,7 +1083,7 @@ DESCRIPTION
|
|
|
1083
1083
|
Commands are designed to be used with Actor Runs.
|
|
1084
1084
|
```
|
|
1085
1085
|
|
|
1086
|
-
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1086
|
+
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/runs/index.ts)_
|
|
1087
1087
|
|
|
1088
1088
|
## `apify runs abort RUNID`
|
|
1089
1089
|
|
|
@@ -1106,7 +1106,7 @@ DESCRIPTION
|
|
|
1106
1106
|
Aborts an Actor Run.
|
|
1107
1107
|
```
|
|
1108
1108
|
|
|
1109
|
-
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1109
|
+
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/runs/abort.ts)_
|
|
1110
1110
|
|
|
1111
1111
|
## `apify runs info RUNID`
|
|
1112
1112
|
|
|
@@ -1129,7 +1129,7 @@ DESCRIPTION
|
|
|
1129
1129
|
Prints information about an Actor Run.
|
|
1130
1130
|
```
|
|
1131
1131
|
|
|
1132
|
-
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1132
|
+
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/runs/info.ts)_
|
|
1133
1133
|
|
|
1134
1134
|
## `apify runs log RUNID`
|
|
1135
1135
|
|
|
@@ -1146,7 +1146,7 @@ DESCRIPTION
|
|
|
1146
1146
|
Prints the log of a specific run.
|
|
1147
1147
|
```
|
|
1148
1148
|
|
|
1149
|
-
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1149
|
+
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/runs/log.ts)_
|
|
1150
1150
|
|
|
1151
1151
|
## `apify runs ls [ACTORID]`
|
|
1152
1152
|
|
|
@@ -1172,7 +1172,7 @@ DESCRIPTION
|
|
|
1172
1172
|
Lists all runs of the Actor.
|
|
1173
1173
|
```
|
|
1174
1174
|
|
|
1175
|
-
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1175
|
+
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/runs/ls.ts)_
|
|
1176
1176
|
|
|
1177
1177
|
## `apify runs resurrect RUNID`
|
|
1178
1178
|
|
|
@@ -1192,7 +1192,7 @@ DESCRIPTION
|
|
|
1192
1192
|
Resurrects an aborted or finished Actor Run.
|
|
1193
1193
|
```
|
|
1194
1194
|
|
|
1195
|
-
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1195
|
+
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/runs/resurrect.ts)_
|
|
1196
1196
|
|
|
1197
1197
|
## `apify runs rm RUNID`
|
|
1198
1198
|
|
|
@@ -1209,7 +1209,7 @@ DESCRIPTION
|
|
|
1209
1209
|
Deletes an Actor Run.
|
|
1210
1210
|
```
|
|
1211
1211
|
|
|
1212
|
-
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1212
|
+
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/runs/rm.ts)_
|
|
1213
1213
|
|
|
1214
1214
|
## `apify secrets`
|
|
1215
1215
|
|
|
@@ -1239,7 +1239,7 @@ DESCRIPTION
|
|
|
1239
1239
|
of the Actor.
|
|
1240
1240
|
```
|
|
1241
1241
|
|
|
1242
|
-
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1242
|
+
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/secrets/index.ts)_
|
|
1243
1243
|
|
|
1244
1244
|
## `apify secrets add NAME VALUE`
|
|
1245
1245
|
|
|
@@ -1258,7 +1258,7 @@ DESCRIPTION
|
|
|
1258
1258
|
The secrets are stored to a file at ~/.apify
|
|
1259
1259
|
```
|
|
1260
1260
|
|
|
1261
|
-
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1261
|
+
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/secrets/add.ts)_
|
|
1262
1262
|
|
|
1263
1263
|
## `apify secrets rm NAME`
|
|
1264
1264
|
|
|
@@ -1275,7 +1275,7 @@ DESCRIPTION
|
|
|
1275
1275
|
Removes the secret.
|
|
1276
1276
|
```
|
|
1277
1277
|
|
|
1278
|
-
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1278
|
+
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/secrets/rm.ts)_
|
|
1279
1279
|
|
|
1280
1280
|
## `apify task`
|
|
1281
1281
|
|
|
@@ -1289,7 +1289,7 @@ DESCRIPTION
|
|
|
1289
1289
|
Commands are designed to be used to interact with Tasks.
|
|
1290
1290
|
```
|
|
1291
1291
|
|
|
1292
|
-
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1292
|
+
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/task/index.ts)_
|
|
1293
1293
|
|
|
1294
1294
|
## `apify task run TASKID`
|
|
1295
1295
|
|
|
@@ -1313,7 +1313,7 @@ DESCRIPTION
|
|
|
1313
1313
|
takes input for the Actor from the default local key-value store by default.
|
|
1314
1314
|
```
|
|
1315
1315
|
|
|
1316
|
-
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1316
|
+
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/task/run.ts)_
|
|
1317
1317
|
|
|
1318
1318
|
## `apify validate-schema [PATH]`
|
|
1319
1319
|
|
|
@@ -1338,6 +1338,6 @@ DESCRIPTION
|
|
|
1338
1338
|
You can also pass any custom path to your input schema to have it validated instead.
|
|
1339
1339
|
```
|
|
1340
1340
|
|
|
1341
|
-
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1341
|
+
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.37/src/commands/validate-schema.ts)_
|
|
1342
1342
|
<!-- commandsstop -->
|
|
1343
1343
|
<!-- prettier-ignore-end -->
|