@insforge/cli 0.1.4 → 0.1.6

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/README.md CHANGED
@@ -37,6 +37,8 @@ insforge db query "SELECT * FROM users LIMIT 10"
37
37
 
38
38
  ## Authentication
39
39
 
40
+ If you run any command without being logged in, the CLI will automatically open your browser and start the login flow — no need to run `insforge login` first.
41
+
40
42
  ### Browser Login (default)
41
43
 
42
44
  ```bash