@algolia/wizard
v0.57.0
Published
Magically implement Algolia functionality in your codebase
Maintainers
Keywords
Readme
@algolia/wizard
An Agent-driven CLI that implements Algolia functionality directly in your codebase.
Wizard runs workflows — ordered sequences of steps that inspect your project, talk to Algolia APIs, and make AI-authored changes to your repo.
Install & run
# run the default workflow
npx @algolia/wizard
# run a specific workflow by id
npx @algolia/wizard <workflow-id>On first run, Wizard checks whether you're signed in to the Algolia CLI. If you aren't, it runs algolia auth login --non-interactive — the browser opens for sign-in, and no prompts land in the wizard's terminal. It then asks which Algolia application to work in (skipping the question when the account has only one) and makes it current with algolia application select.
You'll also be asked once to consent to AI-authored changes to the repository.
Contributing
Development setup, architecture notes, and release process live in CONTRIBUTING.md.
