apify-cli 0.21.0-beta.26 → 0.21.0-beta.28
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 +43 -43
- package/dist/.tsbuildinfo +1 -1
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -339,7 +339,7 @@ DESCRIPTION
|
|
|
339
339
|
Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.
|
|
340
340
|
```
|
|
341
341
|
|
|
342
|
-
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
342
|
+
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/actor/index.ts)_
|
|
343
343
|
|
|
344
344
|
## `apify actor get-input`
|
|
345
345
|
|
|
@@ -353,7 +353,7 @@ DESCRIPTION
|
|
|
353
353
|
Gets the Actor input value from the default key-value store associated with the Actor run.
|
|
354
354
|
```
|
|
355
355
|
|
|
356
|
-
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
356
|
+
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/actor/get-input.ts)_
|
|
357
357
|
|
|
358
358
|
## `apify actor get-value KEY`
|
|
359
359
|
|
|
@@ -370,7 +370,7 @@ DESCRIPTION
|
|
|
370
370
|
Gets a value from the default key-value store associated with the Actor run.
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
373
|
+
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/actor/get-value.ts)_
|
|
374
374
|
|
|
375
375
|
## `apify actor push-data [ITEM]`
|
|
376
376
|
|
|
@@ -392,7 +392,7 @@ DESCRIPTION
|
|
|
392
392
|
$ cat ./test.json | apify actor push-data
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
395
|
+
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/actor/push-data.ts)_
|
|
396
396
|
|
|
397
397
|
## `apify actor set-value KEY [VALUE]`
|
|
398
398
|
|
|
@@ -421,7 +421,7 @@ DESCRIPTION
|
|
|
421
421
|
$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
|
|
422
422
|
```
|
|
423
423
|
|
|
424
|
-
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
424
|
+
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/actor/set-value.ts)_
|
|
425
425
|
|
|
426
426
|
## `apify actors`
|
|
427
427
|
|
|
@@ -435,7 +435,7 @@ DESCRIPTION
|
|
|
435
435
|
Commands are designed to be used with Actors.
|
|
436
436
|
```
|
|
437
437
|
|
|
438
|
-
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
438
|
+
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/actors/index.ts)_
|
|
439
439
|
|
|
440
440
|
## `apify actors build [ACTORID]`
|
|
441
441
|
|
|
@@ -462,7 +462,7 @@ DESCRIPTION
|
|
|
462
462
|
Creates a new build of the Actor.
|
|
463
463
|
```
|
|
464
464
|
|
|
465
|
-
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
465
|
+
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/actors/build.ts)_
|
|
466
466
|
|
|
467
467
|
## `apify actors call [ACTORID]`
|
|
468
468
|
|
|
@@ -496,7 +496,7 @@ DESCRIPTION
|
|
|
496
496
|
takes input for the Actor from the default local key-value store by default.
|
|
497
497
|
```
|
|
498
498
|
|
|
499
|
-
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
499
|
+
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/actors/call.ts)_
|
|
500
500
|
|
|
501
501
|
## `apify actors pull [ACTORID]`
|
|
502
502
|
|
|
@@ -519,7 +519,7 @@ DESCRIPTION
|
|
|
519
519
|
cloned. If it is defined as Web IDE, it will fetch the files.
|
|
520
520
|
```
|
|
521
521
|
|
|
522
|
-
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
522
|
+
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/actors/pull.ts)_
|
|
523
523
|
|
|
524
524
|
## `apify actors push [ACTORID]`
|
|
525
525
|
|
|
@@ -555,7 +555,7 @@ DESCRIPTION
|
|
|
555
555
|
overwritten with --force flag.
|
|
556
556
|
```
|
|
557
557
|
|
|
558
|
-
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
558
|
+
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/actors/push.ts)_
|
|
559
559
|
|
|
560
560
|
## `apify actors rm ACTORID`
|
|
561
561
|
|
|
@@ -572,7 +572,7 @@ DESCRIPTION
|
|
|
572
572
|
Deletes an Actor.
|
|
573
573
|
```
|
|
574
574
|
|
|
575
|
-
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
575
|
+
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/actors/rm.ts)_
|
|
576
576
|
|
|
577
577
|
## `apify actors start [ACTORID]`
|
|
578
578
|
|
|
@@ -604,7 +604,7 @@ DESCRIPTION
|
|
|
604
604
|
takes input for the Actor from the default local key-value store by default.
|
|
605
605
|
```
|
|
606
606
|
|
|
607
|
-
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
607
|
+
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/actors/start.ts)_
|
|
608
608
|
|
|
609
609
|
## `apify builds`
|
|
610
610
|
|
|
@@ -618,7 +618,7 @@ DESCRIPTION
|
|
|
618
618
|
Commands are designed to be used with Actor Builds.
|
|
619
619
|
```
|
|
620
620
|
|
|
621
|
-
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
621
|
+
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/builds/index.ts)_
|
|
622
622
|
|
|
623
623
|
## `apify builds create [ACTORID]`
|
|
624
624
|
|
|
@@ -645,7 +645,7 @@ DESCRIPTION
|
|
|
645
645
|
Creates a new build of the Actor.
|
|
646
646
|
```
|
|
647
647
|
|
|
648
|
-
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
648
|
+
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/builds/create.ts)_
|
|
649
649
|
|
|
650
650
|
## `apify builds info BUILDID`
|
|
651
651
|
|
|
@@ -665,7 +665,7 @@ DESCRIPTION
|
|
|
665
665
|
Prints information about a specific build.
|
|
666
666
|
```
|
|
667
667
|
|
|
668
|
-
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
668
|
+
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/builds/info.ts)_
|
|
669
669
|
|
|
670
670
|
## `apify builds log BUILDID`
|
|
671
671
|
|
|
@@ -682,7 +682,7 @@ DESCRIPTION
|
|
|
682
682
|
Prints the log of a specific build.
|
|
683
683
|
```
|
|
684
684
|
|
|
685
|
-
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
685
|
+
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/builds/log.ts)_
|
|
686
686
|
|
|
687
687
|
## `apify builds ls [ACTORID]`
|
|
688
688
|
|
|
@@ -708,7 +708,7 @@ DESCRIPTION
|
|
|
708
708
|
Lists all builds of the Actor.
|
|
709
709
|
```
|
|
710
710
|
|
|
711
|
-
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
711
|
+
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/builds/ls.ts)_
|
|
712
712
|
|
|
713
713
|
## `apify builds rm BUILDID`
|
|
714
714
|
|
|
@@ -725,7 +725,7 @@ DESCRIPTION
|
|
|
725
725
|
Deletes an Actor Build.
|
|
726
726
|
```
|
|
727
727
|
|
|
728
|
-
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
728
|
+
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/builds/rm.ts)_
|
|
729
729
|
|
|
730
730
|
## `apify call [ACTORID]`
|
|
731
731
|
|
|
@@ -759,7 +759,7 @@ DESCRIPTION
|
|
|
759
759
|
takes input for the Actor from the default local key-value store by default.
|
|
760
760
|
```
|
|
761
761
|
|
|
762
|
-
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
762
|
+
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/call.ts)_
|
|
763
763
|
|
|
764
764
|
## `apify create [ACTORNAME]`
|
|
765
765
|
|
|
@@ -784,7 +784,7 @@ DESCRIPTION
|
|
|
784
784
|
Creates a new Actor project directory from a selected boilerplate template.
|
|
785
785
|
```
|
|
786
786
|
|
|
787
|
-
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
787
|
+
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/create.ts)_
|
|
788
788
|
|
|
789
789
|
## `apify datasets`
|
|
790
790
|
|
|
@@ -798,7 +798,7 @@ DESCRIPTION
|
|
|
798
798
|
Commands are designed to be used with Datasets.
|
|
799
799
|
```
|
|
800
800
|
|
|
801
|
-
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
801
|
+
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/datasets/index.ts)_
|
|
802
802
|
|
|
803
803
|
## `apify help [COMMAND]`
|
|
804
804
|
|
|
@@ -833,7 +833,7 @@ DESCRIPTION
|
|
|
833
833
|
The information is printed to the console.
|
|
834
834
|
```
|
|
835
835
|
|
|
836
|
-
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
836
|
+
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/info.ts)_
|
|
837
837
|
|
|
838
838
|
## `apify init [ACTORNAME]`
|
|
839
839
|
|
|
@@ -861,7 +861,7 @@ DESCRIPTION
|
|
|
861
861
|
WARNING: The directory at "storage" will be overwritten if it already exists.
|
|
862
862
|
```
|
|
863
863
|
|
|
864
|
-
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
864
|
+
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/init.ts)_
|
|
865
865
|
|
|
866
866
|
## `apify key-value-stores`
|
|
867
867
|
|
|
@@ -875,7 +875,7 @@ DESCRIPTION
|
|
|
875
875
|
Commands are designed to be used with Key Value Stores.
|
|
876
876
|
```
|
|
877
877
|
|
|
878
|
-
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
878
|
+
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/key-value-stores/index.ts)_
|
|
879
879
|
|
|
880
880
|
## `apify login`
|
|
881
881
|
|
|
@@ -896,7 +896,7 @@ DESCRIPTION
|
|
|
896
896
|
"apify" commands. To log out, call "apify logout".
|
|
897
897
|
```
|
|
898
898
|
|
|
899
|
-
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
899
|
+
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/login.ts)_
|
|
900
900
|
|
|
901
901
|
## `apify logout`
|
|
902
902
|
|
|
@@ -912,7 +912,7 @@ DESCRIPTION
|
|
|
912
912
|
call "apify login".
|
|
913
913
|
```
|
|
914
914
|
|
|
915
|
-
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
915
|
+
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/logout.ts)_
|
|
916
916
|
|
|
917
917
|
## `apify pull [ACTORID]`
|
|
918
918
|
|
|
@@ -935,7 +935,7 @@ DESCRIPTION
|
|
|
935
935
|
cloned. If it is defined as Web IDE, it will fetch the files.
|
|
936
936
|
```
|
|
937
937
|
|
|
938
|
-
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
938
|
+
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/pull.ts)_
|
|
939
939
|
|
|
940
940
|
## `apify push [ACTORID]`
|
|
941
941
|
|
|
@@ -971,7 +971,7 @@ DESCRIPTION
|
|
|
971
971
|
overwritten with --force flag.
|
|
972
972
|
```
|
|
973
973
|
|
|
974
|
-
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
974
|
+
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/push.ts)_
|
|
975
975
|
|
|
976
976
|
## `apify request-queues`
|
|
977
977
|
|
|
@@ -985,7 +985,7 @@ DESCRIPTION
|
|
|
985
985
|
Commands are designed to be used with Request Queues.
|
|
986
986
|
```
|
|
987
987
|
|
|
988
|
-
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
988
|
+
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/request-queues/index.ts)_
|
|
989
989
|
|
|
990
990
|
## `apify run`
|
|
991
991
|
|
|
@@ -1021,7 +1021,7 @@ DESCRIPTION
|
|
|
1021
1021
|
package.json file. You can set up your own main file or environment variables by changing it.
|
|
1022
1022
|
```
|
|
1023
1023
|
|
|
1024
|
-
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1024
|
+
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/run.ts)_
|
|
1025
1025
|
|
|
1026
1026
|
## `apify runs`
|
|
1027
1027
|
|
|
@@ -1035,7 +1035,7 @@ DESCRIPTION
|
|
|
1035
1035
|
Commands are designed to be used with Actor Runs.
|
|
1036
1036
|
```
|
|
1037
1037
|
|
|
1038
|
-
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1038
|
+
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/runs/index.ts)_
|
|
1039
1039
|
|
|
1040
1040
|
## `apify runs abort RUNID`
|
|
1041
1041
|
|
|
@@ -1058,7 +1058,7 @@ DESCRIPTION
|
|
|
1058
1058
|
Aborts an Actor Run.
|
|
1059
1059
|
```
|
|
1060
1060
|
|
|
1061
|
-
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1061
|
+
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/runs/abort.ts)_
|
|
1062
1062
|
|
|
1063
1063
|
## `apify runs info RUNID`
|
|
1064
1064
|
|
|
@@ -1081,7 +1081,7 @@ DESCRIPTION
|
|
|
1081
1081
|
Prints information about an Actor Run.
|
|
1082
1082
|
```
|
|
1083
1083
|
|
|
1084
|
-
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1084
|
+
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/runs/info.ts)_
|
|
1085
1085
|
|
|
1086
1086
|
## `apify runs log RUNID`
|
|
1087
1087
|
|
|
@@ -1098,7 +1098,7 @@ DESCRIPTION
|
|
|
1098
1098
|
Prints the log of a specific run.
|
|
1099
1099
|
```
|
|
1100
1100
|
|
|
1101
|
-
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1101
|
+
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/runs/log.ts)_
|
|
1102
1102
|
|
|
1103
1103
|
## `apify runs ls [ACTORID]`
|
|
1104
1104
|
|
|
@@ -1124,7 +1124,7 @@ DESCRIPTION
|
|
|
1124
1124
|
Lists all runs of the Actor.
|
|
1125
1125
|
```
|
|
1126
1126
|
|
|
1127
|
-
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1127
|
+
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/runs/ls.ts)_
|
|
1128
1128
|
|
|
1129
1129
|
## `apify runs resurrect RUNID`
|
|
1130
1130
|
|
|
@@ -1144,7 +1144,7 @@ DESCRIPTION
|
|
|
1144
1144
|
Resurrects an aborted or finished Actor Run.
|
|
1145
1145
|
```
|
|
1146
1146
|
|
|
1147
|
-
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1147
|
+
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/runs/resurrect.ts)_
|
|
1148
1148
|
|
|
1149
1149
|
## `apify runs rm RUNID`
|
|
1150
1150
|
|
|
@@ -1161,7 +1161,7 @@ DESCRIPTION
|
|
|
1161
1161
|
Deletes an Actor Run.
|
|
1162
1162
|
```
|
|
1163
1163
|
|
|
1164
|
-
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1164
|
+
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/runs/rm.ts)_
|
|
1165
1165
|
|
|
1166
1166
|
## `apify secrets`
|
|
1167
1167
|
|
|
@@ -1191,7 +1191,7 @@ DESCRIPTION
|
|
|
1191
1191
|
of the Actor.
|
|
1192
1192
|
```
|
|
1193
1193
|
|
|
1194
|
-
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1194
|
+
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/secrets/index.ts)_
|
|
1195
1195
|
|
|
1196
1196
|
## `apify secrets add NAME VALUE`
|
|
1197
1197
|
|
|
@@ -1210,7 +1210,7 @@ DESCRIPTION
|
|
|
1210
1210
|
The secrets are stored to a file at ~/.apify
|
|
1211
1211
|
```
|
|
1212
1212
|
|
|
1213
|
-
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1213
|
+
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/secrets/add.ts)_
|
|
1214
1214
|
|
|
1215
1215
|
## `apify secrets rm NAME`
|
|
1216
1216
|
|
|
@@ -1227,7 +1227,7 @@ DESCRIPTION
|
|
|
1227
1227
|
Removes the secret.
|
|
1228
1228
|
```
|
|
1229
1229
|
|
|
1230
|
-
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1230
|
+
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/secrets/rm.ts)_
|
|
1231
1231
|
|
|
1232
1232
|
## `apify task`
|
|
1233
1233
|
|
|
@@ -1241,7 +1241,7 @@ DESCRIPTION
|
|
|
1241
1241
|
Commands are designed to be used to interact with Tasks.
|
|
1242
1242
|
```
|
|
1243
1243
|
|
|
1244
|
-
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1244
|
+
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/task/index.ts)_
|
|
1245
1245
|
|
|
1246
1246
|
## `apify task run TASKID`
|
|
1247
1247
|
|
|
@@ -1265,7 +1265,7 @@ DESCRIPTION
|
|
|
1265
1265
|
takes input for the Actor from the default local key-value store by default.
|
|
1266
1266
|
```
|
|
1267
1267
|
|
|
1268
|
-
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1268
|
+
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/task/run.ts)_
|
|
1269
1269
|
|
|
1270
1270
|
## `apify validate-schema [PATH]`
|
|
1271
1271
|
|
|
@@ -1290,6 +1290,6 @@ DESCRIPTION
|
|
|
1290
1290
|
You can also pass any custom path to your input schema to have it validated instead.
|
|
1291
1291
|
```
|
|
1292
1292
|
|
|
1293
|
-
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1293
|
+
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.28/src/commands/validate-schema.ts)_
|
|
1294
1294
|
<!-- commandsstop -->
|
|
1295
1295
|
<!-- prettier-ignore-end -->
|