@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/bin/wizard.js
CHANGED
|
@@ -1863,9 +1863,9 @@ async function runAgentWizard(_config, options = {}) {
|
|
|
1863
1863
|
if (keyAttempts === 1) {
|
|
1864
1864
|
p.note(
|
|
1865
1865
|
`To get your API key:
|
|
1866
|
-
1. Go to ${import_chalk.default.cyan("https://app.datalyr.com
|
|
1867
|
-
2.
|
|
1868
|
-
3.
|
|
1866
|
+
1. Go to ${import_chalk.default.cyan("https://app.datalyr.com")}
|
|
1867
|
+
2. Open your workspace settings
|
|
1868
|
+
3. Copy your API key and paste it below`,
|
|
1869
1869
|
"API Key Required"
|
|
1870
1870
|
);
|
|
1871
1871
|
}
|