Skip to main content
Usage
algolia crawler create <name> -F <file> [flags]

Examples

Create a crawler named β€œmy-crawler” with the configuration in the file β€œconfig.json”:
algolia crawler create my-crawler -F config.json
Create a crawler from another crawler’s configuration:
algolia crawler get another-crawler --config-only | algolia crawler create my-crawler -F -

Flags

-F, --file
Path to the configuration file (use ”-” to read from standard input)
⌘I