@datalyr/wizard 1.0.2 → 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.js
CHANGED
|
@@ -2844,9 +2844,9 @@ async function runAgentWizard(_config, options = {}) {
|
|
|
2844
2844
|
if (keyAttempts === 1) {
|
|
2845
2845
|
p.note(
|
|
2846
2846
|
`To get your API key:
|
|
2847
|
-
1. Go to ${import_chalk4.default.cyan("https://app.datalyr.com
|
|
2848
|
-
2.
|
|
2849
|
-
3.
|
|
2847
|
+
1. Go to ${import_chalk4.default.cyan("https://app.datalyr.com")}
|
|
2848
|
+
2. Open your workspace settings
|
|
2849
|
+
3. Copy your API key and paste it below`,
|
|
2850
2850
|
"API Key Required"
|
|
2851
2851
|
);
|
|
2852
2852
|
}
|