apify-cli 0.21.0-beta.44 → 0.21.0-beta.45
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 +46 -46
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -342,7 +342,7 @@ DESCRIPTION
|
|
|
342
342
|
Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.
|
|
343
343
|
```
|
|
344
344
|
|
|
345
|
-
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
345
|
+
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actor/index.ts)_
|
|
346
346
|
|
|
347
347
|
## `apify actor get-input`
|
|
348
348
|
|
|
@@ -356,7 +356,7 @@ DESCRIPTION
|
|
|
356
356
|
Gets the Actor input value from the default key-value store associated with the Actor run.
|
|
357
357
|
```
|
|
358
358
|
|
|
359
|
-
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
359
|
+
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actor/get-input.ts)_
|
|
360
360
|
|
|
361
361
|
## `apify actor get-value KEY`
|
|
362
362
|
|
|
@@ -373,7 +373,7 @@ DESCRIPTION
|
|
|
373
373
|
Gets a value from the default key-value store associated with the Actor run.
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
376
|
+
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actor/get-value.ts)_
|
|
377
377
|
|
|
378
378
|
## `apify actor push-data [ITEM]`
|
|
379
379
|
|
|
@@ -395,7 +395,7 @@ DESCRIPTION
|
|
|
395
395
|
$ cat ./test.json | apify actor push-data
|
|
396
396
|
```
|
|
397
397
|
|
|
398
|
-
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
398
|
+
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actor/push-data.ts)_
|
|
399
399
|
|
|
400
400
|
## `apify actor set-value KEY [VALUE]`
|
|
401
401
|
|
|
@@ -424,7 +424,7 @@ DESCRIPTION
|
|
|
424
424
|
$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
|
|
425
425
|
```
|
|
426
426
|
|
|
427
|
-
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
427
|
+
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actor/set-value.ts)_
|
|
428
428
|
|
|
429
429
|
## `apify actors`
|
|
430
430
|
|
|
@@ -438,7 +438,7 @@ DESCRIPTION
|
|
|
438
438
|
Commands are designed to be used with Actors.
|
|
439
439
|
```
|
|
440
440
|
|
|
441
|
-
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
441
|
+
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actors/index.ts)_
|
|
442
442
|
|
|
443
443
|
## `apify actors build [ACTORID]`
|
|
444
444
|
|
|
@@ -465,7 +465,7 @@ DESCRIPTION
|
|
|
465
465
|
Creates a new build of the Actor.
|
|
466
466
|
```
|
|
467
467
|
|
|
468
|
-
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
468
|
+
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actors/build.ts)_
|
|
469
469
|
|
|
470
470
|
## `apify actors call [ACTORID]`
|
|
471
471
|
|
|
@@ -499,7 +499,7 @@ DESCRIPTION
|
|
|
499
499
|
takes input for the Actor from the default local key-value store by default.
|
|
500
500
|
```
|
|
501
501
|
|
|
502
|
-
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
502
|
+
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actors/call.ts)_
|
|
503
503
|
|
|
504
504
|
## `apify actors ls`
|
|
505
505
|
|
|
@@ -522,7 +522,7 @@ DESCRIPTION
|
|
|
522
522
|
Lists all recently ran Actors or your own Actors.
|
|
523
523
|
```
|
|
524
524
|
|
|
525
|
-
_See code: [src/commands/actors/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
525
|
+
_See code: [src/commands/actors/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actors/ls.ts)_
|
|
526
526
|
|
|
527
527
|
## `apify actors pull [ACTORID]`
|
|
528
528
|
|
|
@@ -545,7 +545,7 @@ DESCRIPTION
|
|
|
545
545
|
cloned. If it is defined as Web IDE, it will fetch the files.
|
|
546
546
|
```
|
|
547
547
|
|
|
548
|
-
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
548
|
+
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actors/pull.ts)_
|
|
549
549
|
|
|
550
550
|
## `apify actors push [ACTORID]`
|
|
551
551
|
|
|
@@ -581,7 +581,7 @@ DESCRIPTION
|
|
|
581
581
|
overwritten with --force flag.
|
|
582
582
|
```
|
|
583
583
|
|
|
584
|
-
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
584
|
+
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actors/push.ts)_
|
|
585
585
|
|
|
586
586
|
## `apify actors rm ACTORID`
|
|
587
587
|
|
|
@@ -598,7 +598,7 @@ DESCRIPTION
|
|
|
598
598
|
Deletes an Actor.
|
|
599
599
|
```
|
|
600
600
|
|
|
601
|
-
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
601
|
+
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actors/rm.ts)_
|
|
602
602
|
|
|
603
603
|
## `apify actors start [ACTORID]`
|
|
604
604
|
|
|
@@ -630,7 +630,7 @@ DESCRIPTION
|
|
|
630
630
|
takes input for the Actor from the default local key-value store by default.
|
|
631
631
|
```
|
|
632
632
|
|
|
633
|
-
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
633
|
+
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/actors/start.ts)_
|
|
634
634
|
|
|
635
635
|
## `apify builds`
|
|
636
636
|
|
|
@@ -644,7 +644,7 @@ DESCRIPTION
|
|
|
644
644
|
Commands are designed to be used with Actor Builds.
|
|
645
645
|
```
|
|
646
646
|
|
|
647
|
-
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
647
|
+
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/builds/index.ts)_
|
|
648
648
|
|
|
649
649
|
## `apify builds create [ACTORID]`
|
|
650
650
|
|
|
@@ -671,7 +671,7 @@ DESCRIPTION
|
|
|
671
671
|
Creates a new build of the Actor.
|
|
672
672
|
```
|
|
673
673
|
|
|
674
|
-
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
674
|
+
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/builds/create.ts)_
|
|
675
675
|
|
|
676
676
|
## `apify builds info BUILDID`
|
|
677
677
|
|
|
@@ -691,7 +691,7 @@ DESCRIPTION
|
|
|
691
691
|
Prints information about a specific build.
|
|
692
692
|
```
|
|
693
693
|
|
|
694
|
-
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
694
|
+
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/builds/info.ts)_
|
|
695
695
|
|
|
696
696
|
## `apify builds log BUILDID`
|
|
697
697
|
|
|
@@ -708,7 +708,7 @@ DESCRIPTION
|
|
|
708
708
|
Prints the log of a specific build.
|
|
709
709
|
```
|
|
710
710
|
|
|
711
|
-
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
711
|
+
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/builds/log.ts)_
|
|
712
712
|
|
|
713
713
|
## `apify builds ls [ACTORID]`
|
|
714
714
|
|
|
@@ -734,7 +734,7 @@ DESCRIPTION
|
|
|
734
734
|
Lists all builds of the Actor.
|
|
735
735
|
```
|
|
736
736
|
|
|
737
|
-
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
737
|
+
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/builds/ls.ts)_
|
|
738
738
|
|
|
739
739
|
## `apify builds rm BUILDID`
|
|
740
740
|
|
|
@@ -751,7 +751,7 @@ DESCRIPTION
|
|
|
751
751
|
Deletes an Actor Build.
|
|
752
752
|
```
|
|
753
753
|
|
|
754
|
-
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
754
|
+
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/builds/rm.ts)_
|
|
755
755
|
|
|
756
756
|
## `apify call [ACTORID]`
|
|
757
757
|
|
|
@@ -785,7 +785,7 @@ DESCRIPTION
|
|
|
785
785
|
takes input for the Actor from the default local key-value store by default.
|
|
786
786
|
```
|
|
787
787
|
|
|
788
|
-
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
788
|
+
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/call.ts)_
|
|
789
789
|
|
|
790
790
|
## `apify create [ACTORNAME]`
|
|
791
791
|
|
|
@@ -810,7 +810,7 @@ DESCRIPTION
|
|
|
810
810
|
Creates a new Actor project directory from a selected boilerplate template.
|
|
811
811
|
```
|
|
812
812
|
|
|
813
|
-
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
813
|
+
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/create.ts)_
|
|
814
814
|
|
|
815
815
|
## `apify datasets`
|
|
816
816
|
|
|
@@ -824,7 +824,7 @@ DESCRIPTION
|
|
|
824
824
|
Commands are designed to be used with Datasets.
|
|
825
825
|
```
|
|
826
826
|
|
|
827
|
-
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
827
|
+
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/datasets/index.ts)_
|
|
828
828
|
|
|
829
829
|
## `apify datasets get-items DATASETID`
|
|
830
830
|
|
|
@@ -847,7 +847,7 @@ DESCRIPTION
|
|
|
847
847
|
Exports the items present in a Dataset.
|
|
848
848
|
```
|
|
849
849
|
|
|
850
|
-
_See code: [src/commands/datasets/get-items.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
850
|
+
_See code: [src/commands/datasets/get-items.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/datasets/get-items.ts)_
|
|
851
851
|
|
|
852
852
|
## `apify help [COMMAND]`
|
|
853
853
|
|
|
@@ -882,7 +882,7 @@ DESCRIPTION
|
|
|
882
882
|
The information is printed to the console.
|
|
883
883
|
```
|
|
884
884
|
|
|
885
|
-
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
885
|
+
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/info.ts)_
|
|
886
886
|
|
|
887
887
|
## `apify init [ACTORNAME]`
|
|
888
888
|
|
|
@@ -910,7 +910,7 @@ DESCRIPTION
|
|
|
910
910
|
WARNING: The directory at "storage" will be overwritten if it already exists.
|
|
911
911
|
```
|
|
912
912
|
|
|
913
|
-
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
913
|
+
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/init.ts)_
|
|
914
914
|
|
|
915
915
|
## `apify key-value-stores`
|
|
916
916
|
|
|
@@ -926,7 +926,7 @@ DESCRIPTION
|
|
|
926
926
|
Aliases: kvs
|
|
927
927
|
```
|
|
928
928
|
|
|
929
|
-
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
929
|
+
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/key-value-stores/index.ts)_
|
|
930
930
|
|
|
931
931
|
## `apify key-value-stores get-value KEYVALUESTOREID ITEMKEY`
|
|
932
932
|
|
|
@@ -947,7 +947,7 @@ DESCRIPTION
|
|
|
947
947
|
Gets a value by key in the given key-value store.
|
|
948
948
|
```
|
|
949
949
|
|
|
950
|
-
_See code: [src/commands/key-value-stores/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
950
|
+
_See code: [src/commands/key-value-stores/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/key-value-stores/get-value.ts)_
|
|
951
951
|
|
|
952
952
|
## `apify login`
|
|
953
953
|
|
|
@@ -968,7 +968,7 @@ DESCRIPTION
|
|
|
968
968
|
"apify" commands. To log out, call "apify logout".
|
|
969
969
|
```
|
|
970
970
|
|
|
971
|
-
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
971
|
+
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/login.ts)_
|
|
972
972
|
|
|
973
973
|
## `apify logout`
|
|
974
974
|
|
|
@@ -984,7 +984,7 @@ DESCRIPTION
|
|
|
984
984
|
call "apify login".
|
|
985
985
|
```
|
|
986
986
|
|
|
987
|
-
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
987
|
+
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/logout.ts)_
|
|
988
988
|
|
|
989
989
|
## `apify pull [ACTORID]`
|
|
990
990
|
|
|
@@ -1007,7 +1007,7 @@ DESCRIPTION
|
|
|
1007
1007
|
cloned. If it is defined as Web IDE, it will fetch the files.
|
|
1008
1008
|
```
|
|
1009
1009
|
|
|
1010
|
-
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1010
|
+
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/pull.ts)_
|
|
1011
1011
|
|
|
1012
1012
|
## `apify push [ACTORID]`
|
|
1013
1013
|
|
|
@@ -1043,7 +1043,7 @@ DESCRIPTION
|
|
|
1043
1043
|
overwritten with --force flag.
|
|
1044
1044
|
```
|
|
1045
1045
|
|
|
1046
|
-
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1046
|
+
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/push.ts)_
|
|
1047
1047
|
|
|
1048
1048
|
## `apify request-queues`
|
|
1049
1049
|
|
|
@@ -1057,7 +1057,7 @@ DESCRIPTION
|
|
|
1057
1057
|
Commands are designed to be used with Request Queues.
|
|
1058
1058
|
```
|
|
1059
1059
|
|
|
1060
|
-
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1060
|
+
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/request-queues/index.ts)_
|
|
1061
1061
|
|
|
1062
1062
|
## `apify run`
|
|
1063
1063
|
|
|
@@ -1093,7 +1093,7 @@ DESCRIPTION
|
|
|
1093
1093
|
package.json file. You can set up your own main file or environment variables by changing it.
|
|
1094
1094
|
```
|
|
1095
1095
|
|
|
1096
|
-
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1096
|
+
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/run.ts)_
|
|
1097
1097
|
|
|
1098
1098
|
## `apify runs`
|
|
1099
1099
|
|
|
@@ -1107,7 +1107,7 @@ DESCRIPTION
|
|
|
1107
1107
|
Commands are designed to be used with Actor Runs.
|
|
1108
1108
|
```
|
|
1109
1109
|
|
|
1110
|
-
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1110
|
+
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/runs/index.ts)_
|
|
1111
1111
|
|
|
1112
1112
|
## `apify runs abort RUNID`
|
|
1113
1113
|
|
|
@@ -1130,7 +1130,7 @@ DESCRIPTION
|
|
|
1130
1130
|
Aborts an Actor Run.
|
|
1131
1131
|
```
|
|
1132
1132
|
|
|
1133
|
-
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1133
|
+
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/runs/abort.ts)_
|
|
1134
1134
|
|
|
1135
1135
|
## `apify runs info RUNID`
|
|
1136
1136
|
|
|
@@ -1153,7 +1153,7 @@ DESCRIPTION
|
|
|
1153
1153
|
Prints information about an Actor Run.
|
|
1154
1154
|
```
|
|
1155
1155
|
|
|
1156
|
-
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1156
|
+
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/runs/info.ts)_
|
|
1157
1157
|
|
|
1158
1158
|
## `apify runs log RUNID`
|
|
1159
1159
|
|
|
@@ -1170,7 +1170,7 @@ DESCRIPTION
|
|
|
1170
1170
|
Prints the log of a specific run.
|
|
1171
1171
|
```
|
|
1172
1172
|
|
|
1173
|
-
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1173
|
+
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/runs/log.ts)_
|
|
1174
1174
|
|
|
1175
1175
|
## `apify runs ls [ACTORID]`
|
|
1176
1176
|
|
|
@@ -1196,7 +1196,7 @@ DESCRIPTION
|
|
|
1196
1196
|
Lists all runs of the Actor.
|
|
1197
1197
|
```
|
|
1198
1198
|
|
|
1199
|
-
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1199
|
+
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/runs/ls.ts)_
|
|
1200
1200
|
|
|
1201
1201
|
## `apify runs resurrect RUNID`
|
|
1202
1202
|
|
|
@@ -1216,7 +1216,7 @@ DESCRIPTION
|
|
|
1216
1216
|
Resurrects an aborted or finished Actor Run.
|
|
1217
1217
|
```
|
|
1218
1218
|
|
|
1219
|
-
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1219
|
+
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/runs/resurrect.ts)_
|
|
1220
1220
|
|
|
1221
1221
|
## `apify runs rm RUNID`
|
|
1222
1222
|
|
|
@@ -1233,7 +1233,7 @@ DESCRIPTION
|
|
|
1233
1233
|
Deletes an Actor Run.
|
|
1234
1234
|
```
|
|
1235
1235
|
|
|
1236
|
-
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1236
|
+
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/runs/rm.ts)_
|
|
1237
1237
|
|
|
1238
1238
|
## `apify secrets`
|
|
1239
1239
|
|
|
@@ -1263,7 +1263,7 @@ DESCRIPTION
|
|
|
1263
1263
|
of the Actor.
|
|
1264
1264
|
```
|
|
1265
1265
|
|
|
1266
|
-
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1266
|
+
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/secrets/index.ts)_
|
|
1267
1267
|
|
|
1268
1268
|
## `apify secrets add NAME VALUE`
|
|
1269
1269
|
|
|
@@ -1282,7 +1282,7 @@ DESCRIPTION
|
|
|
1282
1282
|
The secrets are stored to a file at ~/.apify
|
|
1283
1283
|
```
|
|
1284
1284
|
|
|
1285
|
-
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1285
|
+
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/secrets/add.ts)_
|
|
1286
1286
|
|
|
1287
1287
|
## `apify secrets rm NAME`
|
|
1288
1288
|
|
|
@@ -1299,7 +1299,7 @@ DESCRIPTION
|
|
|
1299
1299
|
Removes the secret.
|
|
1300
1300
|
```
|
|
1301
1301
|
|
|
1302
|
-
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1302
|
+
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/secrets/rm.ts)_
|
|
1303
1303
|
|
|
1304
1304
|
## `apify task`
|
|
1305
1305
|
|
|
@@ -1313,7 +1313,7 @@ DESCRIPTION
|
|
|
1313
1313
|
Commands are designed to be used to interact with Tasks.
|
|
1314
1314
|
```
|
|
1315
1315
|
|
|
1316
|
-
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1316
|
+
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/task/index.ts)_
|
|
1317
1317
|
|
|
1318
1318
|
## `apify task run TASKID`
|
|
1319
1319
|
|
|
@@ -1337,7 +1337,7 @@ DESCRIPTION
|
|
|
1337
1337
|
takes input for the Actor from the default local key-value store by default.
|
|
1338
1338
|
```
|
|
1339
1339
|
|
|
1340
|
-
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1340
|
+
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/task/run.ts)_
|
|
1341
1341
|
|
|
1342
1342
|
## `apify validate-schema [PATH]`
|
|
1343
1343
|
|
|
@@ -1362,6 +1362,6 @@ DESCRIPTION
|
|
|
1362
1362
|
You can also pass any custom path to your input schema to have it validated instead.
|
|
1363
1363
|
```
|
|
1364
1364
|
|
|
1365
|
-
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.
|
|
1365
|
+
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.45/src/commands/validate-schema.ts)_
|
|
1366
1366
|
<!-- commandsstop -->
|
|
1367
1367
|
<!-- 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.0-beta.
|
|
3
|
+
"version": "0.21.0-beta.45",
|
|
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",
|