@algolia/wizard 0.9.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/main.js +1143 -582
  3. package/package.json +2 -3
package/README.md CHANGED
@@ -28,7 +28,7 @@ npx @algolia/wizard --help
28
28
 
29
29
  `--seed` pre-fills the earlier steps with fabricated data so a single step can be exercised without running the whole workflow — useful for testing a step, not for a real implementation. It replaces any in-progress run for that workflow and pre-grants the AI-changes consent. See [Starting mid-workflow](CONTRIBUTING.md#starting-mid-workflow---seed).
30
30
 
31
- On first run, Wizard checks for an Algolia profile. If none exists it launches `algolia auth login` and writes a default profile.
31
+ 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`.
32
32
 
33
33
  You'll also be asked once to consent to AI-authored changes to the repository.
34
34