figura-cli 0.7.0 → 0.8.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 +7 -0
- package/dist/index.js +94 -70
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,6 +18,13 @@ npx figura-cli --help
|
|
|
18
18
|
|
|
19
19
|
The binary is `figura`.
|
|
20
20
|
|
|
21
|
+
Update later with one command — it bumps the CLI (and the bundled `figura mcp`
|
|
22
|
+
server) to the latest and reinstalls the skills to match:
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
figura update # detects bun vs npm; add --dry-run to preview
|
|
26
|
+
```
|
|
27
|
+
|
|
21
28
|
## Authentication
|
|
22
29
|
|
|
23
30
|
```bash
|