algolia / cli

🔍 Algolia’s official CLI devtool
https://www.algolia.com/doc/tools/cli
MIT License
103 stars 26 forks source link

feat: Crawler commands #129

Closed clemfromspace closed 1 year ago

clemfromspace commented 1 year ago

This PR introduce a new crawler commands and its related subcommand, allowing users to directly interact with the Crawler API.

kai687 commented 1 year ago

How do you handle authentication?

clemfromspace commented 1 year ago

@kai687 Authentication is done through Crawler userID / APIKey as env variable. Alternatively the credentials can be stored inside one or multiples profiles.

It's only temporary as we might have some changes coming to the Crawler public API that will allow users to authenticate using their Algolia creds and not the crawler specific ones.