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
Path to the configuration file (use ”-” to read from standard input)