apify-cli 0.20.7-beta.6 → 0.20.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
@@ -321,7 +321,7 @@ DESCRIPTION
321
321
  Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.
322
322
  ```
323
323
 
324
- _See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/actor/index.ts)_
324
+ _See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/actor/index.ts)_
325
325
 
326
326
  ## `apify actor get-input`
327
327
 
@@ -335,7 +335,7 @@ DESCRIPTION
335
335
  Gets the Actor input value from the default key-value store associated with the Actor run.
336
336
  ```
337
337
 
338
- _See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/actor/get-input.ts)_
338
+ _See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/actor/get-input.ts)_
339
339
 
340
340
  ## `apify actor get-value KEY`
341
341
 
@@ -352,7 +352,7 @@ DESCRIPTION
352
352
  Gets a value from the default key-value store associated with the Actor run.
353
353
  ```
354
354
 
355
- _See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/actor/get-value.ts)_
355
+ _See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/actor/get-value.ts)_
356
356
 
357
357
  ## `apify actor push-data [ITEM]`
358
358
 
@@ -374,7 +374,7 @@ DESCRIPTION
374
374
  $ cat ./test.json | apify actor push-data
375
375
  ```
376
376
 
377
- _See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/actor/push-data.ts)_
377
+ _See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/actor/push-data.ts)_
378
378
 
379
379
  ## `apify actor set-value KEY [VALUE]`
380
380
 
@@ -403,7 +403,7 @@ DESCRIPTION
403
403
  $ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
404
404
  ```
405
405
 
406
- _See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/actor/set-value.ts)_
406
+ _See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/actor/set-value.ts)_
407
407
 
408
408
  ## `apify actors`
409
409
 
@@ -417,7 +417,7 @@ DESCRIPTION
417
417
  Commands are designed to be used with Actors.
418
418
  ```
419
419
 
420
- _See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/actors/index.ts)_
420
+ _See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/actors/index.ts)_
421
421
 
422
422
  ## `apify call [ACTORID]`
423
423
 
@@ -449,7 +449,7 @@ DESCRIPTION
449
449
  takes input for the Actor from the default local key-value store by default.
450
450
  ```
451
451
 
452
- _See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/call.ts)_
452
+ _See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/call.ts)_
453
453
 
454
454
  ## `apify create [ACTORNAME]`
455
455
 
@@ -474,7 +474,7 @@ DESCRIPTION
474
474
  Creates a new Actor project directory from a selected boilerplate template.
475
475
  ```
476
476
 
477
- _See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/create.ts)_
477
+ _See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/create.ts)_
478
478
 
479
479
  ## `apify datasets`
480
480
 
@@ -488,7 +488,7 @@ DESCRIPTION
488
488
  Commands are designed to be used with Datasets.
489
489
  ```
490
490
 
491
- _See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/datasets/index.ts)_
491
+ _See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/datasets/index.ts)_
492
492
 
493
493
  ## `apify help [COMMAND]`
494
494
 
@@ -523,7 +523,7 @@ DESCRIPTION
523
523
  The information is printed to the console.
524
524
  ```
525
525
 
526
- _See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/info.ts)_
526
+ _See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/info.ts)_
527
527
 
528
528
  ## `apify init [ACTORNAME]`
529
529
 
@@ -551,7 +551,7 @@ DESCRIPTION
551
551
  WARNING: The directory at "storage" will be overwritten if it already exists.
552
552
  ```
553
553
 
554
- _See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/init.ts)_
554
+ _See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/init.ts)_
555
555
 
556
556
  ## `apify key-value-stores`
557
557
 
@@ -565,7 +565,7 @@ DESCRIPTION
565
565
  Commands are designed to be used with Key Value Stores.
566
566
  ```
567
567
 
568
- _See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/key-value-stores/index.ts)_
568
+ _See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/key-value-stores/index.ts)_
569
569
 
570
570
  ## `apify login`
571
571
 
@@ -586,7 +586,7 @@ DESCRIPTION
586
586
  "apify" commands. To log out, call "apify logout".
587
587
  ```
588
588
 
589
- _See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/login.ts)_
589
+ _See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/login.ts)_
590
590
 
591
591
  ## `apify logout`
592
592
 
@@ -602,7 +602,7 @@ DESCRIPTION
602
602
  call "apify login".
603
603
  ```
604
604
 
605
- _See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/logout.ts)_
605
+ _See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/logout.ts)_
606
606
 
607
607
  ## `apify pull [ACTORID]`
608
608
 
@@ -624,7 +624,7 @@ DESCRIPTION
624
624
  cloned. If it is defined as Web IDE, it will fetch the files.
625
625
  ```
626
626
 
627
- _See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/pull.ts)_
627
+ _See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/pull.ts)_
628
628
 
629
629
  ## `apify push [ACTORID]`
630
630
 
@@ -662,7 +662,7 @@ DESCRIPTION
662
662
  overwritten with --force flag.
663
663
  ```
664
664
 
665
- _See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/push.ts)_
665
+ _See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/push.ts)_
666
666
 
667
667
  ## `apify request-queues`
668
668
 
@@ -676,7 +676,7 @@ DESCRIPTION
676
676
  Commands are designed to be used with Request Queues.
677
677
  ```
678
678
 
679
- _See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/request-queues/index.ts)_
679
+ _See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/request-queues/index.ts)_
680
680
 
681
681
  ## `apify run`
682
682
 
@@ -712,7 +712,7 @@ DESCRIPTION
712
712
  package.json file. You can set up your own main file or environment variables by changing it.
713
713
  ```
714
714
 
715
- _See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/run.ts)_
715
+ _See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/run.ts)_
716
716
 
717
717
  ## `apify runs`
718
718
 
@@ -726,7 +726,7 @@ DESCRIPTION
726
726
  Commands are designed to be used with Actor Runs.
727
727
  ```
728
728
 
729
- _See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/runs/index.ts)_
729
+ _See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/runs/index.ts)_
730
730
 
731
731
  ## `apify secrets`
732
732
 
@@ -756,7 +756,7 @@ DESCRIPTION
756
756
  of the Actor.
757
757
  ```
758
758
 
759
- _See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/secrets/index.ts)_
759
+ _See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/secrets/index.ts)_
760
760
 
761
761
  ## `apify secrets add NAME VALUE`
762
762
 
@@ -775,7 +775,7 @@ DESCRIPTION
775
775
  The secrets are stored to a file at ~/.apify
776
776
  ```
777
777
 
778
- _See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/secrets/add.ts)_
778
+ _See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/secrets/add.ts)_
779
779
 
780
780
  ## `apify secrets rm NAME`
781
781
 
@@ -792,7 +792,7 @@ DESCRIPTION
792
792
  Removes the secret.
793
793
  ```
794
794
 
795
- _See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/secrets/rm.ts)_
795
+ _See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/secrets/rm.ts)_
796
796
 
797
797
  ## `apify task`
798
798
 
@@ -806,7 +806,7 @@ DESCRIPTION
806
806
  Commands are designed to be used to interact with Tasks.
807
807
  ```
808
808
 
809
- _See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/task/index.ts)_
809
+ _See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/task/index.ts)_
810
810
 
811
811
  ## `apify task run TASKID`
812
812
 
@@ -831,7 +831,7 @@ DESCRIPTION
831
831
  takes input for the Actor from the default local key-value store by default.
832
832
  ```
833
833
 
834
- _See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/task/run.ts)_
834
+ _See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/task/run.ts)_
835
835
 
836
836
  ## `apify validate-schema [PATH]`
837
837
 
@@ -856,6 +856,6 @@ DESCRIPTION
856
856
  You can also pass any custom path to your input schema to have it validated instead.
857
857
  ```
858
858
 
859
- _See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.20.7-beta.6/src/commands/validate-schema.ts)_
859
+ _See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.20.7/src/commands/validate-schema.ts)_
860
860
  <!-- commandsstop -->
861
861
  <!-- prettier-ignore-end -->
@@ -977,5 +977,5 @@
977
977
  ]
978
978
  }
979
979
  },
980
- "version": "0.20.7-beta.6"
980
+ "version": "0.20.7"
981
981
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.20.7-beta.6",
3
+ "version": "0.20.7",
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",