apify-cli 0.21.4-beta.0 → 0.21.4-beta.1
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 +63 -63
- package/dist/.tsbuildinfo +1 -1
- package/dist/lib/local_state.d.ts.map +1 -1
- package/dist/lib/local_state.js +2 -0
- package/dist/lib/local_state.js.map +1 -1
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +290 -290
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -586,69 +586,65 @@
|
|
|
586
586
|
"validate-schema.js"
|
|
587
587
|
]
|
|
588
588
|
},
|
|
589
|
-
"
|
|
589
|
+
"actor:charge": {
|
|
590
590
|
"aliases": [],
|
|
591
591
|
"args": {
|
|
592
|
-
"
|
|
593
|
-
"description": "
|
|
594
|
-
"name": "
|
|
592
|
+
"eventName": {
|
|
593
|
+
"description": "Name of the event to charge for",
|
|
594
|
+
"name": "eventName",
|
|
595
|
+
"required": true
|
|
595
596
|
}
|
|
596
597
|
},
|
|
597
|
-
"description": "
|
|
598
|
+
"description": "Charge for a specific event in the pay-per-event Actor run.",
|
|
598
599
|
"flags": {
|
|
599
|
-
"
|
|
600
|
-
"description": "
|
|
601
|
-
"
|
|
602
|
-
"
|
|
603
|
-
"
|
|
604
|
-
"type": "boolean"
|
|
605
|
-
},
|
|
606
|
-
"tag": {
|
|
607
|
-
"description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
|
|
608
|
-
"name": "tag",
|
|
600
|
+
"count": {
|
|
601
|
+
"description": "Number of events to charge",
|
|
602
|
+
"name": "count",
|
|
603
|
+
"required": false,
|
|
604
|
+
"default": 1,
|
|
609
605
|
"hasDynamicHelp": false,
|
|
610
606
|
"multiple": false,
|
|
611
607
|
"type": "option"
|
|
612
608
|
},
|
|
613
|
-
"
|
|
614
|
-
"description": "
|
|
615
|
-
"name": "
|
|
609
|
+
"idempotency-key": {
|
|
610
|
+
"description": "Idempotency key for the charge request",
|
|
611
|
+
"name": "idempotency-key",
|
|
616
612
|
"required": false,
|
|
617
613
|
"hasDynamicHelp": false,
|
|
618
614
|
"multiple": false,
|
|
619
615
|
"type": "option"
|
|
620
616
|
},
|
|
621
|
-
"
|
|
622
|
-
"description": "
|
|
623
|
-
"name": "
|
|
617
|
+
"test-pay-per-event": {
|
|
618
|
+
"description": "Test pay-per-event charging without actually charging",
|
|
619
|
+
"name": "test-pay-per-event",
|
|
620
|
+
"required": false,
|
|
624
621
|
"allowNo": false,
|
|
625
622
|
"type": "boolean"
|
|
626
623
|
}
|
|
627
624
|
},
|
|
628
625
|
"hasDynamicHelp": false,
|
|
629
626
|
"hiddenAliases": [],
|
|
630
|
-
"id": "
|
|
627
|
+
"id": "actor:charge",
|
|
631
628
|
"pluginAlias": "apify-cli",
|
|
632
629
|
"pluginName": "apify-cli",
|
|
633
630
|
"pluginType": "core",
|
|
634
631
|
"strict": true,
|
|
635
|
-
"enableJsonFlag": true,
|
|
636
632
|
"isESM": true,
|
|
637
633
|
"relativePath": [
|
|
638
634
|
"dist",
|
|
639
635
|
"commands",
|
|
640
|
-
"
|
|
641
|
-
"
|
|
636
|
+
"actor",
|
|
637
|
+
"charge.js"
|
|
642
638
|
]
|
|
643
639
|
},
|
|
644
|
-
"
|
|
640
|
+
"actor:get-input": {
|
|
645
641
|
"aliases": [],
|
|
646
642
|
"args": {},
|
|
647
|
-
"description": "
|
|
643
|
+
"description": "Gets the Actor input value from the default key-value store associated with the Actor run.",
|
|
648
644
|
"flags": {},
|
|
649
645
|
"hasDynamicHelp": false,
|
|
650
646
|
"hiddenAliases": [],
|
|
651
|
-
"id": "
|
|
647
|
+
"id": "actor:get-input",
|
|
652
648
|
"pluginAlias": "apify-cli",
|
|
653
649
|
"pluginName": "apify-cli",
|
|
654
650
|
"pluginType": "core",
|
|
@@ -657,59 +653,50 @@
|
|
|
657
653
|
"relativePath": [
|
|
658
654
|
"dist",
|
|
659
655
|
"commands",
|
|
660
|
-
"
|
|
661
|
-
"
|
|
656
|
+
"actor",
|
|
657
|
+
"get-input.js"
|
|
662
658
|
]
|
|
663
659
|
},
|
|
664
|
-
"
|
|
660
|
+
"actor:get-public-url": {
|
|
665
661
|
"aliases": [],
|
|
666
662
|
"args": {
|
|
667
|
-
"
|
|
668
|
-
"description": "
|
|
669
|
-
"name": "
|
|
663
|
+
"key": {
|
|
664
|
+
"description": "Key of the record in key-value store",
|
|
665
|
+
"name": "key",
|
|
670
666
|
"required": true
|
|
671
667
|
}
|
|
672
668
|
},
|
|
673
|
-
"description": "
|
|
674
|
-
"flags": {
|
|
675
|
-
"json": {
|
|
676
|
-
"description": "Format output as json.",
|
|
677
|
-
"helpGroup": "GLOBAL",
|
|
678
|
-
"name": "json",
|
|
679
|
-
"allowNo": false,
|
|
680
|
-
"type": "boolean"
|
|
681
|
-
}
|
|
682
|
-
},
|
|
669
|
+
"description": "Get an HTTP URL that allows public access to a key-value store item.",
|
|
670
|
+
"flags": {},
|
|
683
671
|
"hasDynamicHelp": false,
|
|
684
672
|
"hiddenAliases": [],
|
|
685
|
-
"id": "
|
|
673
|
+
"id": "actor:get-public-url",
|
|
686
674
|
"pluginAlias": "apify-cli",
|
|
687
675
|
"pluginName": "apify-cli",
|
|
688
676
|
"pluginType": "core",
|
|
689
677
|
"strict": true,
|
|
690
|
-
"enableJsonFlag": true,
|
|
691
678
|
"isESM": true,
|
|
692
679
|
"relativePath": [
|
|
693
680
|
"dist",
|
|
694
681
|
"commands",
|
|
695
|
-
"
|
|
696
|
-
"
|
|
682
|
+
"actor",
|
|
683
|
+
"get-public-url.js"
|
|
697
684
|
]
|
|
698
685
|
},
|
|
699
|
-
"
|
|
686
|
+
"actor:get-value": {
|
|
700
687
|
"aliases": [],
|
|
701
688
|
"args": {
|
|
702
|
-
"
|
|
703
|
-
"description": "
|
|
704
|
-
"name": "
|
|
689
|
+
"key": {
|
|
690
|
+
"description": "Key of the record in key-value store",
|
|
691
|
+
"name": "key",
|
|
705
692
|
"required": true
|
|
706
693
|
}
|
|
707
694
|
},
|
|
708
|
-
"description": "
|
|
695
|
+
"description": "Gets a value from the default key-value store associated with the Actor run.",
|
|
709
696
|
"flags": {},
|
|
710
697
|
"hasDynamicHelp": false,
|
|
711
698
|
"hiddenAliases": [],
|
|
712
|
-
"id": "
|
|
699
|
+
"id": "actor:get-value",
|
|
713
700
|
"pluginAlias": "apify-cli",
|
|
714
701
|
"pluginName": "apify-cli",
|
|
715
702
|
"pluginType": "core",
|
|
@@ -718,87 +705,43 @@
|
|
|
718
705
|
"relativePath": [
|
|
719
706
|
"dist",
|
|
720
707
|
"commands",
|
|
721
|
-
"
|
|
722
|
-
"
|
|
708
|
+
"actor",
|
|
709
|
+
"get-value.js"
|
|
723
710
|
]
|
|
724
711
|
},
|
|
725
|
-
"
|
|
712
|
+
"actor": {
|
|
726
713
|
"aliases": [],
|
|
727
|
-
"args": {
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
"name": "actorId"
|
|
731
|
-
}
|
|
732
|
-
},
|
|
733
|
-
"description": "Lists all builds of the Actor.",
|
|
734
|
-
"flags": {
|
|
735
|
-
"json": {
|
|
736
|
-
"description": "Format output as json.",
|
|
737
|
-
"helpGroup": "GLOBAL",
|
|
738
|
-
"name": "json",
|
|
739
|
-
"allowNo": false,
|
|
740
|
-
"type": "boolean"
|
|
741
|
-
},
|
|
742
|
-
"offset": {
|
|
743
|
-
"description": "Number of builds that will be skipped.",
|
|
744
|
-
"name": "offset",
|
|
745
|
-
"default": 0,
|
|
746
|
-
"hasDynamicHelp": false,
|
|
747
|
-
"multiple": false,
|
|
748
|
-
"type": "option"
|
|
749
|
-
},
|
|
750
|
-
"limit": {
|
|
751
|
-
"description": "Number of builds that will be listed.",
|
|
752
|
-
"name": "limit",
|
|
753
|
-
"default": 10,
|
|
754
|
-
"hasDynamicHelp": false,
|
|
755
|
-
"multiple": false,
|
|
756
|
-
"type": "option"
|
|
757
|
-
},
|
|
758
|
-
"desc": {
|
|
759
|
-
"description": "Sort builds in descending order.",
|
|
760
|
-
"name": "desc",
|
|
761
|
-
"allowNo": false,
|
|
762
|
-
"type": "boolean"
|
|
763
|
-
},
|
|
764
|
-
"compact": {
|
|
765
|
-
"char": "c",
|
|
766
|
-
"description": "Display a compact table.",
|
|
767
|
-
"name": "compact",
|
|
768
|
-
"allowNo": false,
|
|
769
|
-
"type": "boolean"
|
|
770
|
-
}
|
|
771
|
-
},
|
|
714
|
+
"args": {},
|
|
715
|
+
"description": "Manages runtime data operations inside of a running Actor.",
|
|
716
|
+
"flags": {},
|
|
772
717
|
"hasDynamicHelp": false,
|
|
773
718
|
"hiddenAliases": [],
|
|
774
|
-
"id": "
|
|
719
|
+
"id": "actor",
|
|
775
720
|
"pluginAlias": "apify-cli",
|
|
776
721
|
"pluginName": "apify-cli",
|
|
777
722
|
"pluginType": "core",
|
|
778
723
|
"strict": true,
|
|
779
|
-
"enableJsonFlag": true,
|
|
780
724
|
"isESM": true,
|
|
781
725
|
"relativePath": [
|
|
782
726
|
"dist",
|
|
783
727
|
"commands",
|
|
784
|
-
"
|
|
785
|
-
"
|
|
728
|
+
"actor",
|
|
729
|
+
"index.js"
|
|
786
730
|
]
|
|
787
731
|
},
|
|
788
|
-
"
|
|
732
|
+
"actor:push-data": {
|
|
789
733
|
"aliases": [],
|
|
790
734
|
"args": {
|
|
791
|
-
"
|
|
792
|
-
"description": "
|
|
793
|
-
"name": "
|
|
794
|
-
"required": true
|
|
735
|
+
"item": {
|
|
736
|
+
"description": "JSON string with one object or array of objects containing data to be stored in the default dataset.",
|
|
737
|
+
"name": "item"
|
|
795
738
|
}
|
|
796
739
|
},
|
|
797
|
-
"description": "
|
|
740
|
+
"description": "Saves data to Actor's run default dataset.\n\nAccept input as:\n - JSON argument:\n $ apify actor push-data {\"key\": \"value\"}\n - Piped stdin:\n $ cat ./test.json | apify actor push-data",
|
|
798
741
|
"flags": {},
|
|
799
742
|
"hasDynamicHelp": false,
|
|
800
743
|
"hiddenAliases": [],
|
|
801
|
-
"id": "
|
|
744
|
+
"id": "actor:push-data",
|
|
802
745
|
"pluginAlias": "apify-cli",
|
|
803
746
|
"pluginName": "apify-cli",
|
|
804
747
|
"pluginType": "core",
|
|
@@ -807,49 +750,39 @@
|
|
|
807
750
|
"relativePath": [
|
|
808
751
|
"dist",
|
|
809
752
|
"commands",
|
|
810
|
-
"
|
|
811
|
-
"
|
|
753
|
+
"actor",
|
|
754
|
+
"push-data.js"
|
|
812
755
|
]
|
|
813
756
|
},
|
|
814
|
-
"actor:
|
|
757
|
+
"actor:set-value": {
|
|
815
758
|
"aliases": [],
|
|
816
759
|
"args": {
|
|
817
|
-
"
|
|
818
|
-
"description": "
|
|
819
|
-
"name": "
|
|
760
|
+
"key": {
|
|
761
|
+
"description": "Key of the record in key-value store.",
|
|
762
|
+
"name": "key",
|
|
820
763
|
"required": true
|
|
764
|
+
},
|
|
765
|
+
"value": {
|
|
766
|
+
"description": "Record data, which can be one of the following values:\n- If empty, the record in the key-value store is deleted.\n- If no `contentType` flag is specified, value is expected to be any JSON string value.\n- If options.contentType is set, value is taken as is.",
|
|
767
|
+
"name": "value",
|
|
768
|
+
"required": false
|
|
821
769
|
}
|
|
822
770
|
},
|
|
823
|
-
"description": "
|
|
771
|
+
"description": "Sets or removes record into the default key-value store associated with the Actor run.\n\nIt is possible to pass data using argument or stdin.\n\nPassing data using argument:\n$ apify actor set-value KEY my-value\n\nPassing data using stdin with pipe:\n$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain",
|
|
824
772
|
"flags": {
|
|
825
|
-
"
|
|
826
|
-
"
|
|
827
|
-
"
|
|
828
|
-
"
|
|
829
|
-
"default": 1,
|
|
830
|
-
"hasDynamicHelp": false,
|
|
831
|
-
"multiple": false,
|
|
832
|
-
"type": "option"
|
|
833
|
-
},
|
|
834
|
-
"idempotency-key": {
|
|
835
|
-
"description": "Idempotency key for the charge request",
|
|
836
|
-
"name": "idempotency-key",
|
|
773
|
+
"contentType": {
|
|
774
|
+
"char": "c",
|
|
775
|
+
"description": "Specifies a custom MIME content type of the record. By default \"application/json\" is used.",
|
|
776
|
+
"name": "contentType",
|
|
837
777
|
"required": false,
|
|
838
778
|
"hasDynamicHelp": false,
|
|
839
779
|
"multiple": false,
|
|
840
780
|
"type": "option"
|
|
841
|
-
},
|
|
842
|
-
"test-pay-per-event": {
|
|
843
|
-
"description": "Test pay-per-event charging without actually charging",
|
|
844
|
-
"name": "test-pay-per-event",
|
|
845
|
-
"required": false,
|
|
846
|
-
"allowNo": false,
|
|
847
|
-
"type": "boolean"
|
|
848
781
|
}
|
|
849
782
|
},
|
|
850
783
|
"hasDynamicHelp": false,
|
|
851
784
|
"hiddenAliases": [],
|
|
852
|
-
"id": "actor:
|
|
785
|
+
"id": "actor:set-value",
|
|
853
786
|
"pluginAlias": "apify-cli",
|
|
854
787
|
"pluginName": "apify-cli",
|
|
855
788
|
"pluginType": "core",
|
|
@@ -859,43 +792,72 @@
|
|
|
859
792
|
"dist",
|
|
860
793
|
"commands",
|
|
861
794
|
"actor",
|
|
862
|
-
"
|
|
795
|
+
"set-value.js"
|
|
863
796
|
]
|
|
864
797
|
},
|
|
865
|
-
"
|
|
798
|
+
"builds:create": {
|
|
866
799
|
"aliases": [],
|
|
867
|
-
"args": {
|
|
868
|
-
|
|
869
|
-
|
|
800
|
+
"args": {
|
|
801
|
+
"actorId": {
|
|
802
|
+
"description": "Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.",
|
|
803
|
+
"name": "actorId"
|
|
804
|
+
}
|
|
805
|
+
},
|
|
806
|
+
"description": "Creates a new build of the Actor.",
|
|
807
|
+
"flags": {
|
|
808
|
+
"json": {
|
|
809
|
+
"description": "Format output as json.",
|
|
810
|
+
"helpGroup": "GLOBAL",
|
|
811
|
+
"name": "json",
|
|
812
|
+
"allowNo": false,
|
|
813
|
+
"type": "boolean"
|
|
814
|
+
},
|
|
815
|
+
"tag": {
|
|
816
|
+
"description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
|
|
817
|
+
"name": "tag",
|
|
818
|
+
"hasDynamicHelp": false,
|
|
819
|
+
"multiple": false,
|
|
820
|
+
"type": "option"
|
|
821
|
+
},
|
|
822
|
+
"version": {
|
|
823
|
+
"description": "Optional Actor Version to build. By default, this will be inferred from the tag, but this flag is required when multiple versions have the same tag.",
|
|
824
|
+
"name": "version",
|
|
825
|
+
"required": false,
|
|
826
|
+
"hasDynamicHelp": false,
|
|
827
|
+
"multiple": false,
|
|
828
|
+
"type": "option"
|
|
829
|
+
},
|
|
830
|
+
"log": {
|
|
831
|
+
"description": "Whether to print out the build log after the build is triggered.",
|
|
832
|
+
"name": "log",
|
|
833
|
+
"allowNo": false,
|
|
834
|
+
"type": "boolean"
|
|
835
|
+
}
|
|
836
|
+
},
|
|
870
837
|
"hasDynamicHelp": false,
|
|
871
838
|
"hiddenAliases": [],
|
|
872
|
-
"id": "
|
|
839
|
+
"id": "builds:create",
|
|
873
840
|
"pluginAlias": "apify-cli",
|
|
874
841
|
"pluginName": "apify-cli",
|
|
875
842
|
"pluginType": "core",
|
|
876
843
|
"strict": true,
|
|
844
|
+
"enableJsonFlag": true,
|
|
877
845
|
"isESM": true,
|
|
878
846
|
"relativePath": [
|
|
879
847
|
"dist",
|
|
880
848
|
"commands",
|
|
881
|
-
"
|
|
882
|
-
"
|
|
849
|
+
"builds",
|
|
850
|
+
"create.js"
|
|
883
851
|
]
|
|
884
852
|
},
|
|
885
|
-
"
|
|
853
|
+
"builds": {
|
|
886
854
|
"aliases": [],
|
|
887
|
-
"args": {
|
|
888
|
-
|
|
889
|
-
"description": "Key of the record in key-value store",
|
|
890
|
-
"name": "key",
|
|
891
|
-
"required": true
|
|
892
|
-
}
|
|
893
|
-
},
|
|
894
|
-
"description": "Get an HTTP URL that allows public access to a key-value store item.",
|
|
855
|
+
"args": {},
|
|
856
|
+
"description": "Manages Actor build processes and versioning.",
|
|
895
857
|
"flags": {},
|
|
896
858
|
"hasDynamicHelp": false,
|
|
897
859
|
"hiddenAliases": [],
|
|
898
|
-
"id": "
|
|
860
|
+
"id": "builds",
|
|
899
861
|
"pluginAlias": "apify-cli",
|
|
900
862
|
"pluginName": "apify-cli",
|
|
901
863
|
"pluginType": "core",
|
|
@@ -904,44 +866,59 @@
|
|
|
904
866
|
"relativePath": [
|
|
905
867
|
"dist",
|
|
906
868
|
"commands",
|
|
907
|
-
"
|
|
908
|
-
"
|
|
869
|
+
"builds",
|
|
870
|
+
"index.js"
|
|
909
871
|
]
|
|
910
872
|
},
|
|
911
|
-
"
|
|
873
|
+
"builds:info": {
|
|
912
874
|
"aliases": [],
|
|
913
875
|
"args": {
|
|
914
|
-
"
|
|
915
|
-
"description": "
|
|
916
|
-
"name": "
|
|
876
|
+
"buildId": {
|
|
877
|
+
"description": "The build ID to get information about.",
|
|
878
|
+
"name": "buildId",
|
|
917
879
|
"required": true
|
|
918
880
|
}
|
|
919
881
|
},
|
|
920
|
-
"description": "
|
|
921
|
-
"flags": {
|
|
882
|
+
"description": "Prints information about a specific build.",
|
|
883
|
+
"flags": {
|
|
884
|
+
"json": {
|
|
885
|
+
"description": "Format output as json.",
|
|
886
|
+
"helpGroup": "GLOBAL",
|
|
887
|
+
"name": "json",
|
|
888
|
+
"allowNo": false,
|
|
889
|
+
"type": "boolean"
|
|
890
|
+
}
|
|
891
|
+
},
|
|
922
892
|
"hasDynamicHelp": false,
|
|
923
893
|
"hiddenAliases": [],
|
|
924
|
-
"id": "
|
|
894
|
+
"id": "builds:info",
|
|
925
895
|
"pluginAlias": "apify-cli",
|
|
926
896
|
"pluginName": "apify-cli",
|
|
927
897
|
"pluginType": "core",
|
|
928
898
|
"strict": true,
|
|
899
|
+
"enableJsonFlag": true,
|
|
929
900
|
"isESM": true,
|
|
930
901
|
"relativePath": [
|
|
931
902
|
"dist",
|
|
932
903
|
"commands",
|
|
933
|
-
"
|
|
934
|
-
"
|
|
904
|
+
"builds",
|
|
905
|
+
"info.js"
|
|
935
906
|
]
|
|
936
907
|
},
|
|
937
|
-
"
|
|
908
|
+
"builds:log": {
|
|
938
909
|
"aliases": [],
|
|
939
|
-
"args": {
|
|
940
|
-
|
|
910
|
+
"args": {
|
|
911
|
+
"buildId": {
|
|
912
|
+
"description": "The build ID to get the log from.",
|
|
913
|
+
"name": "buildId",
|
|
914
|
+
"required": true
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
"description": "Prints the log of a specific build.",
|
|
941
918
|
"flags": {},
|
|
942
919
|
"hasDynamicHelp": false,
|
|
943
920
|
"hiddenAliases": [],
|
|
944
|
-
"id": "
|
|
921
|
+
"id": "builds:log",
|
|
945
922
|
"pluginAlias": "apify-cli",
|
|
946
923
|
"pluginName": "apify-cli",
|
|
947
924
|
"pluginType": "core",
|
|
@@ -950,64 +927,87 @@
|
|
|
950
927
|
"relativePath": [
|
|
951
928
|
"dist",
|
|
952
929
|
"commands",
|
|
953
|
-
"
|
|
954
|
-
"
|
|
930
|
+
"builds",
|
|
931
|
+
"log.js"
|
|
955
932
|
]
|
|
956
933
|
},
|
|
957
|
-
"
|
|
934
|
+
"builds:ls": {
|
|
958
935
|
"aliases": [],
|
|
959
936
|
"args": {
|
|
960
|
-
"
|
|
961
|
-
"description": "
|
|
962
|
-
"name": "
|
|
937
|
+
"actorId": {
|
|
938
|
+
"description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
|
|
939
|
+
"name": "actorId"
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
"description": "Lists all builds of the Actor.",
|
|
943
|
+
"flags": {
|
|
944
|
+
"json": {
|
|
945
|
+
"description": "Format output as json.",
|
|
946
|
+
"helpGroup": "GLOBAL",
|
|
947
|
+
"name": "json",
|
|
948
|
+
"allowNo": false,
|
|
949
|
+
"type": "boolean"
|
|
950
|
+
},
|
|
951
|
+
"offset": {
|
|
952
|
+
"description": "Number of builds that will be skipped.",
|
|
953
|
+
"name": "offset",
|
|
954
|
+
"default": 0,
|
|
955
|
+
"hasDynamicHelp": false,
|
|
956
|
+
"multiple": false,
|
|
957
|
+
"type": "option"
|
|
958
|
+
},
|
|
959
|
+
"limit": {
|
|
960
|
+
"description": "Number of builds that will be listed.",
|
|
961
|
+
"name": "limit",
|
|
962
|
+
"default": 10,
|
|
963
|
+
"hasDynamicHelp": false,
|
|
964
|
+
"multiple": false,
|
|
965
|
+
"type": "option"
|
|
966
|
+
},
|
|
967
|
+
"desc": {
|
|
968
|
+
"description": "Sort builds in descending order.",
|
|
969
|
+
"name": "desc",
|
|
970
|
+
"allowNo": false,
|
|
971
|
+
"type": "boolean"
|
|
972
|
+
},
|
|
973
|
+
"compact": {
|
|
974
|
+
"char": "c",
|
|
975
|
+
"description": "Display a compact table.",
|
|
976
|
+
"name": "compact",
|
|
977
|
+
"allowNo": false,
|
|
978
|
+
"type": "boolean"
|
|
963
979
|
}
|
|
964
980
|
},
|
|
965
|
-
"description": "Saves data to Actor's run default dataset.\n\nAccept input as:\n - JSON argument:\n $ apify actor push-data {\"key\": \"value\"}\n - Piped stdin:\n $ cat ./test.json | apify actor push-data",
|
|
966
|
-
"flags": {},
|
|
967
981
|
"hasDynamicHelp": false,
|
|
968
982
|
"hiddenAliases": [],
|
|
969
|
-
"id": "
|
|
983
|
+
"id": "builds:ls",
|
|
970
984
|
"pluginAlias": "apify-cli",
|
|
971
985
|
"pluginName": "apify-cli",
|
|
972
986
|
"pluginType": "core",
|
|
973
987
|
"strict": true,
|
|
988
|
+
"enableJsonFlag": true,
|
|
974
989
|
"isESM": true,
|
|
975
990
|
"relativePath": [
|
|
976
991
|
"dist",
|
|
977
992
|
"commands",
|
|
978
|
-
"
|
|
979
|
-
"
|
|
993
|
+
"builds",
|
|
994
|
+
"ls.js"
|
|
980
995
|
]
|
|
981
996
|
},
|
|
982
|
-
"
|
|
997
|
+
"builds:rm": {
|
|
983
998
|
"aliases": [],
|
|
984
999
|
"args": {
|
|
985
|
-
"
|
|
986
|
-
"description": "
|
|
987
|
-
"name": "
|
|
1000
|
+
"buildId": {
|
|
1001
|
+
"description": "The build ID to delete.",
|
|
1002
|
+
"name": "buildId",
|
|
988
1003
|
"required": true
|
|
989
|
-
},
|
|
990
|
-
"value": {
|
|
991
|
-
"description": "Record data, which can be one of the following values:\n- If empty, the record in the key-value store is deleted.\n- If no `contentType` flag is specified, value is expected to be any JSON string value.\n- If options.contentType is set, value is taken as is.",
|
|
992
|
-
"name": "value",
|
|
993
|
-
"required": false
|
|
994
|
-
}
|
|
995
|
-
},
|
|
996
|
-
"description": "Sets or removes record into the default key-value store associated with the Actor run.\n\nIt is possible to pass data using argument or stdin.\n\nPassing data using argument:\n$ apify actor set-value KEY my-value\n\nPassing data using stdin with pipe:\n$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain",
|
|
997
|
-
"flags": {
|
|
998
|
-
"contentType": {
|
|
999
|
-
"char": "c",
|
|
1000
|
-
"description": "Specifies a custom MIME content type of the record. By default \"application/json\" is used.",
|
|
1001
|
-
"name": "contentType",
|
|
1002
|
-
"required": false,
|
|
1003
|
-
"hasDynamicHelp": false,
|
|
1004
|
-
"multiple": false,
|
|
1005
|
-
"type": "option"
|
|
1006
1004
|
}
|
|
1007
1005
|
},
|
|
1006
|
+
"description": "Permanently removes an Actor build from the Apify platform.",
|
|
1007
|
+
"flags": {},
|
|
1008
1008
|
"hasDynamicHelp": false,
|
|
1009
1009
|
"hiddenAliases": [],
|
|
1010
|
-
"id": "
|
|
1010
|
+
"id": "builds:rm",
|
|
1011
1011
|
"pluginAlias": "apify-cli",
|
|
1012
1012
|
"pluginName": "apify-cli",
|
|
1013
1013
|
"pluginType": "core",
|
|
@@ -1016,8 +1016,8 @@
|
|
|
1016
1016
|
"relativePath": [
|
|
1017
1017
|
"dist",
|
|
1018
1018
|
"commands",
|
|
1019
|
-
"
|
|
1020
|
-
"
|
|
1019
|
+
"builds",
|
|
1020
|
+
"rm.js"
|
|
1021
1021
|
]
|
|
1022
1022
|
},
|
|
1023
1023
|
"actors:build": {
|
|
@@ -1838,26 +1838,6 @@
|
|
|
1838
1838
|
"rm.js"
|
|
1839
1839
|
]
|
|
1840
1840
|
},
|
|
1841
|
-
"request-queues": {
|
|
1842
|
-
"aliases": [],
|
|
1843
|
-
"args": {},
|
|
1844
|
-
"description": "Manages URL queues for web scraping and automation tasks.",
|
|
1845
|
-
"flags": {},
|
|
1846
|
-
"hasDynamicHelp": false,
|
|
1847
|
-
"hiddenAliases": [],
|
|
1848
|
-
"id": "request-queues",
|
|
1849
|
-
"pluginAlias": "apify-cli",
|
|
1850
|
-
"pluginName": "apify-cli",
|
|
1851
|
-
"pluginType": "core",
|
|
1852
|
-
"strict": true,
|
|
1853
|
-
"isESM": true,
|
|
1854
|
-
"relativePath": [
|
|
1855
|
-
"dist",
|
|
1856
|
-
"commands",
|
|
1857
|
-
"request-queues",
|
|
1858
|
-
"index.js"
|
|
1859
|
-
]
|
|
1860
|
-
},
|
|
1861
1841
|
"key-value-stores:create": {
|
|
1862
1842
|
"aliases": [],
|
|
1863
1843
|
"args": {
|
|
@@ -2251,45 +2231,14 @@
|
|
|
2251
2231
|
"set-value.js"
|
|
2252
2232
|
]
|
|
2253
2233
|
},
|
|
2254
|
-
"
|
|
2255
|
-
"aliases": [],
|
|
2256
|
-
"args": {
|
|
2257
|
-
"name": {
|
|
2258
|
-
"description": "Name of the secret",
|
|
2259
|
-
"name": "name",
|
|
2260
|
-
"required": true
|
|
2261
|
-
},
|
|
2262
|
-
"value": {
|
|
2263
|
-
"description": "Value of the secret",
|
|
2264
|
-
"name": "value",
|
|
2265
|
-
"required": true
|
|
2266
|
-
}
|
|
2267
|
-
},
|
|
2268
|
-
"description": "Adds a new secret to '~/.apify' for use in Actor environment variables.",
|
|
2269
|
-
"flags": {},
|
|
2270
|
-
"hasDynamicHelp": false,
|
|
2271
|
-
"hiddenAliases": [],
|
|
2272
|
-
"id": "secrets:add",
|
|
2273
|
-
"pluginAlias": "apify-cli",
|
|
2274
|
-
"pluginName": "apify-cli",
|
|
2275
|
-
"pluginType": "core",
|
|
2276
|
-
"strict": true,
|
|
2277
|
-
"isESM": true,
|
|
2278
|
-
"relativePath": [
|
|
2279
|
-
"dist",
|
|
2280
|
-
"commands",
|
|
2281
|
-
"secrets",
|
|
2282
|
-
"add.js"
|
|
2283
|
-
]
|
|
2284
|
-
},
|
|
2285
|
-
"secrets": {
|
|
2234
|
+
"request-queues": {
|
|
2286
2235
|
"aliases": [],
|
|
2287
2236
|
"args": {},
|
|
2288
|
-
"description": "Manages
|
|
2237
|
+
"description": "Manages URL queues for web scraping and automation tasks.",
|
|
2289
2238
|
"flags": {},
|
|
2290
2239
|
"hasDynamicHelp": false,
|
|
2291
2240
|
"hiddenAliases": [],
|
|
2292
|
-
"id": "
|
|
2241
|
+
"id": "request-queues",
|
|
2293
2242
|
"pluginAlias": "apify-cli",
|
|
2294
2243
|
"pluginName": "apify-cli",
|
|
2295
2244
|
"pluginType": "core",
|
|
@@ -2298,36 +2247,10 @@
|
|
|
2298
2247
|
"relativePath": [
|
|
2299
2248
|
"dist",
|
|
2300
2249
|
"commands",
|
|
2301
|
-
"
|
|
2250
|
+
"request-queues",
|
|
2302
2251
|
"index.js"
|
|
2303
2252
|
]
|
|
2304
2253
|
},
|
|
2305
|
-
"secrets:rm": {
|
|
2306
|
-
"aliases": [],
|
|
2307
|
-
"args": {
|
|
2308
|
-
"name": {
|
|
2309
|
-
"description": "Name of the secret",
|
|
2310
|
-
"name": "name",
|
|
2311
|
-
"required": true
|
|
2312
|
-
}
|
|
2313
|
-
},
|
|
2314
|
-
"description": "Permanently deletes a secret from your stored credentials.",
|
|
2315
|
-
"flags": {},
|
|
2316
|
-
"hasDynamicHelp": false,
|
|
2317
|
-
"hiddenAliases": [],
|
|
2318
|
-
"id": "secrets:rm",
|
|
2319
|
-
"pluginAlias": "apify-cli",
|
|
2320
|
-
"pluginName": "apify-cli",
|
|
2321
|
-
"pluginType": "core",
|
|
2322
|
-
"strict": true,
|
|
2323
|
-
"isESM": true,
|
|
2324
|
-
"relativePath": [
|
|
2325
|
-
"dist",
|
|
2326
|
-
"commands",
|
|
2327
|
-
"secrets",
|
|
2328
|
-
"rm.js"
|
|
2329
|
-
]
|
|
2330
|
-
},
|
|
2331
2254
|
"runs:abort": {
|
|
2332
2255
|
"aliases": [],
|
|
2333
2256
|
"args": {
|
|
@@ -2582,6 +2505,83 @@
|
|
|
2582
2505
|
"rm.js"
|
|
2583
2506
|
]
|
|
2584
2507
|
},
|
|
2508
|
+
"secrets:add": {
|
|
2509
|
+
"aliases": [],
|
|
2510
|
+
"args": {
|
|
2511
|
+
"name": {
|
|
2512
|
+
"description": "Name of the secret",
|
|
2513
|
+
"name": "name",
|
|
2514
|
+
"required": true
|
|
2515
|
+
},
|
|
2516
|
+
"value": {
|
|
2517
|
+
"description": "Value of the secret",
|
|
2518
|
+
"name": "value",
|
|
2519
|
+
"required": true
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2522
|
+
"description": "Adds a new secret to '~/.apify' for use in Actor environment variables.",
|
|
2523
|
+
"flags": {},
|
|
2524
|
+
"hasDynamicHelp": false,
|
|
2525
|
+
"hiddenAliases": [],
|
|
2526
|
+
"id": "secrets:add",
|
|
2527
|
+
"pluginAlias": "apify-cli",
|
|
2528
|
+
"pluginName": "apify-cli",
|
|
2529
|
+
"pluginType": "core",
|
|
2530
|
+
"strict": true,
|
|
2531
|
+
"isESM": true,
|
|
2532
|
+
"relativePath": [
|
|
2533
|
+
"dist",
|
|
2534
|
+
"commands",
|
|
2535
|
+
"secrets",
|
|
2536
|
+
"add.js"
|
|
2537
|
+
]
|
|
2538
|
+
},
|
|
2539
|
+
"secrets": {
|
|
2540
|
+
"aliases": [],
|
|
2541
|
+
"args": {},
|
|
2542
|
+
"description": "Manages secure environment variables for Actors.\n\nExample:\n$ apify secrets add mySecret TopSecretValue123\n\nThe \"mySecret\" value can be used in an environment variable defined in '.actor/actor.json' file by adding the \"@\"\nprefix:\n\n{\n \"actorSpecification\": 1,\n \"name\": \"my_actor\",\n \"environmentVariables\": { \"SECRET_ENV_VAR\": \"@mySecret\" },\n \"version\": \"0.1\"\n}\n\nWhen the Actor is pushed to Apify cloud, the \"SECRET_ENV_VAR\" and its value is stored as a secret environment variable\nof the Actor.",
|
|
2543
|
+
"flags": {},
|
|
2544
|
+
"hasDynamicHelp": false,
|
|
2545
|
+
"hiddenAliases": [],
|
|
2546
|
+
"id": "secrets",
|
|
2547
|
+
"pluginAlias": "apify-cli",
|
|
2548
|
+
"pluginName": "apify-cli",
|
|
2549
|
+
"pluginType": "core",
|
|
2550
|
+
"strict": true,
|
|
2551
|
+
"isESM": true,
|
|
2552
|
+
"relativePath": [
|
|
2553
|
+
"dist",
|
|
2554
|
+
"commands",
|
|
2555
|
+
"secrets",
|
|
2556
|
+
"index.js"
|
|
2557
|
+
]
|
|
2558
|
+
},
|
|
2559
|
+
"secrets:rm": {
|
|
2560
|
+
"aliases": [],
|
|
2561
|
+
"args": {
|
|
2562
|
+
"name": {
|
|
2563
|
+
"description": "Name of the secret",
|
|
2564
|
+
"name": "name",
|
|
2565
|
+
"required": true
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
"description": "Permanently deletes a secret from your stored credentials.",
|
|
2569
|
+
"flags": {},
|
|
2570
|
+
"hasDynamicHelp": false,
|
|
2571
|
+
"hiddenAliases": [],
|
|
2572
|
+
"id": "secrets:rm",
|
|
2573
|
+
"pluginAlias": "apify-cli",
|
|
2574
|
+
"pluginName": "apify-cli",
|
|
2575
|
+
"pluginType": "core",
|
|
2576
|
+
"strict": true,
|
|
2577
|
+
"isESM": true,
|
|
2578
|
+
"relativePath": [
|
|
2579
|
+
"dist",
|
|
2580
|
+
"commands",
|
|
2581
|
+
"secrets",
|
|
2582
|
+
"rm.js"
|
|
2583
|
+
]
|
|
2584
|
+
},
|
|
2585
2585
|
"task": {
|
|
2586
2586
|
"aliases": [],
|
|
2587
2587
|
"args": {},
|
|
@@ -2657,5 +2657,5 @@
|
|
|
2657
2657
|
]
|
|
2658
2658
|
}
|
|
2659
2659
|
},
|
|
2660
|
-
"version": "0.21.4-beta.
|
|
2660
|
+
"version": "0.21.4-beta.1"
|
|
2661
2661
|
}
|