@creativeintelligence/abbie 0.1.8 → 0.1.9
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.
|
@@ -185,7 +185,7 @@ If already authenticated, shows current status. Use --force to re-authenticate.`
|
|
|
185
185
|
this.logInfo("run `abbie sync --apply` manually to sync.");
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
|
-
this.logInfo("run `abbie
|
|
188
|
+
this.logInfo("run `abbie` to launch the TUI, or visit https://abbie.computer");
|
|
189
189
|
return {
|
|
190
190
|
status: "authenticated",
|
|
191
191
|
clerkId,
|
package/oclif.manifest.json
CHANGED