ikie-cli 0.1.34 → 0.1.35
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/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -186,6 +186,7 @@ async function main() {
|
|
|
186
186
|
if (argv.onboarding || (!oneShot && shouldRunOnboarding(config))) {
|
|
187
187
|
config = loadConfig(); // reload — onboarding may have saved login
|
|
188
188
|
await runOnboarding(config);
|
|
189
|
+
config = loadConfig(); // reload again — onboarding saved account + completion flag
|
|
189
190
|
}
|
|
190
191
|
const apiKey = getApiKey(config);
|
|
191
192
|
if (!apiKey) {
|