apify-cli 0.21.0-beta.91 → 0.21.0

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.
Files changed (129) hide show
  1. package/CHANGELOG.md +2 -5
  2. package/README.md +214 -234
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/commands/actor/index.d.ts.map +1 -1
  5. package/dist/commands/actor/index.js +1 -1
  6. package/dist/commands/actor/index.js.map +1 -1
  7. package/dist/commands/actor/push-data.js +6 -6
  8. package/dist/commands/actor/push-data.js.map +1 -1
  9. package/dist/commands/actor/set-value.d.ts.map +1 -1
  10. package/dist/commands/actor/set-value.js +4 -4
  11. package/dist/commands/actor/set-value.js.map +1 -1
  12. package/dist/commands/actors/call.d.ts.map +1 -1
  13. package/dist/commands/actors/call.js +3 -4
  14. package/dist/commands/actors/call.js.map +1 -1
  15. package/dist/commands/actors/index.d.ts.map +1 -1
  16. package/dist/commands/actors/index.js +1 -1
  17. package/dist/commands/actors/index.js.map +1 -1
  18. package/dist/commands/actors/ls.d.ts.map +1 -1
  19. package/dist/commands/actors/ls.js +1 -1
  20. package/dist/commands/actors/ls.js.map +1 -1
  21. package/dist/commands/actors/pull.d.ts.map +1 -1
  22. package/dist/commands/actors/pull.js +2 -2
  23. package/dist/commands/actors/pull.js.map +1 -1
  24. package/dist/commands/actors/push.d.ts.map +1 -1
  25. package/dist/commands/actors/push.js +7 -8
  26. package/dist/commands/actors/push.js.map +1 -1
  27. package/dist/commands/actors/rm.d.ts.map +1 -1
  28. package/dist/commands/actors/rm.js +1 -1
  29. package/dist/commands/actors/rm.js.map +1 -1
  30. package/dist/commands/actors/start.d.ts.map +1 -1
  31. package/dist/commands/actors/start.js +3 -4
  32. package/dist/commands/actors/start.js.map +1 -1
  33. package/dist/commands/builds/index.d.ts.map +1 -1
  34. package/dist/commands/builds/index.js +1 -1
  35. package/dist/commands/builds/index.js.map +1 -1
  36. package/dist/commands/builds/rm.d.ts.map +1 -1
  37. package/dist/commands/builds/rm.js +1 -1
  38. package/dist/commands/builds/rm.js.map +1 -1
  39. package/dist/commands/create.d.ts.map +1 -1
  40. package/dist/commands/create.js +1 -1
  41. package/dist/commands/create.js.map +1 -1
  42. package/dist/commands/datasets/create.d.ts.map +1 -1
  43. package/dist/commands/datasets/create.js +1 -1
  44. package/dist/commands/datasets/create.js.map +1 -1
  45. package/dist/commands/datasets/get-items.d.ts.map +1 -1
  46. package/dist/commands/datasets/get-items.js +1 -1
  47. package/dist/commands/datasets/get-items.js.map +1 -1
  48. package/dist/commands/datasets/index.d.ts.map +1 -1
  49. package/dist/commands/datasets/index.js +1 -1
  50. package/dist/commands/datasets/index.js.map +1 -1
  51. package/dist/commands/datasets/info.d.ts.map +1 -1
  52. package/dist/commands/datasets/info.js +1 -1
  53. package/dist/commands/datasets/info.js.map +1 -1
  54. package/dist/commands/datasets/ls.d.ts.map +1 -1
  55. package/dist/commands/datasets/ls.js +5 -5
  56. package/dist/commands/datasets/ls.js.map +1 -1
  57. package/dist/commands/datasets/push-items.d.ts.map +1 -1
  58. package/dist/commands/datasets/push-items.js +2 -2
  59. package/dist/commands/datasets/push-items.js.map +1 -1
  60. package/dist/commands/datasets/rename.d.ts.map +1 -1
  61. package/dist/commands/datasets/rename.js +8 -8
  62. package/dist/commands/datasets/rename.js.map +1 -1
  63. package/dist/commands/datasets/rm.d.ts.map +1 -1
  64. package/dist/commands/datasets/rm.js +3 -3
  65. package/dist/commands/datasets/rm.js.map +1 -1
  66. package/dist/commands/edit-input-schema.js +1 -1
  67. package/dist/commands/info.d.ts.map +1 -1
  68. package/dist/commands/info.js +1 -2
  69. package/dist/commands/info.js.map +1 -1
  70. package/dist/commands/init.d.ts.map +1 -1
  71. package/dist/commands/init.js +5 -6
  72. package/dist/commands/init.js.map +1 -1
  73. package/dist/commands/key-value-stores/create.d.ts.map +1 -1
  74. package/dist/commands/key-value-stores/create.js +3 -3
  75. package/dist/commands/key-value-stores/create.js.map +1 -1
  76. package/dist/commands/key-value-stores/get-value.d.ts.map +1 -1
  77. package/dist/commands/key-value-stores/get-value.js +1 -1
  78. package/dist/commands/key-value-stores/get-value.js.map +1 -1
  79. package/dist/commands/key-value-stores/index.d.ts.map +1 -1
  80. package/dist/commands/key-value-stores/index.js +1 -1
  81. package/dist/commands/key-value-stores/index.js.map +1 -1
  82. package/dist/commands/key-value-stores/ls.js +6 -6
  83. package/dist/commands/key-value-stores/rename.d.ts.map +1 -1
  84. package/dist/commands/key-value-stores/rename.js +8 -8
  85. package/dist/commands/key-value-stores/rename.js.map +1 -1
  86. package/dist/commands/key-value-stores/rm.d.ts.map +1 -1
  87. package/dist/commands/key-value-stores/rm.js +3 -3
  88. package/dist/commands/key-value-stores/rm.js.map +1 -1
  89. package/dist/commands/key-value-stores/set-value.d.ts.map +1 -1
  90. package/dist/commands/key-value-stores/set-value.js +1 -1
  91. package/dist/commands/key-value-stores/set-value.js.map +1 -1
  92. package/dist/commands/login.d.ts.map +1 -1
  93. package/dist/commands/login.js +3 -3
  94. package/dist/commands/login.js.map +1 -1
  95. package/dist/commands/logout.d.ts.map +1 -1
  96. package/dist/commands/logout.js +2 -2
  97. package/dist/commands/logout.js.map +1 -1
  98. package/dist/commands/request-queues/index.d.ts.map +1 -1
  99. package/dist/commands/request-queues/index.js +1 -1
  100. package/dist/commands/request-queues/index.js.map +1 -1
  101. package/dist/commands/run.d.ts.map +1 -1
  102. package/dist/commands/run.js +3 -8
  103. package/dist/commands/run.js.map +1 -1
  104. package/dist/commands/runs/abort.js +1 -1
  105. package/dist/commands/runs/index.d.ts.map +1 -1
  106. package/dist/commands/runs/index.js +1 -1
  107. package/dist/commands/runs/index.js.map +1 -1
  108. package/dist/commands/runs/info.js +2 -2
  109. package/dist/commands/secrets/add.d.ts.map +1 -1
  110. package/dist/commands/secrets/add.js +1 -1
  111. package/dist/commands/secrets/add.js.map +1 -1
  112. package/dist/commands/secrets/index.d.ts.map +1 -1
  113. package/dist/commands/secrets/index.js +13 -11
  114. package/dist/commands/secrets/index.js.map +1 -1
  115. package/dist/commands/secrets/rm.d.ts.map +1 -1
  116. package/dist/commands/secrets/rm.js +1 -1
  117. package/dist/commands/secrets/rm.js.map +1 -1
  118. package/dist/commands/task/index.d.ts.map +1 -1
  119. package/dist/commands/task/index.js +1 -1
  120. package/dist/commands/task/index.js.map +1 -1
  121. package/dist/commands/task/run.d.ts.map +1 -1
  122. package/dist/commands/task/run.js +2 -3
  123. package/dist/commands/task/run.js.map +1 -1
  124. package/dist/commands/validate-schema.d.ts.map +1 -1
  125. package/dist/commands/validate-schema.js +7 -10
  126. package/dist/commands/validate-schema.js.map +1 -1
  127. package/dist/typechecking.tsbuildinfo +1 -1
  128. package/oclif.manifest.json +75 -75
  129. package/package.json +1 -1
@@ -4,12 +4,12 @@
4
4
  "aliases": [],
5
5
  "args": {
6
6
  "actorId": {
7
- "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.",
7
+ "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.",
8
8
  "name": "actorId",
9
9
  "required": false
10
10
  }
11
11
  },
12
- "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.",
12
+ "description": "Executes Actor remotely using your authenticated account.\nReads input from local key-value store by default.",
13
13
  "flags": {
14
14
  "json": {
15
15
  "description": "Format output as json.",
@@ -140,7 +140,7 @@
140
140
  "required": false
141
141
  }
142
142
  },
143
- "description": "Creates a new Actor project directory from a selected boilerplate template.",
143
+ "description": "Creates an Actor project from a template in a new directory.",
144
144
  "flags": {
145
145
  "template": {
146
146
  "char": "t",
@@ -223,7 +223,7 @@
223
223
  "info": {
224
224
  "aliases": [],
225
225
  "args": {},
226
- "description": "Displays information about the currently active Apify account.\nThe information is printed to the console.",
226
+ "description": "Prints details about your currently authenticated Apify account.",
227
227
  "flags": {},
228
228
  "hasDynamicHelp": false,
229
229
  "hiddenAliases": [],
@@ -274,7 +274,7 @@
274
274
  "required": false
275
275
  }
276
276
  },
277
- "description": "Initializes a new Actor project in an existing directory.\nIf the directory contains a Scrapy project in Python, the command automatically creates wrappers so that you can run your scrapers without changes.\n\nThe command creates the \".actor/actor.json\" file and the \"storage\" directory in the current directory, but does not touch any other existing files or directories.\n\nWARNING: The directory at \"storage\" will be overwritten if it already exists.",
277
+ "description": "Sets up an Actor project in your current directory by creating actor.json and storage files.\nIf the directory contains a Scrapy project in Python, the command automatically creates wrappers so that you can run your scrapers without changes.\nCreates the '.actor/actor.json' file and the 'storage' directory in the current directory, but does not touch any other existing files or directories.\n\nWARNING: Overwrites existing 'storage' directory.",
278
278
  "flags": {
279
279
  "yes": {
280
280
  "char": "y",
@@ -302,7 +302,7 @@
302
302
  "login": {
303
303
  "aliases": [],
304
304
  "args": {},
305
- "description": "Logs in to your Apify account.\nThe API token and other account information is stored in the ~/.apify directory, from where it is read by all other \"apify\" commands. To log out, call \"apify logout\".",
305
+ "description": "Authenticates your Apify account and saves credentials to '~/.apify'.\nAll other commands use these stored credentials.\n\nRun 'apify logout' to remove authentication.",
306
306
  "flags": {
307
307
  "token": {
308
308
  "char": "t",
@@ -344,7 +344,7 @@
344
344
  "logout": {
345
345
  "aliases": [],
346
346
  "args": {},
347
- "description": "Logs out of your Apify account.\nThe command deletes the API token and all other account information stored in the ~/.apify directory. To log in again, call \"apify login\".",
347
+ "description": "Removes authentication by deleting your API token and account information from '~/.apify'.\nRun 'apify login' to authenticate again.",
348
348
  "flags": {},
349
349
  "hasDynamicHelp": false,
350
350
  "hiddenAliases": [],
@@ -369,7 +369,7 @@
369
369
  "required": false
370
370
  }
371
371
  },
372
- "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.",
372
+ "description": "Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.",
373
373
  "flags": {
374
374
  "version": {
375
375
  "char": "v",
@@ -406,16 +406,16 @@
406
406
  "aliases": [],
407
407
  "args": {
408
408
  "actorId": {
409
- "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.",
409
+ "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.",
410
410
  "name": "actorId",
411
411
  "required": false
412
412
  }
413
413
  },
414
- "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.",
414
+ "description": "Deploys Actor to Apify platform using settings from '.actor/actor.json'.\nFiles under '3' MB upload as \"Multiple source files\"; larger projects upload as ZIP file.\nUse --force to override newer remote versions.",
415
415
  "flags": {
416
416
  "version": {
417
417
  "char": "v",
418
- "description": "Actor version number to which the files should be pushed. By default, it is taken from the \".actor/actor.json\" file.",
418
+ "description": "Actor version number to which the files should be pushed. By default, it is taken from the '.actor/actor.json' file.",
419
419
  "name": "version",
420
420
  "required": false,
421
421
  "hasDynamicHelp": false,
@@ -424,7 +424,7 @@
424
424
  },
425
425
  "build-tag": {
426
426
  "char": "b",
427
- "description": "Build tag to be applied to the successful Actor build. By default, it is taken from the \".actor/actor.json\" file",
427
+ "description": "Build tag to be applied to the successful Actor build. By default, it is taken from the '.actor/actor.json' file",
428
428
  "name": "build-tag",
429
429
  "required": false,
430
430
  "hasDynamicHelp": false,
@@ -479,7 +479,7 @@
479
479
  "run": {
480
480
  "aliases": [],
481
481
  "args": {},
482
- "description": "Runs the Actor locally in the current directory.\nIt sets various APIFY_XYZ environment variables in order to provide a working execution environment for the Actor. For example, this causes the Actor input, as well as all other data in key-value stores, datasets or request queues to be stored in the \"storage\" directory, rather than on the Apify platform.\n\nNOTE: You can override the command's default behavior for Node.js Actors by overriding the \"start\" script in the package.json file. You can set up your own main file or environment variables by changing it.",
482
+ "description": "Executes Actor locally with simulated Apify environment variables.\nStores data in local 'storage' directory.\n\nNOTE: For Node.js Actors, customize behavior by modifying the 'start' script in package.json file.",
483
483
  "flags": {
484
484
  "purge": {
485
485
  "char": "p",
@@ -568,7 +568,7 @@
568
568
  "required": false
569
569
  }
570
570
  },
571
- "description": "Validates input schema and prints errors found.\nThe input schema for the Actor is used from these locations in order of preference.\nThe first one found is validated as it would be the one used on the Apify platform.\n1. Directly embedded object in \".actor/actor.json\" under 'input' key\n2. Path to JSON file referenced in \".actor/actor.json\" under 'input' key\n3. JSON file at .actor/INPUT_SCHEMA.json\n4. JSON file at INPUT_SCHEMA.json\n\nYou can also pass any custom path to your input schema to have it validated instead.\n",
571
+ "description": "Validates Actor input schema from one of these locations (in priority order):\n\t\t1. Object in '.actor/actor.json' under \"input\" key\n\t\t2. JSON file path in '.actor/actor.json' \"input\" key\n\t\t3. .actor/INPUT_SCHEMA.json\n\t\t4. INPUT_SCHEMA.json\n\n\t\tOptionally specify custom schema path to validate.",
572
572
  "flags": {},
573
573
  "hasDynamicHelp": false,
574
574
  "hiddenAliases": [
@@ -635,7 +635,7 @@
635
635
  "actor": {
636
636
  "aliases": [],
637
637
  "args": {},
638
- "description": "Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.\n",
638
+ "description": "Manages runtime data operations inside of a running Actor.",
639
639
  "flags": {},
640
640
  "hasDynamicHelp": false,
641
641
  "hiddenAliases": [],
@@ -660,7 +660,7 @@
660
660
  "name": "item"
661
661
  }
662
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",
663
+ "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",
664
664
  "flags": {},
665
665
  "hasDynamicHelp": false,
666
666
  "hiddenAliases": [],
@@ -691,7 +691,7 @@
691
691
  "required": false
692
692
  }
693
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",
694
+ "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",
695
695
  "flags": {
696
696
  "contentType": {
697
697
  "char": "c",
@@ -776,12 +776,12 @@
776
776
  "aliases": [],
777
777
  "args": {
778
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.",
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
780
  "name": "actorId",
781
781
  "required": false
782
782
  }
783
783
  },
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.",
784
+ "description": "Executes Actor remotely using your authenticated account.\nReads input from local key-value store by default.",
785
785
  "flags": {
786
786
  "json": {
787
787
  "description": "Format output as json.",
@@ -877,7 +877,7 @@
877
877
  "actors": {
878
878
  "aliases": [],
879
879
  "args": {},
880
- "description": "Commands are designed to be used with Actors.",
880
+ "description": "Manages Actor creation, deployment, and execution on the Apify platform.",
881
881
  "flags": {},
882
882
  "hasDynamicHelp": false,
883
883
  "hiddenAliases": [],
@@ -950,7 +950,7 @@
950
950
  "actors:ls": {
951
951
  "aliases": [],
952
952
  "args": {},
953
- "description": "Lists all recently ran Actors or your own Actors.",
953
+ "description": "Prints a list of recently executed Actors or Actors you own.",
954
954
  "flags": {
955
955
  "json": {
956
956
  "description": "Format output as json.",
@@ -1013,7 +1013,7 @@
1013
1013
  "required": false
1014
1014
  }
1015
1015
  },
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.",
1016
+ "description": "Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.",
1017
1017
  "flags": {
1018
1018
  "version": {
1019
1019
  "char": "v",
@@ -1052,16 +1052,16 @@
1052
1052
  "aliases": [],
1053
1053
  "args": {
1054
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.",
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
1056
  "name": "actorId",
1057
1057
  "required": false
1058
1058
  }
1059
1059
  },
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.",
1060
+ "description": "Deploys Actor to Apify platform using settings from '.actor/actor.json'.\nFiles under '3' MB upload as \"Multiple source files\"; larger projects upload as ZIP file.\nUse --force to override newer remote versions.",
1061
1061
  "flags": {
1062
1062
  "version": {
1063
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.",
1064
+ "description": "Actor version number to which the files should be pushed. By default, it is taken from the '.actor/actor.json' file.",
1065
1065
  "name": "version",
1066
1066
  "required": false,
1067
1067
  "hasDynamicHelp": false,
@@ -1070,7 +1070,7 @@
1070
1070
  },
1071
1071
  "build-tag": {
1072
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",
1073
+ "description": "Build tag to be applied to the successful Actor build. By default, it is taken from the '.actor/actor.json' file",
1074
1074
  "name": "build-tag",
1075
1075
  "required": false,
1076
1076
  "hasDynamicHelp": false,
@@ -1133,7 +1133,7 @@
1133
1133
  "required": true
1134
1134
  }
1135
1135
  },
1136
- "description": "Deletes an Actor.",
1136
+ "description": "Permanently removes an Actor from your account.",
1137
1137
  "flags": {},
1138
1138
  "hasDynamicHelp": false,
1139
1139
  "hiddenAliases": [],
@@ -1154,12 +1154,12 @@
1154
1154
  "aliases": [],
1155
1155
  "args": {
1156
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.",
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
1158
  "name": "actorId",
1159
1159
  "required": false
1160
1160
  }
1161
1161
  },
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
+ "description": "Starts Actor remotely and returns run details immediately.\nUses authenticated account and local key-value store for input.",
1163
1163
  "flags": {
1164
1164
  "json": {
1165
1165
  "description": "Format output as json.",
@@ -1296,7 +1296,7 @@
1296
1296
  "builds": {
1297
1297
  "aliases": [],
1298
1298
  "args": {},
1299
- "description": "Commands are designed to be used with Actor Builds.",
1299
+ "description": "Manages Actor build processes and versioning.",
1300
1300
  "flags": {},
1301
1301
  "hasDynamicHelp": false,
1302
1302
  "hiddenAliases": [],
@@ -1446,7 +1446,7 @@
1446
1446
  "required": true
1447
1447
  }
1448
1448
  },
1449
- "description": "Deletes an Actor Build.",
1449
+ "description": "Permanently removes an Actor build from the Apify platform.",
1450
1450
  "flags": {},
1451
1451
  "hasDynamicHelp": false,
1452
1452
  "hiddenAliases": [],
@@ -1472,7 +1472,7 @@
1472
1472
  "required": false
1473
1473
  }
1474
1474
  },
1475
- "description": "Creates a new Dataset on your account",
1475
+ "description": "Creates a new dataset for storing structured data on your account.",
1476
1476
  "flags": {
1477
1477
  "json": {
1478
1478
  "description": "Format output as json.",
@@ -1507,7 +1507,7 @@
1507
1507
  "required": true
1508
1508
  }
1509
1509
  },
1510
- "description": "Exports the items present in a Dataset.",
1510
+ "description": "Retrieves dataset items in specified format (JSON, CSV, etc).",
1511
1511
  "flags": {
1512
1512
  "limit": {
1513
1513
  "description": "The amount of elements to get from the dataset. By default, it will return all available items.",
@@ -1559,7 +1559,7 @@
1559
1559
  "datasets": {
1560
1560
  "aliases": [],
1561
1561
  "args": {},
1562
- "description": "Commands are designed to be used with Datasets.",
1562
+ "description": "Manages structured data storage and retrieval.",
1563
1563
  "flags": {},
1564
1564
  "hasDynamicHelp": false,
1565
1565
  "hiddenAliases": [],
@@ -1585,7 +1585,7 @@
1585
1585
  "required": true
1586
1586
  }
1587
1587
  },
1588
- "description": "Shows information about a dataset.",
1588
+ "description": "Prints information about a specific dataset.",
1589
1589
  "flags": {
1590
1590
  "json": {
1591
1591
  "description": "Format output as json.",
@@ -1614,7 +1614,7 @@
1614
1614
  "datasets:ls": {
1615
1615
  "aliases": [],
1616
1616
  "args": {},
1617
- "description": "Lists all Datasets on your account.",
1617
+ "description": "Prints all datasets on your account.",
1618
1618
  "flags": {
1619
1619
  "json": {
1620
1620
  "description": "Format output as json.",
@@ -1624,7 +1624,7 @@
1624
1624
  "type": "boolean"
1625
1625
  },
1626
1626
  "offset": {
1627
- "description": "Number of Datasets that will be skipped.",
1627
+ "description": "Number of datasets that will be skipped.",
1628
1628
  "name": "offset",
1629
1629
  "default": 0,
1630
1630
  "hasDynamicHelp": false,
@@ -1632,7 +1632,7 @@
1632
1632
  "type": "option"
1633
1633
  },
1634
1634
  "limit": {
1635
- "description": "Number of Datasets that will be listed.",
1635
+ "description": "Number of datasets that will be listed.",
1636
1636
  "name": "limit",
1637
1637
  "default": 20,
1638
1638
  "hasDynamicHelp": false,
@@ -1640,13 +1640,13 @@
1640
1640
  "type": "option"
1641
1641
  },
1642
1642
  "desc": {
1643
- "description": "Sorts Datasets in descending order.",
1643
+ "description": "Sorts datasets in descending order.",
1644
1644
  "name": "desc",
1645
1645
  "allowNo": false,
1646
1646
  "type": "boolean"
1647
1647
  },
1648
1648
  "unnamed": {
1649
- "description": "Lists Datasets that don't have a name set.",
1649
+ "description": "Lists datasets that don't have a name set.",
1650
1650
  "name": "unnamed",
1651
1651
  "allowNo": false,
1652
1652
  "type": "boolean"
@@ -1672,7 +1672,7 @@
1672
1672
  "aliases": [],
1673
1673
  "args": {
1674
1674
  "nameOrId": {
1675
- "description": "The Dataset ID or name to push the objects to",
1675
+ "description": "The dataset ID or name to push the objects to",
1676
1676
  "name": "nameOrId",
1677
1677
  "required": true
1678
1678
  },
@@ -1681,7 +1681,7 @@
1681
1681
  "name": "item"
1682
1682
  }
1683
1683
  },
1684
- "description": "Pushes an object or an array of objects to the provided Dataset.",
1684
+ "description": "Adds data items to specified dataset. Accepts single object or array of objects.",
1685
1685
  "flags": {},
1686
1686
  "hasDynamicHelp": false,
1687
1687
  "hiddenAliases": [],
@@ -1702,19 +1702,19 @@
1702
1702
  "aliases": [],
1703
1703
  "args": {
1704
1704
  "nameOrId": {
1705
- "description": "The Dataset ID or name to delete",
1705
+ "description": "The dataset ID or name to delete.",
1706
1706
  "name": "nameOrId",
1707
1707
  "required": true
1708
1708
  },
1709
1709
  "newName": {
1710
- "description": "The new name for the Dataset",
1710
+ "description": "The new name for the dataset.",
1711
1711
  "name": "newName"
1712
1712
  }
1713
1713
  },
1714
- "description": "Renames a Dataset, or removes its unique name",
1714
+ "description": "Change dataset name or removes name with --unname flag.",
1715
1715
  "flags": {
1716
1716
  "unname": {
1717
- "description": "Removes the unique name of the Dataset",
1717
+ "description": "Removes the unique name of the dataset.",
1718
1718
  "name": "unname",
1719
1719
  "allowNo": false,
1720
1720
  "type": "boolean"
@@ -1739,12 +1739,12 @@
1739
1739
  "aliases": [],
1740
1740
  "args": {
1741
1741
  "datasetNameOrId": {
1742
- "description": "The Dataset ID or name to delete",
1742
+ "description": "The dataset ID or name to delete",
1743
1743
  "name": "datasetNameOrId",
1744
1744
  "required": true
1745
1745
  }
1746
1746
  },
1747
- "description": "Deletes a Dataset",
1747
+ "description": "Permanently removes a dataset.",
1748
1748
  "flags": {},
1749
1749
  "hasDynamicHelp": false,
1750
1750
  "hiddenAliases": [],
@@ -1765,12 +1765,12 @@
1765
1765
  "aliases": [],
1766
1766
  "args": {
1767
1767
  "keyValueStoreName": {
1768
- "description": "Optional name for the Key-value store",
1768
+ "description": "Optional name for the key-value store",
1769
1769
  "name": "keyValueStoreName",
1770
1770
  "required": false
1771
1771
  }
1772
1772
  },
1773
- "description": "Creates a new Key-value store on your account",
1773
+ "description": "Creates a new key-value store on your account.",
1774
1774
  "flags": {
1775
1775
  "json": {
1776
1776
  "description": "Format output as json.",
@@ -1845,7 +1845,7 @@
1845
1845
  "required": true
1846
1846
  }
1847
1847
  },
1848
- "description": "Gets a value by key in the given key-value store.",
1848
+ "description": "Retrieves stored value for specified key. Use --only-content-type to check MIME type.",
1849
1849
  "flags": {
1850
1850
  "only-content-type": {
1851
1851
  "description": "Only return the content type of the specified key",
@@ -1874,7 +1874,7 @@
1874
1874
  "key-value-stores": {
1875
1875
  "aliases": [],
1876
1876
  "args": {},
1877
- "description": "Commands are designed to be used with Key Value Stores.\n\nAliases: kvs",
1877
+ "description": "Manages persistent key-value storage.\n\nAlias: kvs",
1878
1878
  "flags": {},
1879
1879
  "hasDynamicHelp": false,
1880
1880
  "hiddenAliases": [
@@ -1985,7 +1985,7 @@
1985
1985
  "key-value-stores:ls": {
1986
1986
  "aliases": [],
1987
1987
  "args": {},
1988
- "description": "Lists all Key-value stores on your account.",
1988
+ "description": "Lists all key-value stores on your account.",
1989
1989
  "flags": {
1990
1990
  "json": {
1991
1991
  "description": "Format output as json.",
@@ -1995,7 +1995,7 @@
1995
1995
  "type": "boolean"
1996
1996
  },
1997
1997
  "offset": {
1998
- "description": "Number of Key-value stores that will be skipped.",
1998
+ "description": "Number of key-value stores that will be skipped.",
1999
1999
  "name": "offset",
2000
2000
  "default": 0,
2001
2001
  "hasDynamicHelp": false,
@@ -2003,7 +2003,7 @@
2003
2003
  "type": "option"
2004
2004
  },
2005
2005
  "limit": {
2006
- "description": "Number of Key-value stores that will be listed.",
2006
+ "description": "Number of key-value stores that will be listed.",
2007
2007
  "name": "limit",
2008
2008
  "default": 20,
2009
2009
  "hasDynamicHelp": false,
@@ -2011,13 +2011,13 @@
2011
2011
  "type": "option"
2012
2012
  },
2013
2013
  "desc": {
2014
- "description": "Sorts Key-value stores in descending order.",
2014
+ "description": "Sorts key-value stores in descending order.",
2015
2015
  "name": "desc",
2016
2016
  "allowNo": false,
2017
2017
  "type": "boolean"
2018
2018
  },
2019
2019
  "unnamed": {
2020
- "description": "Lists Key-value stores that don't have a name set.",
2020
+ "description": "Lists key-value stores that don't have a name set.",
2021
2021
  "name": "unnamed",
2022
2022
  "allowNo": false,
2023
2023
  "type": "boolean"
@@ -2045,19 +2045,19 @@
2045
2045
  "aliases": [],
2046
2046
  "args": {
2047
2047
  "keyValueStoreNameOrId": {
2048
- "description": "The Key-value store ID or name to delete",
2048
+ "description": "The key-value store ID or name to delete",
2049
2049
  "name": "keyValueStoreNameOrId",
2050
2050
  "required": true
2051
2051
  },
2052
2052
  "newName": {
2053
- "description": "The new name for the Key-value store",
2053
+ "description": "The new name for the key-value store",
2054
2054
  "name": "newName"
2055
2055
  }
2056
2056
  },
2057
- "description": "Renames a Key-value store, or removes its unique name",
2057
+ "description": "Renames a key-value store, or removes its unique name.",
2058
2058
  "flags": {
2059
2059
  "unname": {
2060
- "description": "Removes the unique name of the Key-value store",
2060
+ "description": "Removes the unique name of the key-value store",
2061
2061
  "name": "unname",
2062
2062
  "allowNo": false,
2063
2063
  "type": "boolean"
@@ -2084,12 +2084,12 @@
2084
2084
  "aliases": [],
2085
2085
  "args": {
2086
2086
  "keyValueStoreNameOrId": {
2087
- "description": "The Key-value store ID or name to delete",
2087
+ "description": "The key-value store ID or name to delete",
2088
2088
  "name": "keyValueStoreNameOrId",
2089
2089
  "required": true
2090
2090
  }
2091
2091
  },
2092
- "description": "Deletes a Key-value store",
2092
+ "description": "Permanently removes a key-value store.",
2093
2093
  "flags": {},
2094
2094
  "hasDynamicHelp": false,
2095
2095
  "hiddenAliases": [
@@ -2126,7 +2126,7 @@
2126
2126
  "name": "value"
2127
2127
  }
2128
2128
  },
2129
- "description": "Sets a value in a key-value store.",
2129
+ "description": "Stores value with specified key. Set content-type with --content-type flag.",
2130
2130
  "flags": {
2131
2131
  "content-type": {
2132
2132
  "description": "The MIME content type of the value. By default, \"application/json\" is assumed.",
@@ -2157,7 +2157,7 @@
2157
2157
  "request-queues": {
2158
2158
  "aliases": [],
2159
2159
  "args": {},
2160
- "description": "Commands are designed to be used with Request Queues.",
2160
+ "description": "Manages URL queues for web scraping and automation tasks.",
2161
2161
  "flags": {},
2162
2162
  "hasDynamicHelp": false,
2163
2163
  "hiddenAliases": [],
@@ -2183,7 +2183,7 @@
2183
2183
  "required": true
2184
2184
  }
2185
2185
  },
2186
- "description": "Aborts an Actor Run.",
2186
+ "description": "Aborts an Actor run.",
2187
2187
  "flags": {
2188
2188
  "json": {
2189
2189
  "description": "Format output as json.",
@@ -2219,7 +2219,7 @@
2219
2219
  "runs": {
2220
2220
  "aliases": [],
2221
2221
  "args": {},
2222
- "description": "Commands are designed to be used with Actor Runs.",
2222
+ "description": "Manages Actor run operations ",
2223
2223
  "flags": {},
2224
2224
  "hasDynamicHelp": false,
2225
2225
  "hiddenAliases": [],
@@ -2245,7 +2245,7 @@
2245
2245
  "required": true
2246
2246
  }
2247
2247
  },
2248
- "description": "Prints information about an Actor Run.",
2248
+ "description": "Prints information about an Actor run.",
2249
2249
  "flags": {
2250
2250
  "json": {
2251
2251
  "description": "Format output as json.",
@@ -2256,7 +2256,7 @@
2256
2256
  },
2257
2257
  "verbose": {
2258
2258
  "char": "v",
2259
- "description": "Prints more in-depth information about the Actor Run.",
2259
+ "description": "Prints more in-depth information about the Actor run.",
2260
2260
  "name": "verbose",
2261
2261
  "allowNo": false,
2262
2262
  "type": "boolean"
@@ -2442,7 +2442,7 @@
2442
2442
  "required": true
2443
2443
  }
2444
2444
  },
2445
- "description": "Adds a new secret value.\nThe secrets are stored to a file at ~/.apify",
2445
+ "description": "Adds a new secret to '~/.apify' for use in Actor environment variables.",
2446
2446
  "flags": {},
2447
2447
  "hasDynamicHelp": false,
2448
2448
  "hiddenAliases": [],
@@ -2462,7 +2462,7 @@
2462
2462
  "secrets": {
2463
2463
  "aliases": [],
2464
2464
  "args": {},
2465
- "description": "Manages secret values for Actor environment variables.\n\nExample:\n$ apify secrets add mySecret TopSecretValue123\n\nNow the \"mySecret\" value can be used in an environment variable defined in \".actor/actor.json\" file by adding the \"@\" prefix:\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 of the Actor.",
2465
+ "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.",
2466
2466
  "flags": {},
2467
2467
  "hasDynamicHelp": false,
2468
2468
  "hiddenAliases": [],
@@ -2488,7 +2488,7 @@
2488
2488
  "required": true
2489
2489
  }
2490
2490
  },
2491
- "description": "Removes the secret.",
2491
+ "description": "Permanently deletes a secret from your stored credentials.",
2492
2492
  "flags": {},
2493
2493
  "hasDynamicHelp": false,
2494
2494
  "hiddenAliases": [],
@@ -2508,7 +2508,7 @@
2508
2508
  "task": {
2509
2509
  "aliases": [],
2510
2510
  "args": {},
2511
- "description": "Commands are designed to be used to interact with Tasks.",
2511
+ "description": "Manages scheduled and predefined Actor configurations.",
2512
2512
  "flags": {},
2513
2513
  "hasDynamicHelp": false,
2514
2514
  "hiddenAliases": [],
@@ -2534,7 +2534,7 @@
2534
2534
  "required": true
2535
2535
  }
2536
2536
  },
2537
- "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.",
2537
+ "description": "Executes predefined Actor task remotely using local key-value store for input.\nCustomize with --memory and --timeout flags.\n",
2538
2538
  "flags": {
2539
2539
  "build": {
2540
2540
  "char": "b",
@@ -2580,5 +2580,5 @@
2580
2580
  ]
2581
2581
  }
2582
2582
  },
2583
- "version": "0.21.0-beta.91"
2583
+ "version": "0.21.0"
2584
2584
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apify-cli",
3
- "version": "0.21.0-beta.91",
3
+ "version": "0.21.0",
4
4
  "description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
5
5
  "exports": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",