@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 +5 -2
- package/dist/index.js +449 -233
- package/dist/index.js.map +4 -4
- package/package.json +2 -2
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
|
-
|
|
14
|
-
|
|
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).
|