@algolia/wizard 0.6.0 → 0.7.0-rc.53.39

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 +771 -495
  3. package/package.json +1 -3
package/README.md CHANGED
@@ -14,7 +14,7 @@ npx @algolia/wizard
14
14
  npx @algolia/wizard <workflow-id>
15
15
  ```
16
16
 
17
- On first run, Wizard checks for an Algolia profile. If none exists it launches `algolia auth login` and writes a default profile.
17
+ 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`.
18
18
 
19
19
  You'll also be asked once to consent to AI-authored changes to the repository.
20
20