@@ -178,21 +178,20 @@ DESCRIPTION
178178 NOTE: For Node.js Actors, customize behavior by modifying the ' start' script in package.json file.
179179
180180USAGE
181- $ apify run [--entrypoint < value> ] [-i < value> | --input-file < value> ] [-p] [--purge-dataset] [--purge-key-value-store] [--purge-queue ]
181+ $ apify run [--entrypoint < value> ] [-i < value> | --input-file < value> ] [-p | --resurrect ]
182182
183183FLAGS
184- --entrypoint=< value> Optional entrypoint for running with injected environment variables.
185- For Python, it is the module name, or a path to a file.
186- For node.js, it is the npm script name, or a path to a JS/MJS file. You can also pass in a directory name, provided that
187- directory contains an " index.js" file.
188- -i, --input=< value> Optional JSON input to be given to the Actor.
189- --input-file=< value> Optional path to a file with JSON input to be given to the Actor. The file must be a valid JSON
190- file. You can also specify ` -` to read from standard input.
191- -p, --purge Shortcut that combines the --purge-queue, --purge-dataset and --purge-key-value-store options.
192- --purge-dataset Deletes the local directory containing the default dataset before the run starts.
193- --purge-key-value-store Deletes all records from the default key-value store in the local directory before the run starts,
194- except for the " INPUT" key.
195- --purge-queue Deletes the local directory containing the default request queue before the run starts.
184+ --entrypoint=< value> Optional entrypoint for running with injected environment variables.
185+ For Python, it is the module name, or a path to a file.
186+ For Node.js, it is the npm script name, or a path to a JS/MJS file. You can also pass in a directory name, provided that
187+ directory contains an " index.js" file.
188+ -i, --input=< value> Optional JSON input to be given to the Actor.
189+ --input-file=< value> Optional path to a file with JSON input to be given to the Actor. The file must be a valid JSON file.
190+ You can also specify ` -` to read from standard input.
191+ -p, --purge Whether to purge the default request queue, dataset and key-value store before the run starts.
192+ For crawlee projects, this is the default behavior, and the flag is optional.
193+ Use ` --no-purge` to keep the storage folder intact.
194+ --resurrect Whether to keep the default request queue, dataset and key-value store before the run starts.
196195` ` `
197196
198197# #### `apify validate-schema`
0 commit comments