apify-cli 0.21.0-beta.87 → 0.21.0-beta.88
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 +59 -59
- package/oclif.manifest.json +846 -846
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -586,69 +586,60 @@
|
|
|
586
586
|
"validate-schema.js"
|
|
587
587
|
]
|
|
588
588
|
},
|
|
589
|
-
"
|
|
589
|
+
"actor:get-input": {
|
|
590
|
+
"aliases": [],
|
|
591
|
+
"args": {},
|
|
592
|
+
"description": "Gets the Actor input value from the default key-value store associated with the Actor run.",
|
|
593
|
+
"flags": {},
|
|
594
|
+
"hasDynamicHelp": false,
|
|
595
|
+
"hiddenAliases": [],
|
|
596
|
+
"id": "actor:get-input",
|
|
597
|
+
"pluginAlias": "apify-cli",
|
|
598
|
+
"pluginName": "apify-cli",
|
|
599
|
+
"pluginType": "core",
|
|
600
|
+
"strict": true,
|
|
601
|
+
"isESM": true,
|
|
602
|
+
"relativePath": [
|
|
603
|
+
"dist",
|
|
604
|
+
"commands",
|
|
605
|
+
"actor",
|
|
606
|
+
"get-input.js"
|
|
607
|
+
]
|
|
608
|
+
},
|
|
609
|
+
"actor:get-value": {
|
|
590
610
|
"aliases": [],
|
|
591
611
|
"args": {
|
|
592
|
-
"
|
|
593
|
-
"description": "
|
|
594
|
-
"name": "
|
|
595
|
-
|
|
596
|
-
},
|
|
597
|
-
"description": "Creates a new build of the Actor.",
|
|
598
|
-
"flags": {
|
|
599
|
-
"json": {
|
|
600
|
-
"description": "Format output as json.",
|
|
601
|
-
"helpGroup": "GLOBAL",
|
|
602
|
-
"name": "json",
|
|
603
|
-
"allowNo": false,
|
|
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",
|
|
609
|
-
"hasDynamicHelp": false,
|
|
610
|
-
"multiple": false,
|
|
611
|
-
"type": "option"
|
|
612
|
-
},
|
|
613
|
-
"version": {
|
|
614
|
-
"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.",
|
|
615
|
-
"name": "version",
|
|
616
|
-
"required": false,
|
|
617
|
-
"hasDynamicHelp": false,
|
|
618
|
-
"multiple": false,
|
|
619
|
-
"type": "option"
|
|
620
|
-
},
|
|
621
|
-
"log": {
|
|
622
|
-
"description": "Whether to print out the build log after the build is triggered.",
|
|
623
|
-
"name": "log",
|
|
624
|
-
"allowNo": false,
|
|
625
|
-
"type": "boolean"
|
|
612
|
+
"key": {
|
|
613
|
+
"description": "Key of the record in key-value store",
|
|
614
|
+
"name": "key",
|
|
615
|
+
"required": true
|
|
626
616
|
}
|
|
627
617
|
},
|
|
618
|
+
"description": "Gets a value from the default key-value store associated with the Actor run.",
|
|
619
|
+
"flags": {},
|
|
628
620
|
"hasDynamicHelp": false,
|
|
629
621
|
"hiddenAliases": [],
|
|
630
|
-
"id": "
|
|
622
|
+
"id": "actor:get-value",
|
|
631
623
|
"pluginAlias": "apify-cli",
|
|
632
624
|
"pluginName": "apify-cli",
|
|
633
625
|
"pluginType": "core",
|
|
634
626
|
"strict": true,
|
|
635
|
-
"enableJsonFlag": true,
|
|
636
627
|
"isESM": true,
|
|
637
628
|
"relativePath": [
|
|
638
629
|
"dist",
|
|
639
630
|
"commands",
|
|
640
|
-
"
|
|
641
|
-
"
|
|
631
|
+
"actor",
|
|
632
|
+
"get-value.js"
|
|
642
633
|
]
|
|
643
634
|
},
|
|
644
|
-
"
|
|
635
|
+
"actor": {
|
|
645
636
|
"aliases": [],
|
|
646
637
|
"args": {},
|
|
647
|
-
"description": "Commands are designed to be used
|
|
638
|
+
"description": "Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.\n",
|
|
648
639
|
"flags": {},
|
|
649
640
|
"hasDynamicHelp": false,
|
|
650
641
|
"hiddenAliases": [],
|
|
651
|
-
"id": "
|
|
642
|
+
"id": "actor",
|
|
652
643
|
"pluginAlias": "apify-cli",
|
|
653
644
|
"pluginName": "apify-cli",
|
|
654
645
|
"pluginType": "core",
|
|
@@ -657,59 +648,64 @@
|
|
|
657
648
|
"relativePath": [
|
|
658
649
|
"dist",
|
|
659
650
|
"commands",
|
|
660
|
-
"
|
|
651
|
+
"actor",
|
|
661
652
|
"index.js"
|
|
662
653
|
]
|
|
663
654
|
},
|
|
664
|
-
"
|
|
655
|
+
"actor:push-data": {
|
|
665
656
|
"aliases": [],
|
|
666
657
|
"args": {
|
|
667
|
-
"
|
|
668
|
-
"description": "
|
|
669
|
-
"name": "
|
|
670
|
-
"required": true
|
|
671
|
-
}
|
|
672
|
-
},
|
|
673
|
-
"description": "Prints information about a specific build.",
|
|
674
|
-
"flags": {
|
|
675
|
-
"json": {
|
|
676
|
-
"description": "Format output as json.",
|
|
677
|
-
"helpGroup": "GLOBAL",
|
|
678
|
-
"name": "json",
|
|
679
|
-
"allowNo": false,
|
|
680
|
-
"type": "boolean"
|
|
658
|
+
"item": {
|
|
659
|
+
"description": "JSON string with one object or array of objects containing data to be stored in the default dataset.",
|
|
660
|
+
"name": "item"
|
|
681
661
|
}
|
|
682
662
|
},
|
|
663
|
+
"description": "Stores an object or an array of objects to the default dataset of the Actor run.\nIt is possible to pass data using item argument or stdin.\nPassing data using argument:\n$ apify actor push-data {\"foo\": \"bar\"}\nPassing data using stdin with pipe:\n$ cat ./test.json | apify actor push-data\n",
|
|
664
|
+
"flags": {},
|
|
683
665
|
"hasDynamicHelp": false,
|
|
684
666
|
"hiddenAliases": [],
|
|
685
|
-
"id": "
|
|
667
|
+
"id": "actor:push-data",
|
|
686
668
|
"pluginAlias": "apify-cli",
|
|
687
669
|
"pluginName": "apify-cli",
|
|
688
670
|
"pluginType": "core",
|
|
689
671
|
"strict": true,
|
|
690
|
-
"enableJsonFlag": true,
|
|
691
672
|
"isESM": true,
|
|
692
673
|
"relativePath": [
|
|
693
674
|
"dist",
|
|
694
675
|
"commands",
|
|
695
|
-
"
|
|
696
|
-
"
|
|
676
|
+
"actor",
|
|
677
|
+
"push-data.js"
|
|
697
678
|
]
|
|
698
679
|
},
|
|
699
|
-
"
|
|
680
|
+
"actor:set-value": {
|
|
700
681
|
"aliases": [],
|
|
701
682
|
"args": {
|
|
702
|
-
"
|
|
703
|
-
"description": "
|
|
704
|
-
"name": "
|
|
683
|
+
"key": {
|
|
684
|
+
"description": "Key of the record in key-value store.",
|
|
685
|
+
"name": "key",
|
|
705
686
|
"required": true
|
|
687
|
+
},
|
|
688
|
+
"value": {
|
|
689
|
+
"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.",
|
|
690
|
+
"name": "value",
|
|
691
|
+
"required": false
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
"description": "Sets or removes record into the default KeyValueStore associated with the Actor run.\nIt is possible to pass data using argument or stdin.\nPassing data using argument:\n$ apify actor set-value KEY my-value\nPassing data using stdin with pipe:\n$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain\n",
|
|
695
|
+
"flags": {
|
|
696
|
+
"contentType": {
|
|
697
|
+
"char": "c",
|
|
698
|
+
"description": "Specifies a custom MIME content type of the record. By default \"application/json\" is used.",
|
|
699
|
+
"name": "contentType",
|
|
700
|
+
"required": false,
|
|
701
|
+
"hasDynamicHelp": false,
|
|
702
|
+
"multiple": false,
|
|
703
|
+
"type": "option"
|
|
706
704
|
}
|
|
707
705
|
},
|
|
708
|
-
"description": "Prints the log of a specific build.",
|
|
709
|
-
"flags": {},
|
|
710
706
|
"hasDynamicHelp": false,
|
|
711
707
|
"hiddenAliases": [],
|
|
712
|
-
"id": "
|
|
708
|
+
"id": "actor:set-value",
|
|
713
709
|
"pluginAlias": "apify-cli",
|
|
714
710
|
"pluginName": "apify-cli",
|
|
715
711
|
"pluginType": "core",
|
|
@@ -718,19 +714,19 @@
|
|
|
718
714
|
"relativePath": [
|
|
719
715
|
"dist",
|
|
720
716
|
"commands",
|
|
721
|
-
"
|
|
722
|
-
"
|
|
717
|
+
"actor",
|
|
718
|
+
"set-value.js"
|
|
723
719
|
]
|
|
724
720
|
},
|
|
725
|
-
"
|
|
721
|
+
"actors:build": {
|
|
726
722
|
"aliases": [],
|
|
727
723
|
"args": {
|
|
728
724
|
"actorId": {
|
|
729
|
-
"description": "Optional Actor ID or Name to
|
|
725
|
+
"description": "Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.",
|
|
730
726
|
"name": "actorId"
|
|
731
727
|
}
|
|
732
728
|
},
|
|
733
|
-
"description": "
|
|
729
|
+
"description": "Creates a new build of the Actor.",
|
|
734
730
|
"flags": {
|
|
735
731
|
"json": {
|
|
736
732
|
"description": "Format output as json.",
|
|
@@ -739,88 +735,53 @@
|
|
|
739
735
|
"allowNo": false,
|
|
740
736
|
"type": "boolean"
|
|
741
737
|
},
|
|
742
|
-
"
|
|
743
|
-
"description": "
|
|
744
|
-
"name": "
|
|
745
|
-
"default": 0,
|
|
738
|
+
"tag": {
|
|
739
|
+
"description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
|
|
740
|
+
"name": "tag",
|
|
746
741
|
"hasDynamicHelp": false,
|
|
747
742
|
"multiple": false,
|
|
748
743
|
"type": "option"
|
|
749
744
|
},
|
|
750
|
-
"
|
|
751
|
-
"description": "
|
|
752
|
-
"name": "
|
|
753
|
-
"
|
|
745
|
+
"version": {
|
|
746
|
+
"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.",
|
|
747
|
+
"name": "version",
|
|
748
|
+
"required": false,
|
|
754
749
|
"hasDynamicHelp": false,
|
|
755
750
|
"multiple": false,
|
|
756
751
|
"type": "option"
|
|
757
752
|
},
|
|
758
|
-
"
|
|
759
|
-
"description": "
|
|
760
|
-
"name": "
|
|
761
|
-
"allowNo": false,
|
|
762
|
-
"type": "boolean"
|
|
763
|
-
},
|
|
764
|
-
"compact": {
|
|
765
|
-
"char": "c",
|
|
766
|
-
"description": "Display a compact table.",
|
|
767
|
-
"name": "compact",
|
|
753
|
+
"log": {
|
|
754
|
+
"description": "Whether to print out the build log after the build is triggered.",
|
|
755
|
+
"name": "log",
|
|
768
756
|
"allowNo": false,
|
|
769
757
|
"type": "boolean"
|
|
770
758
|
}
|
|
771
759
|
},
|
|
772
760
|
"hasDynamicHelp": false,
|
|
773
761
|
"hiddenAliases": [],
|
|
774
|
-
"id": "
|
|
762
|
+
"id": "actors:build",
|
|
775
763
|
"pluginAlias": "apify-cli",
|
|
776
764
|
"pluginName": "apify-cli",
|
|
777
765
|
"pluginType": "core",
|
|
778
|
-
"strict": true,
|
|
779
766
|
"enableJsonFlag": true,
|
|
780
767
|
"isESM": true,
|
|
781
768
|
"relativePath": [
|
|
782
769
|
"dist",
|
|
783
770
|
"commands",
|
|
784
|
-
"
|
|
785
|
-
"
|
|
786
|
-
]
|
|
787
|
-
},
|
|
788
|
-
"builds:rm": {
|
|
789
|
-
"aliases": [],
|
|
790
|
-
"args": {
|
|
791
|
-
"buildId": {
|
|
792
|
-
"description": "The build ID to delete.",
|
|
793
|
-
"name": "buildId",
|
|
794
|
-
"required": true
|
|
795
|
-
}
|
|
796
|
-
},
|
|
797
|
-
"description": "Deletes an Actor Build.",
|
|
798
|
-
"flags": {},
|
|
799
|
-
"hasDynamicHelp": false,
|
|
800
|
-
"hiddenAliases": [],
|
|
801
|
-
"id": "builds:rm",
|
|
802
|
-
"pluginAlias": "apify-cli",
|
|
803
|
-
"pluginName": "apify-cli",
|
|
804
|
-
"pluginType": "core",
|
|
805
|
-
"strict": true,
|
|
806
|
-
"isESM": true,
|
|
807
|
-
"relativePath": [
|
|
808
|
-
"dist",
|
|
809
|
-
"commands",
|
|
810
|
-
"builds",
|
|
811
|
-
"rm.js"
|
|
771
|
+
"actors",
|
|
772
|
+
"build.js"
|
|
812
773
|
]
|
|
813
774
|
},
|
|
814
|
-
"
|
|
775
|
+
"actors:call": {
|
|
815
776
|
"aliases": [],
|
|
816
777
|
"args": {
|
|
817
|
-
"
|
|
818
|
-
"description": "
|
|
819
|
-
"name": "
|
|
778
|
+
"actorId": {
|
|
779
|
+
"description": "Name or ID of the Actor to run (e.g. \"my-actor\", \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command runs the remote Actor specified in the \".actor/actor.json\" file.",
|
|
780
|
+
"name": "actorId",
|
|
820
781
|
"required": false
|
|
821
782
|
}
|
|
822
783
|
},
|
|
823
|
-
"description": "
|
|
784
|
+
"description": "Runs a specific Actor remotely on the Apify cloud platform.\nThe Actor is run under your current Apify account. Therefore you need to be logged in by calling \"apify login\". It takes input for the Actor from the default local key-value store by default.",
|
|
824
785
|
"flags": {
|
|
825
786
|
"json": {
|
|
826
787
|
"description": "Format output as json.",
|
|
@@ -828,90 +789,99 @@
|
|
|
828
789
|
"name": "json",
|
|
829
790
|
"allowNo": false,
|
|
830
791
|
"type": "boolean"
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
"pluginName": "apify-cli",
|
|
838
|
-
"pluginType": "core",
|
|
839
|
-
"strict": true,
|
|
840
|
-
"enableJsonFlag": true,
|
|
841
|
-
"isESM": true,
|
|
842
|
-
"relativePath": [
|
|
843
|
-
"dist",
|
|
844
|
-
"commands",
|
|
845
|
-
"datasets",
|
|
846
|
-
"create.js"
|
|
847
|
-
]
|
|
848
|
-
},
|
|
849
|
-
"datasets:get-items": {
|
|
850
|
-
"aliases": [],
|
|
851
|
-
"args": {
|
|
852
|
-
"datasetId": {
|
|
853
|
-
"description": "The ID of the Dataset to export the items for",
|
|
854
|
-
"name": "datasetId",
|
|
855
|
-
"required": true
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
|
-
"description": "Exports the items present in a Dataset.",
|
|
859
|
-
"flags": {
|
|
860
|
-
"limit": {
|
|
861
|
-
"description": "The amount of elements to get from the dataset. By default, it will return all available items.",
|
|
862
|
-
"name": "limit",
|
|
792
|
+
},
|
|
793
|
+
"build": {
|
|
794
|
+
"char": "b",
|
|
795
|
+
"description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
|
|
796
|
+
"name": "build",
|
|
797
|
+
"required": false,
|
|
863
798
|
"hasDynamicHelp": false,
|
|
864
799
|
"multiple": false,
|
|
865
800
|
"type": "option"
|
|
866
801
|
},
|
|
867
|
-
"
|
|
868
|
-
"
|
|
869
|
-
"
|
|
802
|
+
"timeout": {
|
|
803
|
+
"char": "t",
|
|
804
|
+
"description": "Timeout for the Actor run in seconds. Zero value means there is no timeout.",
|
|
805
|
+
"name": "timeout",
|
|
806
|
+
"required": false,
|
|
870
807
|
"hasDynamicHelp": false,
|
|
871
808
|
"multiple": false,
|
|
872
809
|
"type": "option"
|
|
873
810
|
},
|
|
874
|
-
"
|
|
875
|
-
"
|
|
876
|
-
"
|
|
877
|
-
"
|
|
811
|
+
"memory": {
|
|
812
|
+
"char": "m",
|
|
813
|
+
"description": "Amount of memory allocated for the Actor run, in megabytes.",
|
|
814
|
+
"name": "memory",
|
|
815
|
+
"required": false,
|
|
878
816
|
"hasDynamicHelp": false,
|
|
879
817
|
"multiple": false,
|
|
880
|
-
"
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
"
|
|
887
|
-
|
|
818
|
+
"type": "option"
|
|
819
|
+
},
|
|
820
|
+
"input": {
|
|
821
|
+
"char": "i",
|
|
822
|
+
"description": "Optional JSON input to be given to the Actor.",
|
|
823
|
+
"exclusive": [
|
|
824
|
+
"input-file"
|
|
825
|
+
],
|
|
826
|
+
"name": "input",
|
|
827
|
+
"required": false,
|
|
828
|
+
"hasDynamicHelp": false,
|
|
829
|
+
"multiple": false,
|
|
830
|
+
"type": "option"
|
|
831
|
+
},
|
|
832
|
+
"input-file": {
|
|
833
|
+
"aliases": [
|
|
834
|
+
"if"
|
|
835
|
+
],
|
|
836
|
+
"description": "Optional path to a file with JSON input to be given to the Actor. The file must be a valid JSON file. You can also specify `-` to read from standard input.",
|
|
837
|
+
"exclusive": [
|
|
838
|
+
"input"
|
|
888
839
|
],
|
|
840
|
+
"name": "input-file",
|
|
841
|
+
"required": false,
|
|
842
|
+
"hasDynamicHelp": false,
|
|
843
|
+
"multiple": false,
|
|
889
844
|
"type": "option"
|
|
845
|
+
},
|
|
846
|
+
"silent": {
|
|
847
|
+
"char": "s",
|
|
848
|
+
"description": "Prevents printing the logs of the Actor run to the console.",
|
|
849
|
+
"name": "silent",
|
|
850
|
+
"allowNo": false,
|
|
851
|
+
"type": "boolean"
|
|
852
|
+
},
|
|
853
|
+
"output-dataset": {
|
|
854
|
+
"char": "o",
|
|
855
|
+
"description": "Prints out the entire default dataset on successful run of the Actor.",
|
|
856
|
+
"name": "output-dataset",
|
|
857
|
+
"allowNo": false,
|
|
858
|
+
"type": "boolean"
|
|
890
859
|
}
|
|
891
860
|
},
|
|
892
861
|
"hasDynamicHelp": false,
|
|
893
862
|
"hiddenAliases": [],
|
|
894
|
-
"id": "
|
|
863
|
+
"id": "actors:call",
|
|
895
864
|
"pluginAlias": "apify-cli",
|
|
896
865
|
"pluginName": "apify-cli",
|
|
897
866
|
"pluginType": "core",
|
|
898
867
|
"strict": true,
|
|
868
|
+
"enableJsonFlag": true,
|
|
899
869
|
"isESM": true,
|
|
900
870
|
"relativePath": [
|
|
901
871
|
"dist",
|
|
902
872
|
"commands",
|
|
903
|
-
"
|
|
904
|
-
"
|
|
873
|
+
"actors",
|
|
874
|
+
"call.js"
|
|
905
875
|
]
|
|
906
876
|
},
|
|
907
|
-
"
|
|
877
|
+
"actors": {
|
|
908
878
|
"aliases": [],
|
|
909
879
|
"args": {},
|
|
910
|
-
"description": "Commands are designed to be used with
|
|
880
|
+
"description": "Commands are designed to be used with Actors.",
|
|
911
881
|
"flags": {},
|
|
912
882
|
"hasDynamicHelp": false,
|
|
913
883
|
"hiddenAliases": [],
|
|
914
|
-
"id": "
|
|
884
|
+
"id": "actors",
|
|
915
885
|
"pluginAlias": "apify-cli",
|
|
916
886
|
"pluginName": "apify-cli",
|
|
917
887
|
"pluginType": "core",
|
|
@@ -920,14 +890,20 @@
|
|
|
920
890
|
"relativePath": [
|
|
921
891
|
"dist",
|
|
922
892
|
"commands",
|
|
923
|
-
"
|
|
893
|
+
"actors",
|
|
924
894
|
"index.js"
|
|
925
895
|
]
|
|
926
896
|
},
|
|
927
|
-
"
|
|
897
|
+
"actors:info": {
|
|
928
898
|
"aliases": [],
|
|
929
|
-
"args": {
|
|
930
|
-
|
|
899
|
+
"args": {
|
|
900
|
+
"actorId": {
|
|
901
|
+
"description": "The ID of the Actor to return information about.",
|
|
902
|
+
"name": "actorId",
|
|
903
|
+
"required": true
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
"description": "Get information about an Actor.",
|
|
931
907
|
"flags": {
|
|
932
908
|
"json": {
|
|
933
909
|
"description": "Format output as json.",
|
|
@@ -936,38 +912,28 @@
|
|
|
936
912
|
"allowNo": false,
|
|
937
913
|
"type": "boolean"
|
|
938
914
|
},
|
|
939
|
-
"
|
|
940
|
-
"description": "
|
|
941
|
-
"
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
"
|
|
945
|
-
"type": "option"
|
|
946
|
-
},
|
|
947
|
-
"limit": {
|
|
948
|
-
"description": "Number of Datasets that will be listed.",
|
|
949
|
-
"name": "limit",
|
|
950
|
-
"default": 20,
|
|
951
|
-
"hasDynamicHelp": false,
|
|
952
|
-
"multiple": false,
|
|
953
|
-
"type": "option"
|
|
954
|
-
},
|
|
955
|
-
"desc": {
|
|
956
|
-
"description": "Sorts Datasets in descending order.",
|
|
957
|
-
"name": "desc",
|
|
915
|
+
"readme": {
|
|
916
|
+
"description": "Return the Actor README.",
|
|
917
|
+
"exclusive": [
|
|
918
|
+
"input"
|
|
919
|
+
],
|
|
920
|
+
"name": "readme",
|
|
958
921
|
"allowNo": false,
|
|
959
922
|
"type": "boolean"
|
|
960
923
|
},
|
|
961
|
-
"
|
|
962
|
-
"description": "
|
|
963
|
-
"
|
|
924
|
+
"input": {
|
|
925
|
+
"description": "Return the Actor input schema.",
|
|
926
|
+
"exclusive": [
|
|
927
|
+
"readme"
|
|
928
|
+
],
|
|
929
|
+
"name": "input",
|
|
964
930
|
"allowNo": false,
|
|
965
931
|
"type": "boolean"
|
|
966
932
|
}
|
|
967
933
|
},
|
|
968
934
|
"hasDynamicHelp": false,
|
|
969
935
|
"hiddenAliases": [],
|
|
970
|
-
"id": "
|
|
936
|
+
"id": "actors:info",
|
|
971
937
|
"pluginAlias": "apify-cli",
|
|
972
938
|
"pluginName": "apify-cli",
|
|
973
939
|
"pluginType": "core",
|
|
@@ -977,65 +943,99 @@
|
|
|
977
943
|
"relativePath": [
|
|
978
944
|
"dist",
|
|
979
945
|
"commands",
|
|
980
|
-
"
|
|
981
|
-
"
|
|
946
|
+
"actors",
|
|
947
|
+
"info.js"
|
|
982
948
|
]
|
|
983
949
|
},
|
|
984
|
-
"
|
|
950
|
+
"actors:ls": {
|
|
985
951
|
"aliases": [],
|
|
986
|
-
"args": {
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
"
|
|
952
|
+
"args": {},
|
|
953
|
+
"description": "Lists all recently ran Actors or your own Actors.",
|
|
954
|
+
"flags": {
|
|
955
|
+
"json": {
|
|
956
|
+
"description": "Format output as json.",
|
|
957
|
+
"helpGroup": "GLOBAL",
|
|
958
|
+
"name": "json",
|
|
959
|
+
"allowNo": false,
|
|
960
|
+
"type": "boolean"
|
|
991
961
|
},
|
|
992
|
-
"
|
|
993
|
-
"description": "
|
|
994
|
-
"name": "
|
|
962
|
+
"my": {
|
|
963
|
+
"description": "Whether to list Actors made by the logged in user.",
|
|
964
|
+
"name": "my",
|
|
965
|
+
"allowNo": false,
|
|
966
|
+
"type": "boolean"
|
|
967
|
+
},
|
|
968
|
+
"offset": {
|
|
969
|
+
"description": "Number of Actors that will be skipped.",
|
|
970
|
+
"name": "offset",
|
|
971
|
+
"default": 0,
|
|
972
|
+
"hasDynamicHelp": false,
|
|
973
|
+
"multiple": false,
|
|
974
|
+
"type": "option"
|
|
975
|
+
},
|
|
976
|
+
"limit": {
|
|
977
|
+
"description": "Number of Actors that will be listed.",
|
|
978
|
+
"name": "limit",
|
|
979
|
+
"default": 20,
|
|
980
|
+
"hasDynamicHelp": false,
|
|
981
|
+
"multiple": false,
|
|
982
|
+
"type": "option"
|
|
983
|
+
},
|
|
984
|
+
"desc": {
|
|
985
|
+
"description": "Sort Actors in descending order.",
|
|
986
|
+
"name": "desc",
|
|
987
|
+
"allowNo": false,
|
|
988
|
+
"type": "boolean"
|
|
995
989
|
}
|
|
996
990
|
},
|
|
997
|
-
"description": "Pushes an object or an array of objects to the provided Dataset.",
|
|
998
|
-
"flags": {},
|
|
999
991
|
"hasDynamicHelp": false,
|
|
1000
992
|
"hiddenAliases": [],
|
|
1001
|
-
"id": "
|
|
993
|
+
"id": "actors:ls",
|
|
1002
994
|
"pluginAlias": "apify-cli",
|
|
1003
995
|
"pluginName": "apify-cli",
|
|
1004
996
|
"pluginType": "core",
|
|
1005
997
|
"strict": true,
|
|
998
|
+
"enableJsonFlag": true,
|
|
1006
999
|
"isESM": true,
|
|
1007
1000
|
"relativePath": [
|
|
1008
1001
|
"dist",
|
|
1009
1002
|
"commands",
|
|
1010
|
-
"
|
|
1011
|
-
"
|
|
1003
|
+
"actors",
|
|
1004
|
+
"ls.js"
|
|
1012
1005
|
]
|
|
1013
1006
|
},
|
|
1014
|
-
"
|
|
1007
|
+
"actors:pull": {
|
|
1015
1008
|
"aliases": [],
|
|
1016
1009
|
"args": {
|
|
1017
|
-
"
|
|
1018
|
-
"description": "
|
|
1019
|
-
"name": "
|
|
1020
|
-
"required":
|
|
1021
|
-
},
|
|
1022
|
-
"newName": {
|
|
1023
|
-
"description": "The new name for the Dataset",
|
|
1024
|
-
"name": "newName"
|
|
1010
|
+
"actorId": {
|
|
1011
|
+
"description": "Name or ID of the Actor to run (e.g. \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command will update the Actor in the current directory based on its name in \".actor/actor.json\" file.",
|
|
1012
|
+
"name": "actorId",
|
|
1013
|
+
"required": false
|
|
1025
1014
|
}
|
|
1026
1015
|
},
|
|
1027
|
-
"description": "
|
|
1016
|
+
"description": "Pulls an Actor from the Apify platform to the current directory. If it is defined as Git repository, it will be cloned. If it is defined as Web IDE, it will fetch the files.",
|
|
1028
1017
|
"flags": {
|
|
1029
|
-
"
|
|
1030
|
-
"
|
|
1031
|
-
"
|
|
1032
|
-
"
|
|
1033
|
-
"
|
|
1018
|
+
"version": {
|
|
1019
|
+
"char": "v",
|
|
1020
|
+
"description": "Actor version number which will be pulled, e.g. 1.2. Default: the highest version",
|
|
1021
|
+
"name": "version",
|
|
1022
|
+
"required": false,
|
|
1023
|
+
"hasDynamicHelp": false,
|
|
1024
|
+
"multiple": false,
|
|
1025
|
+
"type": "option"
|
|
1026
|
+
},
|
|
1027
|
+
"dir": {
|
|
1028
|
+
"description": "Directory where the Actor should be pulled to",
|
|
1029
|
+
"name": "dir",
|
|
1030
|
+
"required": false,
|
|
1031
|
+
"hasDynamicHelp": false,
|
|
1032
|
+
"multiple": false,
|
|
1033
|
+
"type": "option"
|
|
1034
1034
|
}
|
|
1035
1035
|
},
|
|
1036
1036
|
"hasDynamicHelp": false,
|
|
1037
1037
|
"hiddenAliases": [],
|
|
1038
|
-
"id": "
|
|
1038
|
+
"id": "actors:pull",
|
|
1039
1039
|
"pluginAlias": "apify-cli",
|
|
1040
1040
|
"pluginName": "apify-cli",
|
|
1041
1041
|
"pluginType": "core",
|
|
@@ -1044,94 +1044,100 @@
|
|
|
1044
1044
|
"relativePath": [
|
|
1045
1045
|
"dist",
|
|
1046
1046
|
"commands",
|
|
1047
|
-
"
|
|
1048
|
-
"
|
|
1047
|
+
"actors",
|
|
1048
|
+
"pull.js"
|
|
1049
1049
|
]
|
|
1050
1050
|
},
|
|
1051
|
-
"
|
|
1051
|
+
"actors:push": {
|
|
1052
1052
|
"aliases": [],
|
|
1053
1053
|
"args": {
|
|
1054
|
-
"
|
|
1055
|
-
"description": "
|
|
1056
|
-
"name": "
|
|
1057
|
-
"required":
|
|
1054
|
+
"actorId": {
|
|
1055
|
+
"description": "Name or ID of the Actor to push (e.g. \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command will create or modify the Actor with the name specified in \".actor/actor.json\" file.",
|
|
1056
|
+
"name": "actorId",
|
|
1057
|
+
"required": false
|
|
1058
1058
|
}
|
|
1059
1059
|
},
|
|
1060
|
-
"description": "
|
|
1061
|
-
"flags": {},
|
|
1062
|
-
"hasDynamicHelp": false,
|
|
1063
|
-
"hiddenAliases": [],
|
|
1064
|
-
"id": "datasets:rm",
|
|
1065
|
-
"pluginAlias": "apify-cli",
|
|
1066
|
-
"pluginName": "apify-cli",
|
|
1067
|
-
"pluginType": "core",
|
|
1068
|
-
"strict": true,
|
|
1069
|
-
"isESM": true,
|
|
1070
|
-
"relativePath": [
|
|
1071
|
-
"dist",
|
|
1072
|
-
"commands",
|
|
1073
|
-
"datasets",
|
|
1074
|
-
"rm.js"
|
|
1075
|
-
]
|
|
1076
|
-
},
|
|
1077
|
-
"key-value-stores:create": {
|
|
1078
|
-
"aliases": [],
|
|
1079
|
-
"args": {
|
|
1080
|
-
"keyValueStoreName": {
|
|
1081
|
-
"description": "Optional name for the Key-value store",
|
|
1082
|
-
"name": "keyValueStoreName",
|
|
1083
|
-
"required": false
|
|
1084
|
-
}
|
|
1085
|
-
},
|
|
1086
|
-
"description": "Creates a new Key-value store on your account",
|
|
1060
|
+
"description": "Uploads the Actor to the Apify platform and builds it there.\nThe Actor settings are read from the \".actor/actor.json\" file in the current directory, but they can be overridden using command-line options.\nNOTE: If the source files are smaller than 3 MB then they are uploaded as \n\"Multiple source files\", otherwise they are uploaded as \"Zip file\".\n\nWhen there's an attempt to push files that are older than the Actor on the platform, the command will fail. Can be overwritten with --force flag.",
|
|
1087
1061
|
"flags": {
|
|
1088
|
-
"
|
|
1089
|
-
"
|
|
1090
|
-
"
|
|
1091
|
-
"name": "
|
|
1062
|
+
"version": {
|
|
1063
|
+
"char": "v",
|
|
1064
|
+
"description": "Actor version number to which the files should be pushed. By default, it is taken from the \".actor/actor.json\" file.",
|
|
1065
|
+
"name": "version",
|
|
1066
|
+
"required": false,
|
|
1067
|
+
"hasDynamicHelp": false,
|
|
1068
|
+
"multiple": false,
|
|
1069
|
+
"type": "option"
|
|
1070
|
+
},
|
|
1071
|
+
"build-tag": {
|
|
1072
|
+
"char": "b",
|
|
1073
|
+
"description": "Build tag to be applied to the successful Actor build. By default, it is taken from the \".actor/actor.json\" file",
|
|
1074
|
+
"name": "build-tag",
|
|
1075
|
+
"required": false,
|
|
1076
|
+
"hasDynamicHelp": false,
|
|
1077
|
+
"multiple": false,
|
|
1078
|
+
"type": "option"
|
|
1079
|
+
},
|
|
1080
|
+
"wait-for-finish": {
|
|
1081
|
+
"char": "w",
|
|
1082
|
+
"description": "Seconds for waiting to build to finish, if no value passed, it waits forever.",
|
|
1083
|
+
"name": "wait-for-finish",
|
|
1084
|
+
"required": false,
|
|
1085
|
+
"hasDynamicHelp": false,
|
|
1086
|
+
"multiple": false,
|
|
1087
|
+
"type": "option"
|
|
1088
|
+
},
|
|
1089
|
+
"no-prompt": {
|
|
1090
|
+
"description": "Do not prompt for opening the Actor details in a browser. This will also not open the browser automatically.",
|
|
1091
|
+
"name": "no-prompt",
|
|
1092
|
+
"required": false,
|
|
1093
|
+
"allowNo": false,
|
|
1094
|
+
"type": "boolean"
|
|
1095
|
+
},
|
|
1096
|
+
"force": {
|
|
1097
|
+
"description": "Push an Actor even when the local files are older than the Actor on the platform.",
|
|
1098
|
+
"name": "force",
|
|
1099
|
+
"required": false,
|
|
1092
1100
|
"allowNo": false,
|
|
1093
1101
|
"type": "boolean"
|
|
1102
|
+
},
|
|
1103
|
+
"dir": {
|
|
1104
|
+
"description": "Directory where the Actor is located",
|
|
1105
|
+
"name": "dir",
|
|
1106
|
+
"required": false,
|
|
1107
|
+
"hasDynamicHelp": false,
|
|
1108
|
+
"multiple": false,
|
|
1109
|
+
"type": "option"
|
|
1094
1110
|
}
|
|
1095
1111
|
},
|
|
1096
1112
|
"hasDynamicHelp": false,
|
|
1097
|
-
"hiddenAliases": [
|
|
1098
|
-
|
|
1099
|
-
],
|
|
1100
|
-
"id": "key-value-stores:create",
|
|
1113
|
+
"hiddenAliases": [],
|
|
1114
|
+
"id": "actors:push",
|
|
1101
1115
|
"pluginAlias": "apify-cli",
|
|
1102
1116
|
"pluginName": "apify-cli",
|
|
1103
1117
|
"pluginType": "core",
|
|
1104
1118
|
"strict": true,
|
|
1105
|
-
"enableJsonFlag": true,
|
|
1106
1119
|
"isESM": true,
|
|
1107
1120
|
"relativePath": [
|
|
1108
1121
|
"dist",
|
|
1109
1122
|
"commands",
|
|
1110
|
-
"
|
|
1111
|
-
"
|
|
1123
|
+
"actors",
|
|
1124
|
+
"push.js"
|
|
1112
1125
|
]
|
|
1113
1126
|
},
|
|
1114
|
-
"
|
|
1127
|
+
"actors:rm": {
|
|
1115
1128
|
"aliases": [],
|
|
1116
1129
|
"args": {
|
|
1117
|
-
"
|
|
1118
|
-
"description": "The
|
|
1119
|
-
"name": "
|
|
1120
|
-
"required": true
|
|
1121
|
-
},
|
|
1122
|
-
"itemKey": {
|
|
1123
|
-
"description": "The key of the item in the key-value store.",
|
|
1124
|
-
"name": "itemKey",
|
|
1130
|
+
"actorId": {
|
|
1131
|
+
"description": "The Actor ID to delete.",
|
|
1132
|
+
"name": "actorId",
|
|
1125
1133
|
"required": true
|
|
1126
1134
|
}
|
|
1127
1135
|
},
|
|
1128
|
-
"description": "
|
|
1136
|
+
"description": "Deletes an Actor.",
|
|
1129
1137
|
"flags": {},
|
|
1130
1138
|
"hasDynamicHelp": false,
|
|
1131
|
-
"hiddenAliases": [
|
|
1132
|
-
|
|
1133
|
-
],
|
|
1134
|
-
"id": "key-value-stores:delete-value",
|
|
1139
|
+
"hiddenAliases": [],
|
|
1140
|
+
"id": "actors:rm",
|
|
1135
1141
|
"pluginAlias": "apify-cli",
|
|
1136
1142
|
"pluginName": "apify-cli",
|
|
1137
1143
|
"pluginType": "core",
|
|
@@ -1140,82 +1146,107 @@
|
|
|
1140
1146
|
"relativePath": [
|
|
1141
1147
|
"dist",
|
|
1142
1148
|
"commands",
|
|
1143
|
-
"
|
|
1144
|
-
"
|
|
1149
|
+
"actors",
|
|
1150
|
+
"rm.js"
|
|
1145
1151
|
]
|
|
1146
1152
|
},
|
|
1147
|
-
"
|
|
1153
|
+
"actors:start": {
|
|
1148
1154
|
"aliases": [],
|
|
1149
1155
|
"args": {
|
|
1150
|
-
"
|
|
1151
|
-
"description": "
|
|
1152
|
-
"name": "
|
|
1153
|
-
"required":
|
|
1154
|
-
},
|
|
1155
|
-
"itemKey": {
|
|
1156
|
-
"description": "The key of the item in the key-value store.",
|
|
1157
|
-
"name": "itemKey",
|
|
1158
|
-
"required": true
|
|
1156
|
+
"actorId": {
|
|
1157
|
+
"description": "Name or ID of the Actor to run (e.g. \"my-actor\", \"apify/hello-world\" or \"E2jjCZBezvAZnX8Rb\"). If not provided, the command runs the remote Actor specified in the \".actor/actor.json\" file.",
|
|
1158
|
+
"name": "actorId",
|
|
1159
|
+
"required": false
|
|
1159
1160
|
}
|
|
1160
1161
|
},
|
|
1161
|
-
"description": "
|
|
1162
|
+
"description": "Runs a specific Actor remotely on the Apify cloud platform and immediately returns information about the run.\nThe Actor is run under your current Apify account. Therefore you need to be logged in by calling \"apify login\". It takes input for the Actor from the default local key-value store by default.",
|
|
1162
1163
|
"flags": {
|
|
1163
|
-
"
|
|
1164
|
-
"description": "
|
|
1165
|
-
"
|
|
1164
|
+
"json": {
|
|
1165
|
+
"description": "Format output as json.",
|
|
1166
|
+
"helpGroup": "GLOBAL",
|
|
1167
|
+
"name": "json",
|
|
1166
1168
|
"allowNo": false,
|
|
1167
1169
|
"type": "boolean"
|
|
1170
|
+
},
|
|
1171
|
+
"build": {
|
|
1172
|
+
"char": "b",
|
|
1173
|
+
"description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
|
|
1174
|
+
"name": "build",
|
|
1175
|
+
"required": false,
|
|
1176
|
+
"hasDynamicHelp": false,
|
|
1177
|
+
"multiple": false,
|
|
1178
|
+
"type": "option"
|
|
1179
|
+
},
|
|
1180
|
+
"timeout": {
|
|
1181
|
+
"char": "t",
|
|
1182
|
+
"description": "Timeout for the Actor run in seconds. Zero value means there is no timeout.",
|
|
1183
|
+
"name": "timeout",
|
|
1184
|
+
"required": false,
|
|
1185
|
+
"hasDynamicHelp": false,
|
|
1186
|
+
"multiple": false,
|
|
1187
|
+
"type": "option"
|
|
1188
|
+
},
|
|
1189
|
+
"memory": {
|
|
1190
|
+
"char": "m",
|
|
1191
|
+
"description": "Amount of memory allocated for the Actor run, in megabytes.",
|
|
1192
|
+
"name": "memory",
|
|
1193
|
+
"required": false,
|
|
1194
|
+
"hasDynamicHelp": false,
|
|
1195
|
+
"multiple": false,
|
|
1196
|
+
"type": "option"
|
|
1197
|
+
},
|
|
1198
|
+
"input": {
|
|
1199
|
+
"char": "i",
|
|
1200
|
+
"description": "Optional JSON input to be given to the Actor.",
|
|
1201
|
+
"exclusive": [
|
|
1202
|
+
"input-file"
|
|
1203
|
+
],
|
|
1204
|
+
"name": "input",
|
|
1205
|
+
"required": false,
|
|
1206
|
+
"hasDynamicHelp": false,
|
|
1207
|
+
"multiple": false,
|
|
1208
|
+
"type": "option"
|
|
1209
|
+
},
|
|
1210
|
+
"input-file": {
|
|
1211
|
+
"aliases": [
|
|
1212
|
+
"if"
|
|
1213
|
+
],
|
|
1214
|
+
"description": "Optional path to a file with JSON input to be given to the Actor. The file must be a valid JSON file. You can also specify `-` to read from standard input.",
|
|
1215
|
+
"exclusive": [
|
|
1216
|
+
"input"
|
|
1217
|
+
],
|
|
1218
|
+
"name": "input-file",
|
|
1219
|
+
"required": false,
|
|
1220
|
+
"hasDynamicHelp": false,
|
|
1221
|
+
"multiple": false,
|
|
1222
|
+
"type": "option"
|
|
1168
1223
|
}
|
|
1169
1224
|
},
|
|
1170
1225
|
"hasDynamicHelp": false,
|
|
1171
|
-
"hiddenAliases": [
|
|
1172
|
-
|
|
1173
|
-
],
|
|
1174
|
-
"id": "key-value-stores:get-value",
|
|
1175
|
-
"pluginAlias": "apify-cli",
|
|
1176
|
-
"pluginName": "apify-cli",
|
|
1177
|
-
"pluginType": "core",
|
|
1178
|
-
"strict": true,
|
|
1179
|
-
"isESM": true,
|
|
1180
|
-
"relativePath": [
|
|
1181
|
-
"dist",
|
|
1182
|
-
"commands",
|
|
1183
|
-
"key-value-stores",
|
|
1184
|
-
"get-value.js"
|
|
1185
|
-
]
|
|
1186
|
-
},
|
|
1187
|
-
"key-value-stores": {
|
|
1188
|
-
"aliases": [],
|
|
1189
|
-
"args": {},
|
|
1190
|
-
"description": "Commands are designed to be used with Key Value Stores.\n\nAliases: kvs",
|
|
1191
|
-
"flags": {},
|
|
1192
|
-
"hasDynamicHelp": false,
|
|
1193
|
-
"hiddenAliases": [
|
|
1194
|
-
"kvs"
|
|
1195
|
-
],
|
|
1196
|
-
"id": "key-value-stores",
|
|
1226
|
+
"hiddenAliases": [],
|
|
1227
|
+
"id": "actors:start",
|
|
1197
1228
|
"pluginAlias": "apify-cli",
|
|
1198
1229
|
"pluginName": "apify-cli",
|
|
1199
1230
|
"pluginType": "core",
|
|
1200
1231
|
"strict": true,
|
|
1232
|
+
"enableJsonFlag": true,
|
|
1201
1233
|
"isESM": true,
|
|
1202
1234
|
"relativePath": [
|
|
1203
1235
|
"dist",
|
|
1204
1236
|
"commands",
|
|
1205
|
-
"
|
|
1206
|
-
"
|
|
1237
|
+
"actors",
|
|
1238
|
+
"start.js"
|
|
1207
1239
|
]
|
|
1208
1240
|
},
|
|
1209
|
-
"
|
|
1241
|
+
"builds:create": {
|
|
1210
1242
|
"aliases": [],
|
|
1211
1243
|
"args": {
|
|
1212
|
-
"
|
|
1213
|
-
"description": "
|
|
1214
|
-
"name": "
|
|
1215
|
-
"required": true
|
|
1244
|
+
"actorId": {
|
|
1245
|
+
"description": "Optional Actor ID or Name to trigger a build for. By default, it will use the Actor from the current directory.",
|
|
1246
|
+
"name": "actorId"
|
|
1216
1247
|
}
|
|
1217
1248
|
},
|
|
1218
|
-
"description": "
|
|
1249
|
+
"description": "Creates a new build of the Actor.",
|
|
1219
1250
|
"flags": {
|
|
1220
1251
|
"json": {
|
|
1221
1252
|
"description": "Format output as json.",
|
|
@@ -1224,27 +1255,31 @@
|
|
|
1224
1255
|
"allowNo": false,
|
|
1225
1256
|
"type": "boolean"
|
|
1226
1257
|
},
|
|
1227
|
-
"
|
|
1228
|
-
"description": "
|
|
1229
|
-
"name": "
|
|
1230
|
-
"default": 20,
|
|
1258
|
+
"tag": {
|
|
1259
|
+
"description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
|
|
1260
|
+
"name": "tag",
|
|
1231
1261
|
"hasDynamicHelp": false,
|
|
1232
1262
|
"multiple": false,
|
|
1233
1263
|
"type": "option"
|
|
1234
1264
|
},
|
|
1235
|
-
"
|
|
1236
|
-
"description": "
|
|
1237
|
-
"name": "
|
|
1265
|
+
"version": {
|
|
1266
|
+
"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.",
|
|
1267
|
+
"name": "version",
|
|
1268
|
+
"required": false,
|
|
1238
1269
|
"hasDynamicHelp": false,
|
|
1239
1270
|
"multiple": false,
|
|
1240
1271
|
"type": "option"
|
|
1272
|
+
},
|
|
1273
|
+
"log": {
|
|
1274
|
+
"description": "Whether to print out the build log after the build is triggered.",
|
|
1275
|
+
"name": "log",
|
|
1276
|
+
"allowNo": false,
|
|
1277
|
+
"type": "boolean"
|
|
1241
1278
|
}
|
|
1242
1279
|
},
|
|
1243
1280
|
"hasDynamicHelp": false,
|
|
1244
|
-
"hiddenAliases": [
|
|
1245
|
-
|
|
1246
|
-
],
|
|
1247
|
-
"id": "key-value-stores:keys",
|
|
1281
|
+
"hiddenAliases": [],
|
|
1282
|
+
"id": "builds:create",
|
|
1248
1283
|
"pluginAlias": "apify-cli",
|
|
1249
1284
|
"pluginName": "apify-cli",
|
|
1250
1285
|
"pluginType": "core",
|
|
@@ -1254,124 +1289,79 @@
|
|
|
1254
1289
|
"relativePath": [
|
|
1255
1290
|
"dist",
|
|
1256
1291
|
"commands",
|
|
1257
|
-
"
|
|
1258
|
-
"
|
|
1292
|
+
"builds",
|
|
1293
|
+
"create.js"
|
|
1259
1294
|
]
|
|
1260
1295
|
},
|
|
1261
|
-
"
|
|
1296
|
+
"builds": {
|
|
1262
1297
|
"aliases": [],
|
|
1263
1298
|
"args": {},
|
|
1264
|
-
"description": "
|
|
1265
|
-
"flags": {
|
|
1266
|
-
"json": {
|
|
1267
|
-
"description": "Format output as json.",
|
|
1268
|
-
"helpGroup": "GLOBAL",
|
|
1269
|
-
"name": "json",
|
|
1270
|
-
"allowNo": false,
|
|
1271
|
-
"type": "boolean"
|
|
1272
|
-
},
|
|
1273
|
-
"offset": {
|
|
1274
|
-
"description": "Number of Key-value stores that will be skipped.",
|
|
1275
|
-
"name": "offset",
|
|
1276
|
-
"default": 0,
|
|
1277
|
-
"hasDynamicHelp": false,
|
|
1278
|
-
"multiple": false,
|
|
1279
|
-
"type": "option"
|
|
1280
|
-
},
|
|
1281
|
-
"limit": {
|
|
1282
|
-
"description": "Number of Key-value stores that will be listed.",
|
|
1283
|
-
"name": "limit",
|
|
1284
|
-
"default": 20,
|
|
1285
|
-
"hasDynamicHelp": false,
|
|
1286
|
-
"multiple": false,
|
|
1287
|
-
"type": "option"
|
|
1288
|
-
},
|
|
1289
|
-
"desc": {
|
|
1290
|
-
"description": "Sorts Key-value stores in descending order.",
|
|
1291
|
-
"name": "desc",
|
|
1292
|
-
"allowNo": false,
|
|
1293
|
-
"type": "boolean"
|
|
1294
|
-
},
|
|
1295
|
-
"unnamed": {
|
|
1296
|
-
"description": "Lists Key-value stores that don't have a name set.",
|
|
1297
|
-
"name": "unnamed",
|
|
1298
|
-
"allowNo": false,
|
|
1299
|
-
"type": "boolean"
|
|
1300
|
-
}
|
|
1301
|
-
},
|
|
1299
|
+
"description": "Commands are designed to be used with Actor Builds.",
|
|
1300
|
+
"flags": {},
|
|
1302
1301
|
"hasDynamicHelp": false,
|
|
1303
|
-
"hiddenAliases": [
|
|
1304
|
-
|
|
1305
|
-
],
|
|
1306
|
-
"id": "key-value-stores:ls",
|
|
1302
|
+
"hiddenAliases": [],
|
|
1303
|
+
"id": "builds",
|
|
1307
1304
|
"pluginAlias": "apify-cli",
|
|
1308
1305
|
"pluginName": "apify-cli",
|
|
1309
1306
|
"pluginType": "core",
|
|
1310
1307
|
"strict": true,
|
|
1311
|
-
"enableJsonFlag": true,
|
|
1312
1308
|
"isESM": true,
|
|
1313
1309
|
"relativePath": [
|
|
1314
1310
|
"dist",
|
|
1315
1311
|
"commands",
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1312
|
+
"builds",
|
|
1313
|
+
"index.js"
|
|
1318
1314
|
]
|
|
1319
1315
|
},
|
|
1320
|
-
"
|
|
1316
|
+
"builds:info": {
|
|
1321
1317
|
"aliases": [],
|
|
1322
1318
|
"args": {
|
|
1323
|
-
"
|
|
1324
|
-
"description": "The
|
|
1325
|
-
"name": "
|
|
1319
|
+
"buildId": {
|
|
1320
|
+
"description": "The build ID to get information about.",
|
|
1321
|
+
"name": "buildId",
|
|
1326
1322
|
"required": true
|
|
1327
|
-
},
|
|
1328
|
-
"newName": {
|
|
1329
|
-
"description": "The new name for the Key-value store",
|
|
1330
|
-
"name": "newName"
|
|
1331
1323
|
}
|
|
1332
1324
|
},
|
|
1333
|
-
"description": "
|
|
1325
|
+
"description": "Prints information about a specific build.",
|
|
1334
1326
|
"flags": {
|
|
1335
|
-
"
|
|
1336
|
-
"description": "
|
|
1337
|
-
"
|
|
1327
|
+
"json": {
|
|
1328
|
+
"description": "Format output as json.",
|
|
1329
|
+
"helpGroup": "GLOBAL",
|
|
1330
|
+
"name": "json",
|
|
1338
1331
|
"allowNo": false,
|
|
1339
1332
|
"type": "boolean"
|
|
1340
1333
|
}
|
|
1341
1334
|
},
|
|
1342
1335
|
"hasDynamicHelp": false,
|
|
1343
|
-
"hiddenAliases": [
|
|
1344
|
-
|
|
1345
|
-
],
|
|
1346
|
-
"id": "key-value-stores:rename",
|
|
1336
|
+
"hiddenAliases": [],
|
|
1337
|
+
"id": "builds:info",
|
|
1347
1338
|
"pluginAlias": "apify-cli",
|
|
1348
1339
|
"pluginName": "apify-cli",
|
|
1349
1340
|
"pluginType": "core",
|
|
1350
1341
|
"strict": true,
|
|
1342
|
+
"enableJsonFlag": true,
|
|
1351
1343
|
"isESM": true,
|
|
1352
1344
|
"relativePath": [
|
|
1353
1345
|
"dist",
|
|
1354
1346
|
"commands",
|
|
1355
|
-
"
|
|
1356
|
-
"
|
|
1347
|
+
"builds",
|
|
1348
|
+
"info.js"
|
|
1357
1349
|
]
|
|
1358
1350
|
},
|
|
1359
|
-
"
|
|
1351
|
+
"builds:log": {
|
|
1360
1352
|
"aliases": [],
|
|
1361
1353
|
"args": {
|
|
1362
|
-
"
|
|
1363
|
-
"description": "The
|
|
1364
|
-
"name": "
|
|
1354
|
+
"buildId": {
|
|
1355
|
+
"description": "The build ID to get the log from.",
|
|
1356
|
+
"name": "buildId",
|
|
1365
1357
|
"required": true
|
|
1366
1358
|
}
|
|
1367
1359
|
},
|
|
1368
|
-
"description": "
|
|
1360
|
+
"description": "Prints the log of a specific build.",
|
|
1369
1361
|
"flags": {},
|
|
1370
1362
|
"hasDynamicHelp": false,
|
|
1371
|
-
"hiddenAliases": [
|
|
1372
|
-
|
|
1373
|
-
],
|
|
1374
|
-
"id": "key-value-stores:rm",
|
|
1363
|
+
"hiddenAliases": [],
|
|
1364
|
+
"id": "builds:log",
|
|
1375
1365
|
"pluginAlias": "apify-cli",
|
|
1376
1366
|
"pluginName": "apify-cli",
|
|
1377
1367
|
"pluginType": "core",
|
|
@@ -1380,64 +1370,87 @@
|
|
|
1380
1370
|
"relativePath": [
|
|
1381
1371
|
"dist",
|
|
1382
1372
|
"commands",
|
|
1383
|
-
"
|
|
1384
|
-
"
|
|
1373
|
+
"builds",
|
|
1374
|
+
"log.js"
|
|
1385
1375
|
]
|
|
1386
1376
|
},
|
|
1387
|
-
"
|
|
1377
|
+
"builds:ls": {
|
|
1388
1378
|
"aliases": [],
|
|
1389
1379
|
"args": {
|
|
1390
|
-
"
|
|
1391
|
-
"description": "
|
|
1392
|
-
"name": "
|
|
1393
|
-
"required": true
|
|
1394
|
-
},
|
|
1395
|
-
"itemKey": {
|
|
1396
|
-
"description": "The key of the item in the key-value store.",
|
|
1397
|
-
"name": "itemKey",
|
|
1398
|
-
"required": true
|
|
1399
|
-
},
|
|
1400
|
-
"value": {
|
|
1401
|
-
"description": "The value to set.",
|
|
1402
|
-
"name": "value"
|
|
1380
|
+
"actorId": {
|
|
1381
|
+
"description": "Optional Actor ID or Name to list runs for. By default, it will use the Actor from the current directory.",
|
|
1382
|
+
"name": "actorId"
|
|
1403
1383
|
}
|
|
1404
1384
|
},
|
|
1405
|
-
"description": "
|
|
1385
|
+
"description": "Lists all builds of the Actor.",
|
|
1406
1386
|
"flags": {
|
|
1407
|
-
"
|
|
1408
|
-
"description": "
|
|
1409
|
-
"
|
|
1410
|
-
"
|
|
1387
|
+
"json": {
|
|
1388
|
+
"description": "Format output as json.",
|
|
1389
|
+
"helpGroup": "GLOBAL",
|
|
1390
|
+
"name": "json",
|
|
1391
|
+
"allowNo": false,
|
|
1392
|
+
"type": "boolean"
|
|
1393
|
+
},
|
|
1394
|
+
"offset": {
|
|
1395
|
+
"description": "Number of builds that will be skipped.",
|
|
1396
|
+
"name": "offset",
|
|
1397
|
+
"default": 0,
|
|
1398
|
+
"hasDynamicHelp": false,
|
|
1399
|
+
"multiple": false,
|
|
1400
|
+
"type": "option"
|
|
1401
|
+
},
|
|
1402
|
+
"limit": {
|
|
1403
|
+
"description": "Number of builds that will be listed.",
|
|
1404
|
+
"name": "limit",
|
|
1405
|
+
"default": 10,
|
|
1411
1406
|
"hasDynamicHelp": false,
|
|
1412
1407
|
"multiple": false,
|
|
1413
1408
|
"type": "option"
|
|
1409
|
+
},
|
|
1410
|
+
"desc": {
|
|
1411
|
+
"description": "Sort builds in descending order.",
|
|
1412
|
+
"name": "desc",
|
|
1413
|
+
"allowNo": false,
|
|
1414
|
+
"type": "boolean"
|
|
1415
|
+
},
|
|
1416
|
+
"compact": {
|
|
1417
|
+
"char": "c",
|
|
1418
|
+
"description": "Display a compact table.",
|
|
1419
|
+
"name": "compact",
|
|
1420
|
+
"allowNo": false,
|
|
1421
|
+
"type": "boolean"
|
|
1414
1422
|
}
|
|
1415
1423
|
},
|
|
1416
1424
|
"hasDynamicHelp": false,
|
|
1417
|
-
"hiddenAliases": [
|
|
1418
|
-
|
|
1419
|
-
],
|
|
1420
|
-
"id": "key-value-stores:set-value",
|
|
1425
|
+
"hiddenAliases": [],
|
|
1426
|
+
"id": "builds:ls",
|
|
1421
1427
|
"pluginAlias": "apify-cli",
|
|
1422
1428
|
"pluginName": "apify-cli",
|
|
1423
1429
|
"pluginType": "core",
|
|
1424
1430
|
"strict": true,
|
|
1431
|
+
"enableJsonFlag": true,
|
|
1425
1432
|
"isESM": true,
|
|
1426
1433
|
"relativePath": [
|
|
1427
1434
|
"dist",
|
|
1428
1435
|
"commands",
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1436
|
+
"builds",
|
|
1437
|
+
"ls.js"
|
|
1431
1438
|
]
|
|
1432
1439
|
},
|
|
1433
|
-
"
|
|
1440
|
+
"builds:rm": {
|
|
1434
1441
|
"aliases": [],
|
|
1435
|
-
"args": {
|
|
1436
|
-
|
|
1442
|
+
"args": {
|
|
1443
|
+
"buildId": {
|
|
1444
|
+
"description": "The build ID to delete.",
|
|
1445
|
+
"name": "buildId",
|
|
1446
|
+
"required": true
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
"description": "Deletes an Actor Build.",
|
|
1437
1450
|
"flags": {},
|
|
1438
1451
|
"hasDynamicHelp": false,
|
|
1439
1452
|
"hiddenAliases": [],
|
|
1440
|
-
"id": "
|
|
1453
|
+
"id": "builds:rm",
|
|
1441
1454
|
"pluginAlias": "apify-cli",
|
|
1442
1455
|
"pluginName": "apify-cli",
|
|
1443
1456
|
"pluginType": "core",
|
|
@@ -1446,44 +1459,91 @@
|
|
|
1446
1459
|
"relativePath": [
|
|
1447
1460
|
"dist",
|
|
1448
1461
|
"commands",
|
|
1449
|
-
"
|
|
1450
|
-
"
|
|
1462
|
+
"builds",
|
|
1463
|
+
"rm.js"
|
|
1451
1464
|
]
|
|
1452
1465
|
},
|
|
1453
|
-
"
|
|
1466
|
+
"datasets:create": {
|
|
1454
1467
|
"aliases": [],
|
|
1455
|
-
"args": {
|
|
1456
|
-
|
|
1457
|
-
|
|
1468
|
+
"args": {
|
|
1469
|
+
"datasetName": {
|
|
1470
|
+
"description": "Optional name for the Dataset",
|
|
1471
|
+
"name": "datasetName",
|
|
1472
|
+
"required": false
|
|
1473
|
+
}
|
|
1474
|
+
},
|
|
1475
|
+
"description": "Creates a new Dataset on your account",
|
|
1476
|
+
"flags": {
|
|
1477
|
+
"json": {
|
|
1478
|
+
"description": "Format output as json.",
|
|
1479
|
+
"helpGroup": "GLOBAL",
|
|
1480
|
+
"name": "json",
|
|
1481
|
+
"allowNo": false,
|
|
1482
|
+
"type": "boolean"
|
|
1483
|
+
}
|
|
1484
|
+
},
|
|
1458
1485
|
"hasDynamicHelp": false,
|
|
1459
1486
|
"hiddenAliases": [],
|
|
1460
|
-
"id": "
|
|
1487
|
+
"id": "datasets:create",
|
|
1461
1488
|
"pluginAlias": "apify-cli",
|
|
1462
1489
|
"pluginName": "apify-cli",
|
|
1463
1490
|
"pluginType": "core",
|
|
1464
1491
|
"strict": true,
|
|
1492
|
+
"enableJsonFlag": true,
|
|
1465
1493
|
"isESM": true,
|
|
1466
1494
|
"relativePath": [
|
|
1467
1495
|
"dist",
|
|
1468
1496
|
"commands",
|
|
1469
|
-
"
|
|
1470
|
-
"
|
|
1497
|
+
"datasets",
|
|
1498
|
+
"create.js"
|
|
1471
1499
|
]
|
|
1472
1500
|
},
|
|
1473
|
-
"
|
|
1501
|
+
"datasets:get-items": {
|
|
1474
1502
|
"aliases": [],
|
|
1475
1503
|
"args": {
|
|
1476
|
-
"
|
|
1477
|
-
"description": "
|
|
1478
|
-
"name": "
|
|
1504
|
+
"datasetId": {
|
|
1505
|
+
"description": "The ID of the Dataset to export the items for",
|
|
1506
|
+
"name": "datasetId",
|
|
1479
1507
|
"required": true
|
|
1480
1508
|
}
|
|
1481
1509
|
},
|
|
1482
|
-
"description": "
|
|
1483
|
-
"flags": {
|
|
1510
|
+
"description": "Exports the items present in a Dataset.",
|
|
1511
|
+
"flags": {
|
|
1512
|
+
"limit": {
|
|
1513
|
+
"description": "The amount of elements to get from the dataset. By default, it will return all available items.",
|
|
1514
|
+
"name": "limit",
|
|
1515
|
+
"hasDynamicHelp": false,
|
|
1516
|
+
"multiple": false,
|
|
1517
|
+
"type": "option"
|
|
1518
|
+
},
|
|
1519
|
+
"offset": {
|
|
1520
|
+
"description": "The offset in the dataset where to start getting items.",
|
|
1521
|
+
"name": "offset",
|
|
1522
|
+
"hasDynamicHelp": false,
|
|
1523
|
+
"multiple": false,
|
|
1524
|
+
"type": "option"
|
|
1525
|
+
},
|
|
1526
|
+
"format": {
|
|
1527
|
+
"description": "The format of the returned output. By default, it is set to 'json'",
|
|
1528
|
+
"name": "format",
|
|
1529
|
+
"default": "json",
|
|
1530
|
+
"hasDynamicHelp": false,
|
|
1531
|
+
"multiple": false,
|
|
1532
|
+
"options": [
|
|
1533
|
+
"json",
|
|
1534
|
+
"jsonl",
|
|
1535
|
+
"csv",
|
|
1536
|
+
"html",
|
|
1537
|
+
"rss",
|
|
1538
|
+
"xml",
|
|
1539
|
+
"xlsx"
|
|
1540
|
+
],
|
|
1541
|
+
"type": "option"
|
|
1542
|
+
}
|
|
1543
|
+
},
|
|
1484
1544
|
"hasDynamicHelp": false,
|
|
1485
1545
|
"hiddenAliases": [],
|
|
1486
|
-
"id": "
|
|
1546
|
+
"id": "datasets:get-items",
|
|
1487
1547
|
"pluginAlias": "apify-cli",
|
|
1488
1548
|
"pluginName": "apify-cli",
|
|
1489
1549
|
"pluginType": "core",
|
|
@@ -1492,18 +1552,18 @@
|
|
|
1492
1552
|
"relativePath": [
|
|
1493
1553
|
"dist",
|
|
1494
1554
|
"commands",
|
|
1495
|
-
"
|
|
1496
|
-
"get-
|
|
1555
|
+
"datasets",
|
|
1556
|
+
"get-items.js"
|
|
1497
1557
|
]
|
|
1498
1558
|
},
|
|
1499
|
-
"
|
|
1559
|
+
"datasets": {
|
|
1500
1560
|
"aliases": [],
|
|
1501
1561
|
"args": {},
|
|
1502
|
-
"description": "Commands are designed to be used
|
|
1562
|
+
"description": "Commands are designed to be used with Datasets.",
|
|
1503
1563
|
"flags": {},
|
|
1504
1564
|
"hasDynamicHelp": false,
|
|
1505
1565
|
"hiddenAliases": [],
|
|
1506
|
-
"id": "
|
|
1566
|
+
"id": "datasets",
|
|
1507
1567
|
"pluginAlias": "apify-cli",
|
|
1508
1568
|
"pluginName": "apify-cli",
|
|
1509
1569
|
"pluginType": "core",
|
|
@@ -1512,23 +1572,85 @@
|
|
|
1512
1572
|
"relativePath": [
|
|
1513
1573
|
"dist",
|
|
1514
1574
|
"commands",
|
|
1515
|
-
"
|
|
1575
|
+
"datasets",
|
|
1516
1576
|
"index.js"
|
|
1517
1577
|
]
|
|
1518
1578
|
},
|
|
1519
|
-
"
|
|
1579
|
+
"datasets:ls": {
|
|
1580
|
+
"aliases": [],
|
|
1581
|
+
"args": {},
|
|
1582
|
+
"description": "Lists all Datasets on your account.",
|
|
1583
|
+
"flags": {
|
|
1584
|
+
"json": {
|
|
1585
|
+
"description": "Format output as json.",
|
|
1586
|
+
"helpGroup": "GLOBAL",
|
|
1587
|
+
"name": "json",
|
|
1588
|
+
"allowNo": false,
|
|
1589
|
+
"type": "boolean"
|
|
1590
|
+
},
|
|
1591
|
+
"offset": {
|
|
1592
|
+
"description": "Number of Datasets that will be skipped.",
|
|
1593
|
+
"name": "offset",
|
|
1594
|
+
"default": 0,
|
|
1595
|
+
"hasDynamicHelp": false,
|
|
1596
|
+
"multiple": false,
|
|
1597
|
+
"type": "option"
|
|
1598
|
+
},
|
|
1599
|
+
"limit": {
|
|
1600
|
+
"description": "Number of Datasets that will be listed.",
|
|
1601
|
+
"name": "limit",
|
|
1602
|
+
"default": 20,
|
|
1603
|
+
"hasDynamicHelp": false,
|
|
1604
|
+
"multiple": false,
|
|
1605
|
+
"type": "option"
|
|
1606
|
+
},
|
|
1607
|
+
"desc": {
|
|
1608
|
+
"description": "Sorts Datasets in descending order.",
|
|
1609
|
+
"name": "desc",
|
|
1610
|
+
"allowNo": false,
|
|
1611
|
+
"type": "boolean"
|
|
1612
|
+
},
|
|
1613
|
+
"unnamed": {
|
|
1614
|
+
"description": "Lists Datasets that don't have a name set.",
|
|
1615
|
+
"name": "unnamed",
|
|
1616
|
+
"allowNo": false,
|
|
1617
|
+
"type": "boolean"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
"hasDynamicHelp": false,
|
|
1621
|
+
"hiddenAliases": [],
|
|
1622
|
+
"id": "datasets:ls",
|
|
1623
|
+
"pluginAlias": "apify-cli",
|
|
1624
|
+
"pluginName": "apify-cli",
|
|
1625
|
+
"pluginType": "core",
|
|
1626
|
+
"strict": true,
|
|
1627
|
+
"enableJsonFlag": true,
|
|
1628
|
+
"isESM": true,
|
|
1629
|
+
"relativePath": [
|
|
1630
|
+
"dist",
|
|
1631
|
+
"commands",
|
|
1632
|
+
"datasets",
|
|
1633
|
+
"ls.js"
|
|
1634
|
+
]
|
|
1635
|
+
},
|
|
1636
|
+
"datasets:push-items": {
|
|
1520
1637
|
"aliases": [],
|
|
1521
1638
|
"args": {
|
|
1639
|
+
"nameOrId": {
|
|
1640
|
+
"description": "The Dataset ID or name to push the objects to",
|
|
1641
|
+
"name": "nameOrId",
|
|
1642
|
+
"required": true
|
|
1643
|
+
},
|
|
1522
1644
|
"item": {
|
|
1523
|
-
"description": "
|
|
1645
|
+
"description": "The object or array of objects to be pushed.",
|
|
1524
1646
|
"name": "item"
|
|
1525
1647
|
}
|
|
1526
1648
|
},
|
|
1527
|
-
"description": "
|
|
1649
|
+
"description": "Pushes an object or an array of objects to the provided Dataset.",
|
|
1528
1650
|
"flags": {},
|
|
1529
1651
|
"hasDynamicHelp": false,
|
|
1530
1652
|
"hiddenAliases": [],
|
|
1531
|
-
"id": "
|
|
1653
|
+
"id": "datasets:push-items",
|
|
1532
1654
|
"pluginAlias": "apify-cli",
|
|
1533
1655
|
"pluginName": "apify-cli",
|
|
1534
1656
|
"pluginType": "core",
|
|
@@ -1537,39 +1659,35 @@
|
|
|
1537
1659
|
"relativePath": [
|
|
1538
1660
|
"dist",
|
|
1539
1661
|
"commands",
|
|
1540
|
-
"
|
|
1541
|
-
"push-
|
|
1662
|
+
"datasets",
|
|
1663
|
+
"push-items.js"
|
|
1542
1664
|
]
|
|
1543
1665
|
},
|
|
1544
|
-
"
|
|
1666
|
+
"datasets:rename": {
|
|
1545
1667
|
"aliases": [],
|
|
1546
1668
|
"args": {
|
|
1547
|
-
"
|
|
1548
|
-
"description": "
|
|
1549
|
-
"name": "
|
|
1669
|
+
"nameOrId": {
|
|
1670
|
+
"description": "The Dataset ID or name to delete",
|
|
1671
|
+
"name": "nameOrId",
|
|
1550
1672
|
"required": true
|
|
1551
1673
|
},
|
|
1552
|
-
"
|
|
1553
|
-
"description": "
|
|
1554
|
-
"name": "
|
|
1555
|
-
"required": false
|
|
1674
|
+
"newName": {
|
|
1675
|
+
"description": "The new name for the Dataset",
|
|
1676
|
+
"name": "newName"
|
|
1556
1677
|
}
|
|
1557
1678
|
},
|
|
1558
|
-
"description": "
|
|
1679
|
+
"description": "Renames a Dataset, or removes its unique name",
|
|
1559
1680
|
"flags": {
|
|
1560
|
-
"
|
|
1561
|
-
"
|
|
1562
|
-
"
|
|
1563
|
-
"
|
|
1564
|
-
"
|
|
1565
|
-
"hasDynamicHelp": false,
|
|
1566
|
-
"multiple": false,
|
|
1567
|
-
"type": "option"
|
|
1681
|
+
"unname": {
|
|
1682
|
+
"description": "Removes the unique name of the Dataset",
|
|
1683
|
+
"name": "unname",
|
|
1684
|
+
"allowNo": false,
|
|
1685
|
+
"type": "boolean"
|
|
1568
1686
|
}
|
|
1569
1687
|
},
|
|
1570
1688
|
"hasDynamicHelp": false,
|
|
1571
1689
|
"hiddenAliases": [],
|
|
1572
|
-
"id": "
|
|
1690
|
+
"id": "datasets:rename",
|
|
1573
1691
|
"pluginAlias": "apify-cli",
|
|
1574
1692
|
"pluginName": "apify-cli",
|
|
1575
1693
|
"pluginType": "core",
|
|
@@ -1578,74 +1696,46 @@
|
|
|
1578
1696
|
"relativePath": [
|
|
1579
1697
|
"dist",
|
|
1580
1698
|
"commands",
|
|
1581
|
-
"
|
|
1582
|
-
"
|
|
1699
|
+
"datasets",
|
|
1700
|
+
"rename.js"
|
|
1583
1701
|
]
|
|
1584
1702
|
},
|
|
1585
|
-
"
|
|
1703
|
+
"datasets:rm": {
|
|
1586
1704
|
"aliases": [],
|
|
1587
1705
|
"args": {
|
|
1588
|
-
"
|
|
1589
|
-
"description": "
|
|
1590
|
-
"name": "
|
|
1591
|
-
|
|
1592
|
-
},
|
|
1593
|
-
"description": "Creates a new build of the Actor.",
|
|
1594
|
-
"flags": {
|
|
1595
|
-
"json": {
|
|
1596
|
-
"description": "Format output as json.",
|
|
1597
|
-
"helpGroup": "GLOBAL",
|
|
1598
|
-
"name": "json",
|
|
1599
|
-
"allowNo": false,
|
|
1600
|
-
"type": "boolean"
|
|
1601
|
-
},
|
|
1602
|
-
"tag": {
|
|
1603
|
-
"description": "Build tag to be applied to the successful Actor build. By default, this is \"latest\".",
|
|
1604
|
-
"name": "tag",
|
|
1605
|
-
"hasDynamicHelp": false,
|
|
1606
|
-
"multiple": false,
|
|
1607
|
-
"type": "option"
|
|
1608
|
-
},
|
|
1609
|
-
"version": {
|
|
1610
|
-
"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.",
|
|
1611
|
-
"name": "version",
|
|
1612
|
-
"required": false,
|
|
1613
|
-
"hasDynamicHelp": false,
|
|
1614
|
-
"multiple": false,
|
|
1615
|
-
"type": "option"
|
|
1616
|
-
},
|
|
1617
|
-
"log": {
|
|
1618
|
-
"description": "Whether to print out the build log after the build is triggered.",
|
|
1619
|
-
"name": "log",
|
|
1620
|
-
"allowNo": false,
|
|
1621
|
-
"type": "boolean"
|
|
1706
|
+
"datasetNameOrId": {
|
|
1707
|
+
"description": "The Dataset ID or name to delete",
|
|
1708
|
+
"name": "datasetNameOrId",
|
|
1709
|
+
"required": true
|
|
1622
1710
|
}
|
|
1623
1711
|
},
|
|
1712
|
+
"description": "Deletes a Dataset",
|
|
1713
|
+
"flags": {},
|
|
1624
1714
|
"hasDynamicHelp": false,
|
|
1625
1715
|
"hiddenAliases": [],
|
|
1626
|
-
"id": "
|
|
1716
|
+
"id": "datasets:rm",
|
|
1627
1717
|
"pluginAlias": "apify-cli",
|
|
1628
1718
|
"pluginName": "apify-cli",
|
|
1629
1719
|
"pluginType": "core",
|
|
1630
|
-
"
|
|
1720
|
+
"strict": true,
|
|
1631
1721
|
"isESM": true,
|
|
1632
1722
|
"relativePath": [
|
|
1633
1723
|
"dist",
|
|
1634
1724
|
"commands",
|
|
1635
|
-
"
|
|
1636
|
-
"
|
|
1725
|
+
"datasets",
|
|
1726
|
+
"rm.js"
|
|
1637
1727
|
]
|
|
1638
1728
|
},
|
|
1639
|
-
"
|
|
1729
|
+
"key-value-stores:create": {
|
|
1640
1730
|
"aliases": [],
|
|
1641
1731
|
"args": {
|
|
1642
|
-
"
|
|
1643
|
-
"description": "
|
|
1644
|
-
"name": "
|
|
1732
|
+
"keyValueStoreName": {
|
|
1733
|
+
"description": "Optional name for the Key-value store",
|
|
1734
|
+
"name": "keyValueStoreName",
|
|
1645
1735
|
"required": false
|
|
1646
1736
|
}
|
|
1647
1737
|
},
|
|
1648
|
-
"description": "
|
|
1738
|
+
"description": "Creates a new Key-value store on your account",
|
|
1649
1739
|
"flags": {
|
|
1650
1740
|
"json": {
|
|
1651
1741
|
"description": "Format output as json.",
|
|
@@ -1653,78 +1743,13 @@
|
|
|
1653
1743
|
"name": "json",
|
|
1654
1744
|
"allowNo": false,
|
|
1655
1745
|
"type": "boolean"
|
|
1656
|
-
},
|
|
1657
|
-
"build": {
|
|
1658
|
-
"char": "b",
|
|
1659
|
-
"description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
|
|
1660
|
-
"name": "build",
|
|
1661
|
-
"required": false,
|
|
1662
|
-
"hasDynamicHelp": false,
|
|
1663
|
-
"multiple": false,
|
|
1664
|
-
"type": "option"
|
|
1665
|
-
},
|
|
1666
|
-
"timeout": {
|
|
1667
|
-
"char": "t",
|
|
1668
|
-
"description": "Timeout for the Actor run in seconds. Zero value means there is no timeout.",
|
|
1669
|
-
"name": "timeout",
|
|
1670
|
-
"required": false,
|
|
1671
|
-
"hasDynamicHelp": false,
|
|
1672
|
-
"multiple": false,
|
|
1673
|
-
"type": "option"
|
|
1674
|
-
},
|
|
1675
|
-
"memory": {
|
|
1676
|
-
"char": "m",
|
|
1677
|
-
"description": "Amount of memory allocated for the Actor run, in megabytes.",
|
|
1678
|
-
"name": "memory",
|
|
1679
|
-
"required": false,
|
|
1680
|
-
"hasDynamicHelp": false,
|
|
1681
|
-
"multiple": false,
|
|
1682
|
-
"type": "option"
|
|
1683
|
-
},
|
|
1684
|
-
"input": {
|
|
1685
|
-
"char": "i",
|
|
1686
|
-
"description": "Optional JSON input to be given to the Actor.",
|
|
1687
|
-
"exclusive": [
|
|
1688
|
-
"input-file"
|
|
1689
|
-
],
|
|
1690
|
-
"name": "input",
|
|
1691
|
-
"required": false,
|
|
1692
|
-
"hasDynamicHelp": false,
|
|
1693
|
-
"multiple": false,
|
|
1694
|
-
"type": "option"
|
|
1695
|
-
},
|
|
1696
|
-
"input-file": {
|
|
1697
|
-
"aliases": [
|
|
1698
|
-
"if"
|
|
1699
|
-
],
|
|
1700
|
-
"description": "Optional path to a file with JSON input to be given to the Actor. The file must be a valid JSON file. You can also specify `-` to read from standard input.",
|
|
1701
|
-
"exclusive": [
|
|
1702
|
-
"input"
|
|
1703
|
-
],
|
|
1704
|
-
"name": "input-file",
|
|
1705
|
-
"required": false,
|
|
1706
|
-
"hasDynamicHelp": false,
|
|
1707
|
-
"multiple": false,
|
|
1708
|
-
"type": "option"
|
|
1709
|
-
},
|
|
1710
|
-
"silent": {
|
|
1711
|
-
"char": "s",
|
|
1712
|
-
"description": "Prevents printing the logs of the Actor run to the console.",
|
|
1713
|
-
"name": "silent",
|
|
1714
|
-
"allowNo": false,
|
|
1715
|
-
"type": "boolean"
|
|
1716
|
-
},
|
|
1717
|
-
"output-dataset": {
|
|
1718
|
-
"char": "o",
|
|
1719
|
-
"description": "Prints out the entire default dataset on successful run of the Actor.",
|
|
1720
|
-
"name": "output-dataset",
|
|
1721
|
-
"allowNo": false,
|
|
1722
|
-
"type": "boolean"
|
|
1723
1746
|
}
|
|
1724
1747
|
},
|
|
1725
1748
|
"hasDynamicHelp": false,
|
|
1726
|
-
"hiddenAliases": [
|
|
1727
|
-
|
|
1749
|
+
"hiddenAliases": [
|
|
1750
|
+
"kvs:create"
|
|
1751
|
+
],
|
|
1752
|
+
"id": "key-value-stores:create",
|
|
1728
1753
|
"pluginAlias": "apify-cli",
|
|
1729
1754
|
"pluginName": "apify-cli",
|
|
1730
1755
|
"pluginType": "core",
|
|
@@ -1734,18 +1759,93 @@
|
|
|
1734
1759
|
"relativePath": [
|
|
1735
1760
|
"dist",
|
|
1736
1761
|
"commands",
|
|
1737
|
-
"
|
|
1738
|
-
"
|
|
1739
|
-
]
|
|
1762
|
+
"key-value-stores",
|
|
1763
|
+
"create.js"
|
|
1764
|
+
]
|
|
1740
1765
|
},
|
|
1741
|
-
"
|
|
1766
|
+
"key-value-stores:delete-value": {
|
|
1767
|
+
"aliases": [],
|
|
1768
|
+
"args": {
|
|
1769
|
+
"storeId": {
|
|
1770
|
+
"description": "The key-value store ID to delete the value from.",
|
|
1771
|
+
"name": "storeId",
|
|
1772
|
+
"required": true
|
|
1773
|
+
},
|
|
1774
|
+
"itemKey": {
|
|
1775
|
+
"description": "The key of the item in the key-value store.",
|
|
1776
|
+
"name": "itemKey",
|
|
1777
|
+
"required": true
|
|
1778
|
+
}
|
|
1779
|
+
},
|
|
1780
|
+
"description": "Delete a value from a key-value store.",
|
|
1781
|
+
"flags": {},
|
|
1782
|
+
"hasDynamicHelp": false,
|
|
1783
|
+
"hiddenAliases": [
|
|
1784
|
+
"kvs:delete-value"
|
|
1785
|
+
],
|
|
1786
|
+
"id": "key-value-stores:delete-value",
|
|
1787
|
+
"pluginAlias": "apify-cli",
|
|
1788
|
+
"pluginName": "apify-cli",
|
|
1789
|
+
"pluginType": "core",
|
|
1790
|
+
"strict": true,
|
|
1791
|
+
"isESM": true,
|
|
1792
|
+
"relativePath": [
|
|
1793
|
+
"dist",
|
|
1794
|
+
"commands",
|
|
1795
|
+
"key-value-stores",
|
|
1796
|
+
"delete-value.js"
|
|
1797
|
+
]
|
|
1798
|
+
},
|
|
1799
|
+
"key-value-stores:get-value": {
|
|
1800
|
+
"aliases": [],
|
|
1801
|
+
"args": {
|
|
1802
|
+
"keyValueStoreId": {
|
|
1803
|
+
"description": "The key-value store ID to get the value from.",
|
|
1804
|
+
"name": "keyValueStoreId",
|
|
1805
|
+
"required": true
|
|
1806
|
+
},
|
|
1807
|
+
"itemKey": {
|
|
1808
|
+
"description": "The key of the item in the key-value store.",
|
|
1809
|
+
"name": "itemKey",
|
|
1810
|
+
"required": true
|
|
1811
|
+
}
|
|
1812
|
+
},
|
|
1813
|
+
"description": "Gets a value by key in the given key-value store.",
|
|
1814
|
+
"flags": {
|
|
1815
|
+
"only-content-type": {
|
|
1816
|
+
"description": "Only return the content type of the specified key",
|
|
1817
|
+
"name": "only-content-type",
|
|
1818
|
+
"allowNo": false,
|
|
1819
|
+
"type": "boolean"
|
|
1820
|
+
}
|
|
1821
|
+
},
|
|
1822
|
+
"hasDynamicHelp": false,
|
|
1823
|
+
"hiddenAliases": [
|
|
1824
|
+
"kvs:get-value"
|
|
1825
|
+
],
|
|
1826
|
+
"id": "key-value-stores:get-value",
|
|
1827
|
+
"pluginAlias": "apify-cli",
|
|
1828
|
+
"pluginName": "apify-cli",
|
|
1829
|
+
"pluginType": "core",
|
|
1830
|
+
"strict": true,
|
|
1831
|
+
"isESM": true,
|
|
1832
|
+
"relativePath": [
|
|
1833
|
+
"dist",
|
|
1834
|
+
"commands",
|
|
1835
|
+
"key-value-stores",
|
|
1836
|
+
"get-value.js"
|
|
1837
|
+
]
|
|
1838
|
+
},
|
|
1839
|
+
"key-value-stores": {
|
|
1742
1840
|
"aliases": [],
|
|
1743
1841
|
"args": {},
|
|
1744
|
-
"description": "Commands are designed to be used with
|
|
1842
|
+
"description": "Commands are designed to be used with Key Value Stores.\n\nAliases: kvs",
|
|
1745
1843
|
"flags": {},
|
|
1746
1844
|
"hasDynamicHelp": false,
|
|
1747
|
-
"hiddenAliases": [
|
|
1748
|
-
|
|
1845
|
+
"hiddenAliases": [
|
|
1846
|
+
"kvs"
|
|
1847
|
+
],
|
|
1848
|
+
"id": "key-value-stores",
|
|
1749
1849
|
"pluginAlias": "apify-cli",
|
|
1750
1850
|
"pluginName": "apify-cli",
|
|
1751
1851
|
"pluginType": "core",
|
|
@@ -1754,20 +1854,20 @@
|
|
|
1754
1854
|
"relativePath": [
|
|
1755
1855
|
"dist",
|
|
1756
1856
|
"commands",
|
|
1757
|
-
"
|
|
1857
|
+
"key-value-stores",
|
|
1758
1858
|
"index.js"
|
|
1759
1859
|
]
|
|
1760
1860
|
},
|
|
1761
|
-
"
|
|
1861
|
+
"key-value-stores:keys": {
|
|
1762
1862
|
"aliases": [],
|
|
1763
1863
|
"args": {
|
|
1764
|
-
"
|
|
1765
|
-
"description": "The
|
|
1766
|
-
"name": "
|
|
1864
|
+
"storeId": {
|
|
1865
|
+
"description": "The key-value store ID to list keys for.",
|
|
1866
|
+
"name": "storeId",
|
|
1767
1867
|
"required": true
|
|
1768
1868
|
}
|
|
1769
1869
|
},
|
|
1770
|
-
"description": "
|
|
1870
|
+
"description": "Lists all keys in a key-value store.",
|
|
1771
1871
|
"flags": {
|
|
1772
1872
|
"json": {
|
|
1773
1873
|
"description": "Format output as json.",
|
|
@@ -1776,28 +1876,27 @@
|
|
|
1776
1876
|
"allowNo": false,
|
|
1777
1877
|
"type": "boolean"
|
|
1778
1878
|
},
|
|
1779
|
-
"
|
|
1780
|
-
"description": "
|
|
1781
|
-
"
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
"
|
|
1785
|
-
"
|
|
1786
|
-
"type": "boolean"
|
|
1879
|
+
"limit": {
|
|
1880
|
+
"description": "The maximum number of keys to return.",
|
|
1881
|
+
"name": "limit",
|
|
1882
|
+
"default": 20,
|
|
1883
|
+
"hasDynamicHelp": false,
|
|
1884
|
+
"multiple": false,
|
|
1885
|
+
"type": "option"
|
|
1787
1886
|
},
|
|
1788
|
-
"
|
|
1789
|
-
"description": "
|
|
1790
|
-
"
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
"
|
|
1794
|
-
"allowNo": false,
|
|
1795
|
-
"type": "boolean"
|
|
1887
|
+
"exclusive-start-key": {
|
|
1888
|
+
"description": "The key to start the list from.",
|
|
1889
|
+
"name": "exclusive-start-key",
|
|
1890
|
+
"hasDynamicHelp": false,
|
|
1891
|
+
"multiple": false,
|
|
1892
|
+
"type": "option"
|
|
1796
1893
|
}
|
|
1797
1894
|
},
|
|
1798
1895
|
"hasDynamicHelp": false,
|
|
1799
|
-
"hiddenAliases": [
|
|
1800
|
-
|
|
1896
|
+
"hiddenAliases": [
|
|
1897
|
+
"kvs:keys"
|
|
1898
|
+
],
|
|
1899
|
+
"id": "key-value-stores:keys",
|
|
1801
1900
|
"pluginAlias": "apify-cli",
|
|
1802
1901
|
"pluginName": "apify-cli",
|
|
1803
1902
|
"pluginType": "core",
|
|
@@ -1807,14 +1906,14 @@
|
|
|
1807
1906
|
"relativePath": [
|
|
1808
1907
|
"dist",
|
|
1809
1908
|
"commands",
|
|
1810
|
-
"
|
|
1811
|
-
"
|
|
1909
|
+
"key-value-stores",
|
|
1910
|
+
"keys.js"
|
|
1812
1911
|
]
|
|
1813
1912
|
},
|
|
1814
|
-
"
|
|
1913
|
+
"key-value-stores:ls": {
|
|
1815
1914
|
"aliases": [],
|
|
1816
1915
|
"args": {},
|
|
1817
|
-
"description": "Lists all
|
|
1916
|
+
"description": "Lists all Key-value stores on your account.",
|
|
1818
1917
|
"flags": {
|
|
1819
1918
|
"json": {
|
|
1820
1919
|
"description": "Format output as json.",
|
|
@@ -1823,14 +1922,8 @@
|
|
|
1823
1922
|
"allowNo": false,
|
|
1824
1923
|
"type": "boolean"
|
|
1825
1924
|
},
|
|
1826
|
-
"my": {
|
|
1827
|
-
"description": "Whether to list Actors made by the logged in user.",
|
|
1828
|
-
"name": "my",
|
|
1829
|
-
"allowNo": false,
|
|
1830
|
-
"type": "boolean"
|
|
1831
|
-
},
|
|
1832
1925
|
"offset": {
|
|
1833
|
-
"description": "Number of
|
|
1926
|
+
"description": "Number of Key-value stores that will be skipped.",
|
|
1834
1927
|
"name": "offset",
|
|
1835
1928
|
"default": 0,
|
|
1836
1929
|
"hasDynamicHelp": false,
|
|
@@ -1838,7 +1931,7 @@
|
|
|
1838
1931
|
"type": "option"
|
|
1839
1932
|
},
|
|
1840
1933
|
"limit": {
|
|
1841
|
-
"description": "Number of
|
|
1934
|
+
"description": "Number of Key-value stores that will be listed.",
|
|
1842
1935
|
"name": "limit",
|
|
1843
1936
|
"default": 20,
|
|
1844
1937
|
"hasDynamicHelp": false,
|
|
@@ -1846,15 +1939,23 @@
|
|
|
1846
1939
|
"type": "option"
|
|
1847
1940
|
},
|
|
1848
1941
|
"desc": {
|
|
1849
|
-
"description": "
|
|
1942
|
+
"description": "Sorts Key-value stores in descending order.",
|
|
1850
1943
|
"name": "desc",
|
|
1851
1944
|
"allowNo": false,
|
|
1852
1945
|
"type": "boolean"
|
|
1946
|
+
},
|
|
1947
|
+
"unnamed": {
|
|
1948
|
+
"description": "Lists Key-value stores that don't have a name set.",
|
|
1949
|
+
"name": "unnamed",
|
|
1950
|
+
"allowNo": false,
|
|
1951
|
+
"type": "boolean"
|
|
1853
1952
|
}
|
|
1854
1953
|
},
|
|
1855
1954
|
"hasDynamicHelp": false,
|
|
1856
|
-
"hiddenAliases": [
|
|
1857
|
-
|
|
1955
|
+
"hiddenAliases": [
|
|
1956
|
+
"kvs:ls"
|
|
1957
|
+
],
|
|
1958
|
+
"id": "key-value-stores:ls",
|
|
1858
1959
|
"pluginAlias": "apify-cli",
|
|
1859
1960
|
"pluginName": "apify-cli",
|
|
1860
1961
|
"pluginType": "core",
|
|
@@ -1864,42 +1965,37 @@
|
|
|
1864
1965
|
"relativePath": [
|
|
1865
1966
|
"dist",
|
|
1866
1967
|
"commands",
|
|
1867
|
-
"
|
|
1968
|
+
"key-value-stores",
|
|
1868
1969
|
"ls.js"
|
|
1869
1970
|
]
|
|
1870
1971
|
},
|
|
1871
|
-
"
|
|
1972
|
+
"key-value-stores:rename": {
|
|
1872
1973
|
"aliases": [],
|
|
1873
1974
|
"args": {
|
|
1874
|
-
"
|
|
1875
|
-
"description": "
|
|
1876
|
-
"name": "
|
|
1877
|
-
"required":
|
|
1975
|
+
"keyValueStoreNameOrId": {
|
|
1976
|
+
"description": "The Key-value store ID or name to delete",
|
|
1977
|
+
"name": "keyValueStoreNameOrId",
|
|
1978
|
+
"required": true
|
|
1979
|
+
},
|
|
1980
|
+
"newName": {
|
|
1981
|
+
"description": "The new name for the Key-value store",
|
|
1982
|
+
"name": "newName"
|
|
1878
1983
|
}
|
|
1879
1984
|
},
|
|
1880
|
-
"description": "
|
|
1985
|
+
"description": "Renames a Key-value store, or removes its unique name",
|
|
1881
1986
|
"flags": {
|
|
1882
|
-
"
|
|
1883
|
-
"
|
|
1884
|
-
"
|
|
1885
|
-
"
|
|
1886
|
-
"
|
|
1887
|
-
"hasDynamicHelp": false,
|
|
1888
|
-
"multiple": false,
|
|
1889
|
-
"type": "option"
|
|
1890
|
-
},
|
|
1891
|
-
"dir": {
|
|
1892
|
-
"description": "Directory where the Actor should be pulled to",
|
|
1893
|
-
"name": "dir",
|
|
1894
|
-
"required": false,
|
|
1895
|
-
"hasDynamicHelp": false,
|
|
1896
|
-
"multiple": false,
|
|
1897
|
-
"type": "option"
|
|
1987
|
+
"unname": {
|
|
1988
|
+
"description": "Removes the unique name of the Key-value store",
|
|
1989
|
+
"name": "unname",
|
|
1990
|
+
"allowNo": false,
|
|
1991
|
+
"type": "boolean"
|
|
1898
1992
|
}
|
|
1899
1993
|
},
|
|
1900
1994
|
"hasDynamicHelp": false,
|
|
1901
|
-
"hiddenAliases": [
|
|
1902
|
-
|
|
1995
|
+
"hiddenAliases": [
|
|
1996
|
+
"kvs:rename"
|
|
1997
|
+
],
|
|
1998
|
+
"id": "key-value-stores:rename",
|
|
1903
1999
|
"pluginAlias": "apify-cli",
|
|
1904
2000
|
"pluginName": "apify-cli",
|
|
1905
2001
|
"pluginType": "core",
|
|
@@ -1908,74 +2004,26 @@
|
|
|
1908
2004
|
"relativePath": [
|
|
1909
2005
|
"dist",
|
|
1910
2006
|
"commands",
|
|
1911
|
-
"
|
|
1912
|
-
"
|
|
2007
|
+
"key-value-stores",
|
|
2008
|
+
"rename.js"
|
|
1913
2009
|
]
|
|
1914
2010
|
},
|
|
1915
|
-
"
|
|
2011
|
+
"key-value-stores:rm": {
|
|
1916
2012
|
"aliases": [],
|
|
1917
2013
|
"args": {
|
|
1918
|
-
"
|
|
1919
|
-
"description": "
|
|
1920
|
-
"name": "
|
|
1921
|
-
"required":
|
|
1922
|
-
}
|
|
1923
|
-
},
|
|
1924
|
-
"description": "Uploads the Actor to the Apify platform and builds it there.\nThe Actor settings are read from the \".actor/actor.json\" file in the current directory, but they can be overridden using command-line options.\nNOTE: If the source files are smaller than 3 MB then they are uploaded as \n\"Multiple source files\", otherwise they are uploaded as \"Zip file\".\n\nWhen there's an attempt to push files that are older than the Actor on the platform, the command will fail. Can be overwritten with --force flag.",
|
|
1925
|
-
"flags": {
|
|
1926
|
-
"version": {
|
|
1927
|
-
"char": "v",
|
|
1928
|
-
"description": "Actor version number to which the files should be pushed. By default, it is taken from the \".actor/actor.json\" file.",
|
|
1929
|
-
"name": "version",
|
|
1930
|
-
"required": false,
|
|
1931
|
-
"hasDynamicHelp": false,
|
|
1932
|
-
"multiple": false,
|
|
1933
|
-
"type": "option"
|
|
1934
|
-
},
|
|
1935
|
-
"build-tag": {
|
|
1936
|
-
"char": "b",
|
|
1937
|
-
"description": "Build tag to be applied to the successful Actor build. By default, it is taken from the \".actor/actor.json\" file",
|
|
1938
|
-
"name": "build-tag",
|
|
1939
|
-
"required": false,
|
|
1940
|
-
"hasDynamicHelp": false,
|
|
1941
|
-
"multiple": false,
|
|
1942
|
-
"type": "option"
|
|
1943
|
-
},
|
|
1944
|
-
"wait-for-finish": {
|
|
1945
|
-
"char": "w",
|
|
1946
|
-
"description": "Seconds for waiting to build to finish, if no value passed, it waits forever.",
|
|
1947
|
-
"name": "wait-for-finish",
|
|
1948
|
-
"required": false,
|
|
1949
|
-
"hasDynamicHelp": false,
|
|
1950
|
-
"multiple": false,
|
|
1951
|
-
"type": "option"
|
|
1952
|
-
},
|
|
1953
|
-
"no-prompt": {
|
|
1954
|
-
"description": "Do not prompt for opening the Actor details in a browser. This will also not open the browser automatically.",
|
|
1955
|
-
"name": "no-prompt",
|
|
1956
|
-
"required": false,
|
|
1957
|
-
"allowNo": false,
|
|
1958
|
-
"type": "boolean"
|
|
1959
|
-
},
|
|
1960
|
-
"force": {
|
|
1961
|
-
"description": "Push an Actor even when the local files are older than the Actor on the platform.",
|
|
1962
|
-
"name": "force",
|
|
1963
|
-
"required": false,
|
|
1964
|
-
"allowNo": false,
|
|
1965
|
-
"type": "boolean"
|
|
1966
|
-
},
|
|
1967
|
-
"dir": {
|
|
1968
|
-
"description": "Directory where the Actor is located",
|
|
1969
|
-
"name": "dir",
|
|
1970
|
-
"required": false,
|
|
1971
|
-
"hasDynamicHelp": false,
|
|
1972
|
-
"multiple": false,
|
|
1973
|
-
"type": "option"
|
|
2014
|
+
"keyValueStoreNameOrId": {
|
|
2015
|
+
"description": "The Key-value store ID or name to delete",
|
|
2016
|
+
"name": "keyValueStoreNameOrId",
|
|
2017
|
+
"required": true
|
|
1974
2018
|
}
|
|
1975
2019
|
},
|
|
2020
|
+
"description": "Deletes a Key-value store",
|
|
2021
|
+
"flags": {},
|
|
1976
2022
|
"hasDynamicHelp": false,
|
|
1977
|
-
"hiddenAliases": [
|
|
1978
|
-
|
|
2023
|
+
"hiddenAliases": [
|
|
2024
|
+
"kvs:rm"
|
|
2025
|
+
],
|
|
2026
|
+
"id": "key-value-stores:rm",
|
|
1979
2027
|
"pluginAlias": "apify-cli",
|
|
1980
2028
|
"pluginName": "apify-cli",
|
|
1981
2029
|
"pluginType": "core",
|
|
@@ -1984,24 +2032,44 @@
|
|
|
1984
2032
|
"relativePath": [
|
|
1985
2033
|
"dist",
|
|
1986
2034
|
"commands",
|
|
1987
|
-
"
|
|
1988
|
-
"
|
|
2035
|
+
"key-value-stores",
|
|
2036
|
+
"rm.js"
|
|
1989
2037
|
]
|
|
1990
2038
|
},
|
|
1991
|
-
"
|
|
2039
|
+
"key-value-stores:set-value": {
|
|
1992
2040
|
"aliases": [],
|
|
1993
2041
|
"args": {
|
|
1994
|
-
"
|
|
1995
|
-
"description": "The
|
|
1996
|
-
"name": "
|
|
2042
|
+
"storeId": {
|
|
2043
|
+
"description": "The key-value store ID to set the value in.",
|
|
2044
|
+
"name": "storeId",
|
|
1997
2045
|
"required": true
|
|
2046
|
+
},
|
|
2047
|
+
"itemKey": {
|
|
2048
|
+
"description": "The key of the item in the key-value store.",
|
|
2049
|
+
"name": "itemKey",
|
|
2050
|
+
"required": true
|
|
2051
|
+
},
|
|
2052
|
+
"value": {
|
|
2053
|
+
"description": "The value to set.",
|
|
2054
|
+
"name": "value"
|
|
2055
|
+
}
|
|
2056
|
+
},
|
|
2057
|
+
"description": "Sets a value in a key-value store.",
|
|
2058
|
+
"flags": {
|
|
2059
|
+
"content-type": {
|
|
2060
|
+
"description": "The MIME content type of the value. By default, \"application/json\" is assumed.",
|
|
2061
|
+
"name": "content-type",
|
|
2062
|
+
"default": "application/json",
|
|
2063
|
+
"hasDynamicHelp": false,
|
|
2064
|
+
"multiple": false,
|
|
2065
|
+
"type": "option"
|
|
1998
2066
|
}
|
|
1999
2067
|
},
|
|
2000
|
-
"description": "Deletes an Actor.",
|
|
2001
|
-
"flags": {},
|
|
2002
2068
|
"hasDynamicHelp": false,
|
|
2003
|
-
"hiddenAliases": [
|
|
2004
|
-
|
|
2069
|
+
"hiddenAliases": [
|
|
2070
|
+
"kvs:set-value"
|
|
2071
|
+
],
|
|
2072
|
+
"id": "key-value-stores:set-value",
|
|
2005
2073
|
"pluginAlias": "apify-cli",
|
|
2006
2074
|
"pluginName": "apify-cli",
|
|
2007
2075
|
"pluginType": "core",
|
|
@@ -2010,96 +2078,28 @@
|
|
|
2010
2078
|
"relativePath": [
|
|
2011
2079
|
"dist",
|
|
2012
2080
|
"commands",
|
|
2013
|
-
"
|
|
2014
|
-
"
|
|
2081
|
+
"key-value-stores",
|
|
2082
|
+
"set-value.js"
|
|
2015
2083
|
]
|
|
2016
2084
|
},
|
|
2017
|
-
"
|
|
2085
|
+
"request-queues": {
|
|
2018
2086
|
"aliases": [],
|
|
2019
|
-
"args": {
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
"name": "actorId",
|
|
2023
|
-
"required": false
|
|
2024
|
-
}
|
|
2025
|
-
},
|
|
2026
|
-
"description": "Runs a specific Actor remotely on the Apify cloud platform and immediately returns information about the run.\nThe Actor is run under your current Apify account. Therefore you need to be logged in by calling \"apify login\". It takes input for the Actor from the default local key-value store by default.",
|
|
2027
|
-
"flags": {
|
|
2028
|
-
"json": {
|
|
2029
|
-
"description": "Format output as json.",
|
|
2030
|
-
"helpGroup": "GLOBAL",
|
|
2031
|
-
"name": "json",
|
|
2032
|
-
"allowNo": false,
|
|
2033
|
-
"type": "boolean"
|
|
2034
|
-
},
|
|
2035
|
-
"build": {
|
|
2036
|
-
"char": "b",
|
|
2037
|
-
"description": "Tag or number of the build to run (e.g. \"latest\" or \"1.2.34\").",
|
|
2038
|
-
"name": "build",
|
|
2039
|
-
"required": false,
|
|
2040
|
-
"hasDynamicHelp": false,
|
|
2041
|
-
"multiple": false,
|
|
2042
|
-
"type": "option"
|
|
2043
|
-
},
|
|
2044
|
-
"timeout": {
|
|
2045
|
-
"char": "t",
|
|
2046
|
-
"description": "Timeout for the Actor run in seconds. Zero value means there is no timeout.",
|
|
2047
|
-
"name": "timeout",
|
|
2048
|
-
"required": false,
|
|
2049
|
-
"hasDynamicHelp": false,
|
|
2050
|
-
"multiple": false,
|
|
2051
|
-
"type": "option"
|
|
2052
|
-
},
|
|
2053
|
-
"memory": {
|
|
2054
|
-
"char": "m",
|
|
2055
|
-
"description": "Amount of memory allocated for the Actor run, in megabytes.",
|
|
2056
|
-
"name": "memory",
|
|
2057
|
-
"required": false,
|
|
2058
|
-
"hasDynamicHelp": false,
|
|
2059
|
-
"multiple": false,
|
|
2060
|
-
"type": "option"
|
|
2061
|
-
},
|
|
2062
|
-
"input": {
|
|
2063
|
-
"char": "i",
|
|
2064
|
-
"description": "Optional JSON input to be given to the Actor.",
|
|
2065
|
-
"exclusive": [
|
|
2066
|
-
"input-file"
|
|
2067
|
-
],
|
|
2068
|
-
"name": "input",
|
|
2069
|
-
"required": false,
|
|
2070
|
-
"hasDynamicHelp": false,
|
|
2071
|
-
"multiple": false,
|
|
2072
|
-
"type": "option"
|
|
2073
|
-
},
|
|
2074
|
-
"input-file": {
|
|
2075
|
-
"aliases": [
|
|
2076
|
-
"if"
|
|
2077
|
-
],
|
|
2078
|
-
"description": "Optional path to a file with JSON input to be given to the Actor. The file must be a valid JSON file. You can also specify `-` to read from standard input.",
|
|
2079
|
-
"exclusive": [
|
|
2080
|
-
"input"
|
|
2081
|
-
],
|
|
2082
|
-
"name": "input-file",
|
|
2083
|
-
"required": false,
|
|
2084
|
-
"hasDynamicHelp": false,
|
|
2085
|
-
"multiple": false,
|
|
2086
|
-
"type": "option"
|
|
2087
|
-
}
|
|
2088
|
-
},
|
|
2087
|
+
"args": {},
|
|
2088
|
+
"description": "Commands are designed to be used with Request Queues.",
|
|
2089
|
+
"flags": {},
|
|
2089
2090
|
"hasDynamicHelp": false,
|
|
2090
2091
|
"hiddenAliases": [],
|
|
2091
|
-
"id": "
|
|
2092
|
+
"id": "request-queues",
|
|
2092
2093
|
"pluginAlias": "apify-cli",
|
|
2093
2094
|
"pluginName": "apify-cli",
|
|
2094
2095
|
"pluginType": "core",
|
|
2095
2096
|
"strict": true,
|
|
2096
|
-
"enableJsonFlag": true,
|
|
2097
2097
|
"isESM": true,
|
|
2098
2098
|
"relativePath": [
|
|
2099
2099
|
"dist",
|
|
2100
2100
|
"commands",
|
|
2101
|
-
"
|
|
2102
|
-
"
|
|
2101
|
+
"request-queues",
|
|
2102
|
+
"index.js"
|
|
2103
2103
|
]
|
|
2104
2104
|
},
|
|
2105
2105
|
"runs:abort": {
|
|
@@ -2508,5 +2508,5 @@
|
|
|
2508
2508
|
]
|
|
2509
2509
|
}
|
|
2510
2510
|
},
|
|
2511
|
-
"version": "0.21.0-beta.
|
|
2511
|
+
"version": "0.21.0-beta.88"
|
|
2512
2512
|
}
|