@monadeo.com/grimoire-cli 0.3.6 → 0.4.0

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
@@ -10,7 +10,10 @@ grimoire search "revalidateTag on-demand cache invalidation" -s nextjs@15
10
10
  grimoire setup claude-code # wire the MCP server into your agent
11
11
  ```
12
12
 
13
- Run `grimoire help` for all commands. CI can set `GRIMOIRE_AUTH_TOKEN` with a machine
14
- token instead of browser login.
13
+ `grimoire login` prints the single sign-on URL (OAuth Authorization Code with PKCE
14
+ through Supabase Auth), opens it in your browser, and keeps a refresh token in
15
+ `~/.config/grimoire/credentials.json` (mode 0600). `--no-launch-browser` only prints
16
+ the URL, for headless or remote machines. Run `grimoire help`
17
+ for all commands. CI can set `GRIMOIRE_AUTH_TOKEN` with a machine token instead.
15
18
 
16
19
  Apache-2.0. Source: [monadeo/grimoire](https://github.com/monadeo/grimoire).