apify-cli 0.21.0-beta.6 → 0.21.0-beta.7

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 CHANGED
@@ -330,7 +330,7 @@ DESCRIPTION
330
330
  Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.
331
331
  ```
332
332
 
333
- _See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/actor/index.ts)_
333
+ _See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/actor/index.ts)_
334
334
 
335
335
  ## `apify actor get-input`
336
336
 
@@ -344,7 +344,7 @@ DESCRIPTION
344
344
  Gets the Actor input value from the default key-value store associated with the Actor run.
345
345
  ```
346
346
 
347
- _See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/actor/get-input.ts)_
347
+ _See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/actor/get-input.ts)_
348
348
 
349
349
  ## `apify actor get-value KEY`
350
350
 
@@ -361,7 +361,7 @@ DESCRIPTION
361
361
  Gets a value from the default key-value store associated with the Actor run.
362
362
  ```
363
363
 
364
- _See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/actor/get-value.ts)_
364
+ _See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/actor/get-value.ts)_
365
365
 
366
366
  ## `apify actor push-data [ITEM]`
367
367
 
@@ -383,7 +383,7 @@ DESCRIPTION
383
383
  $ cat ./test.json | apify actor push-data
384
384
  ```
385
385
 
386
- _See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/actor/push-data.ts)_
386
+ _See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/actor/push-data.ts)_
387
387
 
388
388
  ## `apify actor set-value KEY [VALUE]`
389
389
 
@@ -412,7 +412,7 @@ DESCRIPTION
412
412
  $ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
413
413
  ```
414
414
 
415
- _See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/actor/set-value.ts)_
415
+ _See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/actor/set-value.ts)_
416
416
 
417
417
  ## `apify actors`
418
418
 
@@ -426,7 +426,7 @@ DESCRIPTION
426
426
  Commands are designed to be used with Actors.
427
427
  ```
428
428
 
429
- _See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/actors/index.ts)_
429
+ _See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/actors/index.ts)_
430
430
 
431
431
  ## `apify builds`
432
432
 
@@ -440,7 +440,7 @@ DESCRIPTION
440
440
  Commands are designed to be used with Actor Builds.
441
441
  ```
442
442
 
443
- _See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/builds/index.ts)_
443
+ _See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/builds/index.ts)_
444
444
 
445
445
  ## `apify builds create`
446
446
 
@@ -465,7 +465,7 @@ DESCRIPTION
465
465
  Creates a new build of the Actor.
466
466
  ```
467
467
 
468
- _See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/builds/create.ts)_
468
+ _See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/builds/create.ts)_
469
469
 
470
470
  ## `apify builds info BUILDID`
471
471
 
@@ -485,7 +485,7 @@ DESCRIPTION
485
485
  Prints information about a specific build.
486
486
  ```
487
487
 
488
- _See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/builds/info.ts)_
488
+ _See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/builds/info.ts)_
489
489
 
490
490
  ## `apify builds log BUILDID`
491
491
 
@@ -502,7 +502,7 @@ DESCRIPTION
502
502
  Prints the log of a specific build.
503
503
  ```
504
504
 
505
- _See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/builds/log.ts)_
505
+ _See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/builds/log.ts)_
506
506
 
507
507
  ## `apify builds ls`
508
508
 
@@ -527,7 +527,7 @@ DESCRIPTION
527
527
  Lists all builds of the Actor.
528
528
  ```
529
529
 
530
- _See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/builds/ls.ts)_
530
+ _See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/builds/ls.ts)_
531
531
 
532
532
  ## `apify call [ACTORID]`
533
533
 
@@ -559,7 +559,7 @@ DESCRIPTION
559
559
  takes input for the Actor from the default local key-value store by default.
560
560
  ```
561
561
 
562
- _See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/call.ts)_
562
+ _See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/call.ts)_
563
563
 
564
564
  ## `apify create [ACTORNAME]`
565
565
 
@@ -584,7 +584,7 @@ DESCRIPTION
584
584
  Creates a new Actor project directory from a selected boilerplate template.
585
585
  ```
586
586
 
587
- _See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/create.ts)_
587
+ _See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/create.ts)_
588
588
 
589
589
  ## `apify datasets`
590
590
 
@@ -598,7 +598,7 @@ DESCRIPTION
598
598
  Commands are designed to be used with Datasets.
599
599
  ```
600
600
 
601
- _See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/datasets/index.ts)_
601
+ _See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/datasets/index.ts)_
602
602
 
603
603
  ## `apify help [COMMAND]`
604
604
 
@@ -633,7 +633,7 @@ DESCRIPTION
633
633
  The information is printed to the console.
634
634
  ```
635
635
 
636
- _See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/info.ts)_
636
+ _See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/info.ts)_
637
637
 
638
638
  ## `apify init [ACTORNAME]`
639
639
 
@@ -661,7 +661,7 @@ DESCRIPTION
661
661
  WARNING: The directory at "storage" will be overwritten if it already exists.
662
662
  ```
663
663
 
664
- _See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/init.ts)_
664
+ _See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/init.ts)_
665
665
 
666
666
  ## `apify key-value-stores`
667
667
 
@@ -675,7 +675,7 @@ DESCRIPTION
675
675
  Commands are designed to be used with Key Value Stores.
676
676
  ```
677
677
 
678
- _See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/key-value-stores/index.ts)_
678
+ _See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/key-value-stores/index.ts)_
679
679
 
680
680
  ## `apify login`
681
681
 
@@ -696,7 +696,7 @@ DESCRIPTION
696
696
  "apify" commands. To log out, call "apify logout".
697
697
  ```
698
698
 
699
- _See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/login.ts)_
699
+ _See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/login.ts)_
700
700
 
701
701
  ## `apify logout`
702
702
 
@@ -712,7 +712,7 @@ DESCRIPTION
712
712
  call "apify login".
713
713
  ```
714
714
 
715
- _See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/logout.ts)_
715
+ _See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/logout.ts)_
716
716
 
717
717
  ## `apify pull [ACTORID]`
718
718
 
@@ -734,7 +734,7 @@ DESCRIPTION
734
734
  cloned. If it is defined as Web IDE, it will fetch the files.
735
735
  ```
736
736
 
737
- _See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/pull.ts)_
737
+ _See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/pull.ts)_
738
738
 
739
739
  ## `apify push [ACTORID]`
740
740
 
@@ -772,7 +772,7 @@ DESCRIPTION
772
772
  overwritten with --force flag.
773
773
  ```
774
774
 
775
- _See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/push.ts)_
775
+ _See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/push.ts)_
776
776
 
777
777
  ## `apify request-queues`
778
778
 
@@ -786,7 +786,7 @@ DESCRIPTION
786
786
  Commands are designed to be used with Request Queues.
787
787
  ```
788
788
 
789
- _See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/request-queues/index.ts)_
789
+ _See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/request-queues/index.ts)_
790
790
 
791
791
  ## `apify run`
792
792
 
@@ -822,7 +822,7 @@ DESCRIPTION
822
822
  package.json file. You can set up your own main file or environment variables by changing it.
823
823
  ```
824
824
 
825
- _See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/run.ts)_
825
+ _See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/run.ts)_
826
826
 
827
827
  ## `apify runs`
828
828
 
@@ -836,7 +836,7 @@ DESCRIPTION
836
836
  Commands are designed to be used with Actor Runs.
837
837
  ```
838
838
 
839
- _See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/runs/index.ts)_
839
+ _See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/runs/index.ts)_
840
840
 
841
841
  ## `apify runs abort RUNID`
842
842
 
@@ -859,7 +859,7 @@ DESCRIPTION
859
859
  Aborts an Actor Run.
860
860
  ```
861
861
 
862
- _See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/runs/abort.ts)_
862
+ _See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/runs/abort.ts)_
863
863
 
864
864
  ## `apify runs log RUNID`
865
865
 
@@ -876,7 +876,7 @@ DESCRIPTION
876
876
  Prints the log of a specific run.
877
877
  ```
878
878
 
879
- _See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/runs/log.ts)_
879
+ _See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/runs/log.ts)_
880
880
 
881
881
  ## `apify runs ls`
882
882
 
@@ -901,7 +901,7 @@ DESCRIPTION
901
901
  Lists all runs of the Actor.
902
902
  ```
903
903
 
904
- _See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/runs/ls.ts)_
904
+ _See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/runs/ls.ts)_
905
905
 
906
906
  ## `apify runs resurrect RUNID`
907
907
 
@@ -921,7 +921,7 @@ DESCRIPTION
921
921
  Resurrects an aborted or finished Actor Run.
922
922
  ```
923
923
 
924
- _See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/runs/resurrect.ts)_
924
+ _See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/runs/resurrect.ts)_
925
925
 
926
926
  ## `apify secrets`
927
927
 
@@ -951,7 +951,7 @@ DESCRIPTION
951
951
  of the Actor.
952
952
  ```
953
953
 
954
- _See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/secrets/index.ts)_
954
+ _See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/secrets/index.ts)_
955
955
 
956
956
  ## `apify secrets add NAME VALUE`
957
957
 
@@ -970,7 +970,7 @@ DESCRIPTION
970
970
  The secrets are stored to a file at ~/.apify
971
971
  ```
972
972
 
973
- _See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/secrets/add.ts)_
973
+ _See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/secrets/add.ts)_
974
974
 
975
975
  ## `apify secrets rm NAME`
976
976
 
@@ -987,7 +987,7 @@ DESCRIPTION
987
987
  Removes the secret.
988
988
  ```
989
989
 
990
- _See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/secrets/rm.ts)_
990
+ _See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/secrets/rm.ts)_
991
991
 
992
992
  ## `apify task`
993
993
 
@@ -1001,7 +1001,7 @@ DESCRIPTION
1001
1001
  Commands are designed to be used to interact with Tasks.
1002
1002
  ```
1003
1003
 
1004
- _See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/task/index.ts)_
1004
+ _See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/task/index.ts)_
1005
1005
 
1006
1006
  ## `apify task run TASKID`
1007
1007
 
@@ -1026,7 +1026,7 @@ DESCRIPTION
1026
1026
  takes input for the Actor from the default local key-value store by default.
1027
1027
  ```
1028
1028
 
1029
- _See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/task/run.ts)_
1029
+ _See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/task/run.ts)_
1030
1030
 
1031
1031
  ## `apify validate-schema [PATH]`
1032
1032
 
@@ -1051,6 +1051,6 @@ DESCRIPTION
1051
1051
  You can also pass any custom path to your input schema to have it validated instead.
1052
1052
  ```
1053
1053
 
1054
- _See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.6/src/commands/validate-schema.ts)_
1054
+ _See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0-beta.7/src/commands/validate-schema.ts)_
1055
1055
  <!-- commandsstop -->
1056
1056
  <!-- prettier-ignore-end -->