@datalyr/wizard 1.0.1 → 1.0.3
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.
- package/dist/bin/wizard.js +3 -3
- package/dist/bin/wizard.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2807,9 +2807,9 @@ async function runAgentWizard(_config, options = {}) {
|
|
|
2807
2807
|
if (keyAttempts === 1) {
|
|
2808
2808
|
p.note(
|
|
2809
2809
|
`To get your API key:
|
|
2810
|
-
1. Go to ${chalk4.cyan("https://app.datalyr.com
|
|
2811
|
-
2.
|
|
2812
|
-
3.
|
|
2810
|
+
1. Go to ${chalk4.cyan("https://app.datalyr.com")}
|
|
2811
|
+
2. Open your workspace settings
|
|
2812
|
+
3. Copy your API key and paste it below`,
|
|
2813
2813
|
"API Key Required"
|
|
2814
2814
|
);
|
|
2815
2815
|
}
|